Searched defs:phdr_count (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 482 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_load_size() 693 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot() 734 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_protect_segments() 755 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_unprotect_segments() 762 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot() 818 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_protect_gnu_relro() 836 size_t phdr_count, in phdr_table_serialize_gnu_relro() 884 size_t phdr_count, in phdr_table_map_gnu_relro() 980 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx() 1014 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 | 42 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, in get_elf_base_from_phdr()
|
D | linker_phdr.h | 49 size_t phdr_count() const { return phdr_num_; } in phdr_count() function
|
D | linker_main.cpp | 197 size_t phdr_count; member 534 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, in get_elf_base_from_phdr()
|
/bionic/libc/bionic/ |
D | bionic_elf_tls.cpp | 56 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()
|