Home
last modified time | relevance | path

Searched refs:findSection (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp85 const Section *Object::findSection(ssize_t UniqueId) const { in findSection() function in llvm::objcopy::coff::Object
H A DWriter.cpp48 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
66 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId); in finalizeSymbolContents()
H A DObject.h132 const Section *findSection(ssize_t UniqueId) const;
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h898 section_iterator_t findSection(Section * section);
H A DEncoreBootImage.cpp61 EncoreBootImage::section_iterator_t EncoreBootImage::findSection(Section * section) in findSection() function in EncoreBootImage
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp641 SectionBase *Sec = Obj.findSection(SI.SectionName); in handleArgs()
H A DObject.h1069 SectionBase *findSection(StringRef Name) { in findSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4089 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo
4107 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
4113 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()