Searched defs:Phdr (Results 1 – 13 of 13) sorted by relevance
13 typedef Elf32_Phdr Phdr; typedef19 typedef Elf64_Phdr Phdr; typedef
12 typedef Elf32_Phdr Phdr; typedef19 typedef Elf64_Phdr Phdr; typedef
75 typedef Elf32_Phdr Phdr; typedef77 typedef Elf64_Phdr Phdr; typedef
79 typedef Elf32_Phdr Phdr; typedef81 typedef Elf64_Phdr Phdr; typedef
108 typedef Elf32_Phdr Phdr; typedef110 typedef Elf64_Phdr Phdr; typedef
570 [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr()578 const Elf_Phdr &Phdr = **I; in toMappedAddr() local
106 const ElfW(Phdr) *ElfMemImage::GetPhdr(int index) const { in ElfW() argument
217 Elf_Note_Iterator notes_begin(const Elf_Phdr &Phdr, Error &Err) const { in notes_begin()261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes()
61 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; member
315 Elf_Phdr Phdr; in initProgramHeaders() local688 ELFState<ELFT>::getPhdrFragments(const ELFYAML::ProgramHeader &Phdr, in getPhdrFragments()
841 IO &IO, ELFYAML::ProgramHeader &Phdr) { in mapping()