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

  /bionic/linker/
linker_phdr.h 49 size_t phdr_count() const { return phdr_num_; } function in class:ElfReader
108 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
112 size_t phdr_count, ElfW(Addr) load_bias); variable
114 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
117 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
120 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
123 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
127 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
131 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
135 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count, variable
    [all...]
linker_phdr.cpp 484 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count,
491 for (size_t i = 0; i < phdr_count; ++i) {
719 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
722 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
754 * phdr_count -> number of entries in tables
760 size_t phdr_count, ElfW(Addr) load_bias) {
761 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
775 * phdr_count -> number of entries in tables
781 size_t phdr_count, ElfW(Addr) load_bias) {
782 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE)
    [all...]
linker.cpp 661 si_->phnum = elf_reader.phdr_count();
    [all...]

Completed in 142 milliseconds