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

  /bionic/linker/
linker_phdr.h 86 phdr_table_protect_segments(const Elf32_Phdr* phdr_table,
91 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table,
96 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table,
103 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table,
111 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table,
linker_phdr.cpp 235 Elf32_Addr phdr_table_get_load_size(const Elf32_Phdr* phdr_table,
242 const Elf32_Phdr* phdr = &phdr_table[i];
368 _phdr_table_set_load_prot(const Elf32_Phdr* phdr_table,
373 const Elf32_Phdr* phdr = phdr_table;
398 * phdr_table -> program header table
405 phdr_table_protect_segments(const Elf32_Phdr* phdr_table,
409 return _phdr_table_set_load_prot(phdr_table, phdr_count,
423 * phdr_table -> program header table
430 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table,
434 return _phdr_table_set_load_prot(phdr_table, phdr_count
    [all...]
linker.cpp 1780 const Elf32_Phdr* phdr_table = (const Elf32_Phdr*)((char*)elf + offset); local
    [all...]

Completed in 1119 milliseconds