Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp1070 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot()
1127 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_segments()
1209 void name_memtag_globals_segments(const ElfW(Phdr) * phdr_table, size_t phdr_count, in name_memtag_globals_segments()
1278 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_unprotect_segments()
1285 static inline void _extend_gnu_relro_prot_end(const ElfW(Phdr)* relro_phdr, in _extend_gnu_relro_prot_end()
1348 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot()
1409 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_gnu_relro()
1443 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_serialize_gnu_relro()
1491 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, in phdr_table_map_gnu_relro()
1583 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx()
[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.h64 ElfW(Addr) load_bias() const { return load_bias_; } in load_bias() function
Dlinker_main.cpp537 ElfW(Addr)* base, ElfW(Addr)* load_bias) { in get_elf_base_from_phdr()
722 ElfW(Addr) load_bias; in __linker_init() local
Dlinker.cpp2797 static void apply_relr_reloc(ElfW(Addr) offset, ElfW(Addr) load_bias, bool has_memtag_globals) { in apply_relr_reloc()
2814 bool relocate_relr(const ElfW(Relr) * begin, const ElfW(Relr) * end, ElfW(Addr) load_bias, in relocate_relr()
/bionic/libc/bionic/
Dlibc_init_mte.cpp63 static HeapTaggingLevel __get_memtag_level_from_note(const ElfW(Phdr) * phdr_start, size_t phdr_ct, in __get_memtag_level_from_note()
161 uintptr_t load_bias, bool* stack) { in __get_tagging_level()
248 uintptr_t load_bias) { in __libc_init_mte()
Delf_note.cpp75 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()