Lines Matching defs:ElfW
390 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
407 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
459 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
513 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
551 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_maximum_alignment() local
699 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
806 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
807 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
891 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
892 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
967 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
968 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
1030 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
1031 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
1110 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
1111 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
1146 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
1169 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
1181 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
1184 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1193 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1197 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
1222 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
1224 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local