Lines Matching defs:ElfW
402 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
419 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
471 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
525 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
563 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_maximum_alignment() local
733 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadPadSegmentNote() local
766 const ElfW(Nhdr)* note_hdr = nullptr; in ReadPadSegmentNote() local
791 const ElfW(Phdr)* phdr = &phdr_table[phdr_idx]; in _extend_load_segment_vma() local
792 const ElfW(Phdr)* next = nullptr; in _extend_load_segment_vma() local
834 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
975 const ElfW(Phdr)* phdr = &phdr_table[i]; in _phdr_table_set_load_prot() local
1068 const ElfW(Phdr)* phdr = &phdr_table[index]; in _extend_gnu_relro_prot_end() local
1127 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
1128 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
1207 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
1208 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
1270 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
1271 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
1345 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
1346 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
1381 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
1404 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
1416 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
1419 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1428 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1432 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
1457 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
1459 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local