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

  /bionic/linker/
linker_phdr.h 47 size_t phdr_count() { return phdr_num_; } function in class:ElfReader
83 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
86 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
88 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
90 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
92 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
95 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
99 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
103 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
linker_phdr.cpp 249 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
256 for (size_t i = 0; i < phdr_count; ++i) {
403 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
406 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
432 * phdr_count -> number of entries in tables
437 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
438 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
452 * phdr_count -> number of entries in tables
457 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
458 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE)
464 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
519 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
535 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
580 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
675 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
710 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.h 49 size_t phdr_count() { return phdr_num_; } function in class:crazy::ElfLoader
crazy_linker_elf_view.h 32 // |phdr_count| number of entries in program header table.
40 size_t phdr_count,
44 size_t phdr_count() const { return phdr_count_; } function in class:crazy::ElfView
crazy_linker_shared_library.h 40 size_t phdr_count() const { return view_.phdr_count(); } function in class:crazy::SharedLibrary
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.h 49 size_t phdr_count() { return phdr_num_; } function in class:crazy::ElfLoader
crazy_linker_elf_view.h 32 // |phdr_count| number of entries in program header table.
40 size_t phdr_count,
44 size_t phdr_count() const { return phdr_count_; } function in class:crazy::ElfView
crazy_linker_shared_library.h 40 size_t phdr_count() const { return view_.phdr_count(); } function in class:crazy::SharedLibrary

Completed in 121 milliseconds