Searched defs:load_bias (Results 1 – 9 of 9) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 971 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 …]
|
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 | 563 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr() 733 ElfW(Addr) load_bias; in __linker_init() local
|
D | linker.cpp | 2791 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/ |
D | libc_init_static.cpp | 161 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()
|
D | elf_note.cpp | 70 bool __find_elf_note(unsigned int note_type, const char* note_name, const ElfW(Phdr)* phdr_start, in __find_elf_note()
|
D | bionic_elf_tls.cpp | 58 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()
|