Lines Matching defs:ElfW
379 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
396 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
448 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
502 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
540 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_maximum_alignment() local
688 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
795 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
796 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
880 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
881 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
956 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
957 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
1019 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
1020 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
1099 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
1100 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
1135 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
1158 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
1170 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
1173 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1182 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1186 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
1211 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
1213 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local