Searched defs:Phdr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 155 const typename ELFT::Phdr &Phdr) { in getPhdrIndexForError() 169 bool checkSectionOffsets(const typename ELFT::Phdr &Phdr, in checkSectionOffsets() 187 bool checkSectionVMA(const typename ELFT::Phdr &Phdr, in checkSectionVMA() 206 bool isSectionInSegment(const typename ELFT::Phdr &Phdr, in isSectionInSegment() 401 Elf_Note_Iterator notes_begin(const Elf_Phdr &Phdr, Error &Err) const { in notes_begin() 461 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() 651 ELFFile<ELFT>::getSegmentContents(const Elf_Phdr &Phdr) const { in getSegmentContents()
|
H A D | ELFTypes.h | 63 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; member
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 682 LoadSegments, VAddr, [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr() 690 const Elf_Phdr &Phdr = **I; in toMappedAddr() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 553 Elf_Phdr Phdr; in initProgramHeaders() local 1154 ELFState<ELFT>::getPhdrFragments(const ELFYAML::ProgramHeader &Phdr, in getPhdrFragments()
|
H A D | ELFYAML.cpp | 1146 IO &IO, ELFYAML::ProgramHeader &Phdr) { in mapping()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 42 Elf_Phdr &Phdr = *reinterpret_cast<Elf_Phdr *>(B); in writePhdr() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 4653 static bool checkTLSSections(const typename ELFT::Phdr &Phdr, in checkTLSSections() 4671 static bool checkPTDynamic(const typename ELFT::Phdr &Phdr, in checkPTDynamic()
|