• Home
  • Raw
  • Download

Lines Matching defs:ElfW

370   const ElfW(Shdr)* dynamic_shdr = nullptr;  in ReadDynamicSection()  local
387 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
439 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
493 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
598 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
698 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
699 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
767 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
768 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
843 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
844 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
906 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
907 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
986 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
987 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
1022 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
1045 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
1057 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
1060 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1069 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1073 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
1089 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
1091 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local