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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.h 45 size_t phdr_count,
50 int phdr_count,
54 int phdr_count,
58 int phdr_count,
64 int phdr_count,
69 int phdr_count,
76 int phdr_count,
crazy_linker_elf_view.cpp 17 size_t phdr_count,
21 load_size_ = phdr_table_get_load_size(phdr, phdr_count, &min_vaddr, NULL);
31 phdr_count,
42 // This is different from |phdr|..|phdr + phdr_count| which can actually
47 for (size_t n = 0; n < phdr_count; ++n) {
59 for (size_t n = 0; n < phdr_count; ++n) {
77 ELF::Addr phdr0_limit = phdr0_addr + sizeof(ELF::Phdr) * phdr_count;
79 for (size_t n = 0; n < phdr_count; ++n) {
99 phdr_count_ = phdr_count;
102 "phdr_count:%d, dynamic:%p, dynamic_count:%d, dynamic_flags:%d\n"
    [all...]
linker_phdr.cpp 142 size_t phdr_count,
149 for (size_t i = 0; i < phdr_count; ++i) {
186 int phdr_count,
190 const ELF::Phdr* phdr_limit = phdr + phdr_count;
216 * phdr_count -> number of entries in tables
222 int phdr_count,
224 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
238 * phdr_count -> number of entries in tables
244 int phdr_count,
247 phdr_table, phdr_count, load_bias, PROT_WRITE)
    [all...]
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_elf_loader.h 49 size_t phdr_count() { return phdr_num_; } function in class:crazy::ElfLoader
crazy_linker_shared_library.h 40 size_t phdr_count() const { return view_.phdr_count(); } function in class:crazy::SharedLibrary
crazy_linker_shared_library.cpp 255 loader.phdr_count(),
267 view_.phdr_count(),
278 phdr(), phdr_count(), load_bias(), &arm_exidx_, &arm_exidx_count_);
crazy_linker_library_list.cpp 168 info.dlpi_phnum = lib->phdr_count();
crazy_linker_elf_relocations.cpp 169 phdr_count_ = view->phdr_count();
  /ndk/sources/android/crazy_linker/src/
linker_phdr.h 45 size_t phdr_count,
50 int phdr_count,
54 int phdr_count,
58 int phdr_count,
64 int phdr_count,
69 int phdr_count,
76 int phdr_count,
crazy_linker_elf_view.cpp 13 size_t phdr_count,
17 load_size_ = phdr_table_get_load_size(phdr, phdr_count, &min_vaddr, NULL);
27 phdr_count,
38 // This is different from |phdr|..|phdr + phdr_count| which can actually
43 for (size_t n = 0; n < phdr_count; ++n) {
55 for (size_t n = 0; n < phdr_count; ++n) {
73 ELF::Addr phdr0_limit = phdr0_addr + sizeof(ELF::Phdr) * phdr_count;
75 for (size_t n = 0; n < phdr_count; ++n) {
95 phdr_count_ = phdr_count;
98 "phdr_count:%d, dynamic:%p, dynamic_count:%d, dynamic_flags:%d\n"
    [all...]
linker_phdr.cpp 142 size_t phdr_count,
149 for (size_t i = 0; i < phdr_count; ++i) {
186 int phdr_count,
190 const ELF::Phdr* phdr_limit = phdr + phdr_count;
216 * phdr_count -> number of entries in tables
222 int phdr_count,
224 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
238 * phdr_count -> number of entries in tables
244 int phdr_count,
247 phdr_table, phdr_count, load_bias, PROT_WRITE)
    [all...]
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_elf_loader.h 49 size_t phdr_count() { return phdr_num_; } function in class:crazy::ElfLoader
crazy_linker_shared_library.h 40 size_t phdr_count() const { return view_.phdr_count(); } function in class:crazy::SharedLibrary
crazy_linker_shared_library.cpp 188 loader.phdr_count(),
200 view_.phdr_count(),
211 phdr(), phdr_count(), load_bias(), &arm_exidx_, &arm_exidx_count_);
crazy_linker_library_list.cpp 166 info.dlpi_phnum = lib->phdr_count();
crazy_linker_elf_relocations.cpp 139 phdr_count_ = view->phdr_count();
  /bionic/linker/
linker_phdr.h 47 size_t phdr_count() { return phdr_num_; } function in class:ElfReader
84 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
87 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
89 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
91 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias); variable
93 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
96 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
100 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
104 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
linker_phdr.cpp 250 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
257 for (size_t i = 0; i < phdr_count; ++i) {
404 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
407 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
433 * phdr_count -> number of entries in tables
438 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
439 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
453 * phdr_count -> number of entries in tables
458 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
459 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE)
465 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
520 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) { variable
536 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
581 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
676 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...]
linker.cpp 840 si->phnum = elf_reader.phdr_count();
    [all...]

Completed in 270 milliseconds