Lines Matching defs:ElfW
321 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
341 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
395 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
491 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
577 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
578 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
646 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
647 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
720 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
721 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local
783 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_map_gnu_relro() local
784 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_map_gnu_relro() local
863 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_get_arm_exidx() local
864 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
899 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_dynamic_section() local
922 const ElfW(Phdr)& phdr = phdr_table[i]; in phdr_table_get_interpreter_name() local
934 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
937 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
946 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr() local
950 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(elf_addr); in FindPhdr() local
966 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
968 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr() local