Home
last modified time | relevance | path

Searched defs:Phdr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h155 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 DELFTypes.h63 using Phdr = Elf_Phdr_Impl<ELFType<E, Is64>>; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp682 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 DELFEmitter.cpp553 Elf_Phdr Phdr; in initProgramHeaders() local
1154 ELFState<ELFT>::getPhdrFragments(const ELFYAML::ProgramHeader &Phdr, in getPhdrFragments()
H A DELFYAML.cpp1146 IO &IO, ELFYAML::ProgramHeader &Phdr) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp42 Elf_Phdr &Phdr = *reinterpret_cast<Elf_Phdr *>(B); in writePhdr() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4653 static bool checkTLSSections(const typename ELFT::Phdr &Phdr, in checkTLSSections()
4671 static bool checkPTDynamic(const typename ELFT::Phdr &Phdr, in checkPTDynamic()