HomeSort by relevance Sort by last modified time
    Searched refs:phdr_count (Results 1 - 7 of 7) sorted by null

  /bionic/linker/
linker_phdr.h 49 size_t phdr_count() const { return phdr_num_; } function in class:ElfReader
109 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
113 size_t phdr_count, ElfW(Addr) load_bias); variable
115 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
118 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
121 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
124 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
128 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
132 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
136 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count, variable
    [all...]
linker_wrapper.cpp 42 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
44 for (size_t i = 0; i < phdr_count; ++i) {
linker_phdr.cpp 485 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count,
492 for (size_t i = 0; i < phdr_count; ++i) {
696 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
699 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
731 * phdr_count -> number of entries in tables
737 size_t phdr_count, ElfW(Addr) load_bias) {
738 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
752 * phdr_count -> number of entries in tables
758 size_t phdr_count, ElfW(Addr) load_bias) {
759 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE)
    [all...]
linker_main.cpp 63 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
192 size_t phdr_count; member in struct:ExecutableInfo
228 result.phdr_count = getauxval(AT_PHNUM);
290 result.phdr_count = elf_reader.phdr_count();
364 si->phnum = exe_info.phdr_count;
547 static void get_elf_base_from_phdr(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
549 for (size_t i = 0; i < phdr_count; ++i) {
linker.cpp 709 si_->phnum = elf_reader.phdr_count();
    [all...]
  /bionic/libc/private/
bionic_elf_tls.h 46 __LIBC_HIDDEN__ bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
  /bionic/libc/bionic/
bionic_elf_tls.cpp 56 bool __bionic_get_tls_segment(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
58 for (size_t i = 0; i < phdr_count; ++i) {

Completed in 3314 milliseconds