Searched defs:load_bias (Results 1 – 8 of 8) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 793 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot() 843 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_segments() 870 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, in phdr_table_unprotect_segments() 878 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot() 933 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_protect_gnu_relro() 951 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_serialize_gnu_relro() 999 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_map_gnu_relro() 1096 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx() 1130 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_dynamic_section() 1155 const char* phdr_table_get_interpreter_name(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_interpreter_name()
|
D | linker_wrapper.cpp | 45 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr()
|
D | linker_note_gnu_property.cpp | 42 GnuPropertySection::GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, in GnuPropertySection()
|
D | linker_phdr.h | 55 ElfW(Addr) load_bias() const { return load_bias_; } in load_bias() function
|
D | linker_main.cpp | 564 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr() 711 ElfW(Addr) load_bias; in __linker_init() local
|
/bionic/libc/bionic/ |
D | libc_init_static.cpp | 187 static unsigned __get_memtag_note(const ElfW(Phdr)* phdr_start, size_t phdr_ct, in __get_memtag_note() 262 uintptr_t load_bias) { in __get_heap_tagging_level() 298 uintptr_t load_bias) { in __libc_init_mte()
|
D | bionic_elf_tls.cpp | 57 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()
|
/bionic/libc/malloc_debug/ |
D | MapData.h | 48 uintptr_t load_bias; member
|