Home
last modified time | relevance | path

Searched defs:load_bias (Results 1 – 9 of 9) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp971 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot()
1026 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_segments()
1055 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, in phdr_table_unprotect_segments()
1062 static inline void _extend_gnu_relro_prot_end(const ElfW(Phdr)* relro_phdr, in _extend_gnu_relro_prot_end()
1124 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot()
1183 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_gnu_relro()
1202 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_serialize_gnu_relro()
1250 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_map_gnu_relro()
1342 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx()
1376 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_dynamic_section()
[all …]
Dlinker_wrapper.cpp45 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr()
Dlinker_note_gnu_property.cpp42 GnuPropertySection::GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, in GnuPropertySection()
Dlinker_phdr.h55 ElfW(Addr) load_bias() const { return load_bias_; } in load_bias() function
Dlinker_main.cpp563 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr()
733 ElfW(Addr) load_bias; in __linker_init() local
Dlinker.cpp2791 static void apply_relr_reloc(ElfW(Addr) offset, ElfW(Addr) load_bias) { in apply_relr_reloc()
2799 bool relocate_relr(const ElfW(Relr)* begin, const ElfW(Relr)* end, ElfW(Addr) load_bias) { in relocate_relr()
/bionic/libc/bionic/
Dlibc_init_static.cpp161 static HeapTaggingLevel __get_memtag_level_from_note(const ElfW(Phdr) * phdr_start, size_t phdr_ct, in __get_memtag_level_from_note()
259 uintptr_t load_bias, bool* stack) { in __get_tagging_level()
328 uintptr_t load_bias, void* stack_top) { in __libc_init_mte()
Delf_note.cpp70 bool __find_elf_note(unsigned int note_type, const char* note_name, const ElfW(Phdr)* phdr_start, in __find_elf_note()
Dbionic_elf_tls.cpp58 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()