Searched defs:phdr_count (Results 1 – 6 of 6) sorted by relevance
| /bionic/linker/ |
| D | linker_phdr.cpp | 505 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_load_size() 547 size_t phdr_table_get_maximum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count) { in phdr_table_get_maximum_alignment() 804 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot() 854 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_protect_segments() 882 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_unprotect_segments() 889 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot() 945 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_protect_gnu_relro() 963 size_t phdr_count, in phdr_table_serialize_gnu_relro() 1011 size_t phdr_count, in phdr_table_map_gnu_relro() 1107 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx() [all …]
|
| D | linker_wrapper.cpp | 44 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, 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 | 50 size_t phdr_count() const { return phdr_num_; } in phdr_count() function
|
| D | linker_main.cpp | 201 size_t phdr_count; member 557 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 | 57 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, in __bionic_get_tls_segment()
|