Home
last modified time | relevance | path

Searched refs:coff_section (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h19 struct coff_section;
28 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
44 const object::coff_section *Section,
48 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section,
51 const object::coff_section *Section,
H A DWin64EHDumper.cpp160 const coff_section *Section, uint64_t Offset, in formatSymbol()
206 const coff_section *Section, in resolveRelocation()
208 const coff_section *&ResolvedSection, in resolveRelocation()
227 static const object::coff_section *
242 const coff_section *Section, in printRuntimeFunctionEntry()
314 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
359 const coff_section *Section, in printRuntimeFunction()
365 const coff_section *XData = nullptr; in printRuntimeFunction()
403 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
H A DCOFFDumper.cpp149 void printRelocatedField(StringRef Label, const coff_section *Sec,
171 std::error_code resolveSymbolName(const coff_section *Section,
173 std::error_code resolveSymbolName(const coff_section *Section,
240 const coff_section *Sec;
257 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
331 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs()
645 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1510 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1624 const coff_section *Section) { in getSectionName()
1640 Expected<const coff_section *> SecOrErr = in printSymbol()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp238 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createImportDescriptor()
251 const coff_section SectionTable[NumberOfSections] = { in createImportDescriptor()
256 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), in createImportDescriptor()
257 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor()
377 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullImportDescriptor()
387 const coff_section SectionTable[NumberOfSections] = { in createNullImportDescriptor()
393 (NumberOfSections * sizeof(coff_section))), in createNullImportDescriptor()
438 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullThunk()
450 const coff_section SectionTable[NumberOfSections] = { in createNullThunk()
554 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section))), in createWeakExternal()
[all …]
H A DCOFFObjectFile.cpp120 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec()
265 const coff_section *Sec = toSec(Ref); in moveSectionNext()
271 const coff_section *Sec = toSec(Ref); in getSectionName()
276 const coff_section *Sec = toSec(Ref); in getSectionAddress()
295 const coff_section *Sec = toSec(Ref); in getSectionContents()
303 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
312 const coff_section *Sec = toSec(Ref); in isSectionText()
317 const coff_section *Sec = toSec(Ref); in isSectionData()
322 const coff_section *Sec = toSec(Ref); in isSectionBSS()
350 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
[all …]
H A DWindowsResource.cpp746 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset); in writeFirstSectionHeader()
762 CurrentOffset += sizeof(coff_section); in writeSecondSectionHeader()
764 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset); in writeSecondSectionHeader()
780 CurrentOffset += sizeof(coff_section); in writeFirstSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h139 const object::coff_section *Section);
145 const object::coff_section *Section);
159 const object::coff_section *Section);
161 const object::coff_section *Section);
162 static bool isComdatSection(const object::coff_section *Section);
168 const object::coff_section *Sec,
H A DCOFFLinkGraphBuilder.cpp53 const object::coff_section *Sec) { in getSectionSize()
63 const object::coff_section *Section) { in getSectionAddress()
68 const object::coff_section *Section) { in isComdatSection()
97 const object::coff_section *Sec, in getCOFFSectionName()
129 Expected<const object::coff_section *> Sec = Obj.getSection(SecIndex); in graphifySections()
219 const object::coff_section *Sec = nullptr; in graphifySymbols()
370 object::COFFSymbolRef Symbol, const object::coff_section *Section) { in createExternalSymbol()
464 object::COFFSymbolRef Symbol, const object::coff_section *Section) { in createDefinedSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h42 struct coff_section;
119 using RelocMapTy = DenseMap<const llvm::object::coff_section *,
140 const llvm::object::coff_section *CoffSection,
156 Error resolveSymbol(const llvm::object::coff_section *CoffSection,
158 Error resolveSymbolName(const llvm::object::coff_section *CoffSection,
205 void getLinkageName(const llvm::object::coff_section *CoffSection,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h26 struct coff_section;
83 FixedStreamArray<object::coff_section> getSectionHeaders() const;
127 FixedStreamArray<object::coff_section> SectionHeaders;
H A DDbiStreamBuilder.h84 void createSectionMap(ArrayRef<llvm::object::coff_section> SecHdrs);
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h51 using llvm::object::coff_section;
191 const coff_section *addrsigSec = nullptr;
193 const coff_section *callgraphSec = nullptr;
219 const coff_section* getSection(uint32_t i);
220 const coff_section *getSection(COFFSymbolRef sym) { in getSection()
H A DChunks.h29 using llvm::object::coff_section;
232 SectionChunk(ObjFile *file, const coff_section *header);
352 const coff_section *header;
784 coff_section section;
790 FakeSectionChunk(const coff_section *section) : chunk(nullptr, section) { in FakeSectionChunk()
H A DWriter.h77 llvm::object::coff_section header = {};
H A DInputFiles.cpp173 const coff_section *ObjFile::getSection(uint32_t i) { in getSection()
192 const coff_section *sec = getSection(i); in initializeChunks()
203 const coff_section *sec = getSection(sectionNumber); in readSection()
296 const coff_section *parentSec = getSection(parentIndex); in readAssociativeDefinition()
1118 const coff_section *sec = CHECK(coffObj->getSection(i), file); in isRVACode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp199 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders()
267 if (StreamLen % sizeof(object::coff_section)) in initializeSectionHeadersData()
271 size_t NumSections = StreamLen / sizeof(object::coff_section); in initializeSectionHeadersData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h440 struct coff_section { struct
846 const coff_section *SectionTable;
869 const coff_section *toSec(DataRefImpl Sec) const;
1034 const coff_section *getCOFFSection(const SectionRef &Section) const;
1094 Expected<const coff_section *> getSection(int32_t index) const;
1130 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
1132 Expected<StringRef> getSectionName(const coff_section *Sec) const;
1133 uint64_t getSectionSize(const coff_section *Sec) const;
1134 Error getSectionContents(const coff_section *Sec,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections()
63 const coff_section *Sec = *SecOrErr; in readSections()
H A DCOFFObject.h36 object::coff_section Header;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp106 const coff_section *CoffSection, in printRelocatedField()
118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, in getLinkageName()
168 const coff_section *CoffSection = getObj().getCOFFSection(Section); in cacheRelocations()
182 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol()
202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName()
832 Expected<const coff_section *> SectionOrErr = in mapRangeAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp193 const coff_section *Section) -> lldb::SectionType { in CreateSections()
218 auto Permissions = [](const object::coff_section *Section) -> uint32_t { in CreateSections()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp327 const coff_section *&ResolvedSection, in resolveSectionAndAddress()
365 const coff_section *Section; in getSectionContents()
602 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp71 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1]; in MakeVirtualAddress()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp384 ArrayRef<llvm::object::coff_section>>>
404 ArrayRef<object::coff_section> Headers; in loadSectionHeaders()
405 if (Stream->getLength() % sizeof(object::coff_section) != 0) in loadSectionHeaders()
410 uint32_t NumHeaders = Stream->getLength() / sizeof(object::coff_section); in loadSectionHeaders()
422 ArrayRef<object::coff_section> Headers; in getSectionNames()
1784 ArrayRef<object::coff_section> Headers; in dumpSectionHeaders()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h71 const coff_section *CoffSec = COFFObjPtr->getCOFFSection(Sec); in getJITSymbolFlags()

12