Lines Matching defs:ElfW
403 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
420 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
456 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
510 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
545 const ElfW(Phdr)* phdr = &phdr_table_[i]; in CheckProgramHeaderAlignment() local
739 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadPadSegmentNote() local
779 const ElfW(Nhdr)* note_hdr = nullptr; in ReadPadSegmentNote() local
811 const ElfW(Phdr)* phdr = &phdr_table[phdr_idx]; in _extend_load_segment_vma() local
812 const ElfW(Phdr)* next = nullptr; in _extend_load_segment_vma() local
853 const ElfW(Phdr)* phdr = &phdr_table_[seg_idx]; in MapSegment() local
859 const ElfW(Addr) offset = file_offset_ + page_start(phdr->p_offset); in MapSegment() local
993 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
1074 const ElfW(Phdr)* phdr = &phdr_table[i]; in _phdr_table_set_load_prot() local
1154 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_table + phdr_count; phdr++) { in remap_memtag_globals_segments() local
1193 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_table + phdr_count; phdr++) { in protect_memtag_globals_ro_segments() local
1212 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_table + phdr_count; phdr++) { in name_memtag_globals_segments() local
1292 const ElfW(Phdr)* phdr = &phdr_table[index]; in _extend_gnu_relro_prot_end() local
1352 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
1353 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
1448 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
1449 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
1511 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
1512 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
1586 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
1587 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
1622 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
1645 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
1657 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
1660 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1669 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
1673 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
1698 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
1700 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local