Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
643 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
1422 const coff_section *Section = Obj->getCOFFSection(Sec); in printSectionHeaders()
1536 const coff_section *Section) { in getSectionName()
1552 Expected<const coff_section *> SecOrErr = in printSymbol()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h46 struct coff_section struct
65 struct coff_section *sections; argument
74 struct coff_section *parent;
160 struct coff_section *sec; /* What section */
208 struct coff_section *section;
H A Dsrconv.c57 static void wr_sh (struct coff_ofile *, struct coff_section *);
58 static void wr_ob (struct coff_ofile *, struct coff_section *);
59 static void wr_rl (struct coff_ofile *, struct coff_section *);
63 static void wr_dps_end (struct coff_section *, struct coff_scope *, int);
77 static int find_base (struct coff_sfile *, struct coff_section *);
585 struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_start()
621 wr_dps_end (struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_end()
1248 struct coff_section *section = symbol->where->section; in wr_du()
1356 find_base (struct coff_sfile *sfile, struct coff_section *section) in find_base()
1598 struct coff_section *sec; in wr_sc()
[all …]
H A Dcoffdump.c44 static void dump_coff_section (struct coff_section *);
416 dump_coff_section (struct coff_section *ptr) in dump_coff_section()
H A Dcoffgrok.c131 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1, in do_sections_p1()
132 sizeof (struct coff_section))); in do_sections_p1()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h46 struct coff_section struct
65 struct coff_section *sections; argument
74 struct coff_section *parent;
160 struct coff_section *sec; /* What section */
208 struct coff_section *section;
H A Dsrconv.c57 static void wr_sh (struct coff_ofile *, struct coff_section *);
58 static void wr_ob (struct coff_ofile *, struct coff_section *);
59 static void wr_rl (struct coff_ofile *, struct coff_section *);
63 static void wr_dps_end (struct coff_section *, struct coff_scope *, int);
73 static void walk_tree_sfile (struct coff_section *, struct coff_sfile *);
77 static int find_base (struct coff_sfile *, struct coff_section *);
581 struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_start()
617 wr_dps_end (struct coff_section *section ATTRIBUTE_UNUSED, in wr_dps_end()
1292 find_base (struct coff_sfile *sfile, struct coff_section *section) in find_base()
1470 struct coff_section *sec; in wr_sc()
[all …]
H A Dcoffdump.c43 static void dump_coff_section (struct coff_section *);
414 dump_coff_section (struct coff_section *ptr) in dump_coff_section()
H A Dcoffgrok.c131 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1, in do_sections_p1()
132 sizeof (struct coff_section))); in do_sections_p1()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DCOFFImportFile.cpp196 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createImportDescriptor()
209 const coff_section SectionTable[NumberOfSections] = { in createImportDescriptor()
214 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)), in createImportDescriptor()
215 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) + in createImportDescriptor()
335 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullImportDescriptor()
345 const coff_section SectionTable[NumberOfSections] = { in createNullImportDescriptor()
351 (NumberOfSections * sizeof(coff_section))), in createNullImportDescriptor()
396 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) + in createNullThunk()
408 const coff_section SectionTable[NumberOfSections] = { in createNullThunk()
507 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 …]
/openbsd/gnu/llvm/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()
209 const object::coff_section *Sec = nullptr; in graphifySymbols()
360 object::COFFSymbolRef Symbol, const object::coff_section *Section) { in createExternalSymbol()
454 object::COFFSymbolRef Symbol, const object::coff_section *Section) { in createDefinedSymbol()
/openbsd/gnu/llvm/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);
/openbsd/gnu/llvm/lld/COFF/
H A DInputFiles.h51 using llvm::object::coff_section;
188 const coff_section *addrsigSec = nullptr;
190 const coff_section *callgraphSec = nullptr;
216 const coff_section* getSection(uint32_t i);
217 const coff_section *getSection(COFFSymbolRef sym) { in getSection()
H A DChunks.h30 using llvm::object::coff_section;
216 SectionChunk(ObjFile *file, const coff_section *header);
334 const coff_section *header;
723 coff_section section;
729 FakeSectionChunk(const coff_section *section) : chunk(nullptr, section) { in FakeSectionChunk()
H A DWriter.h71 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()
1100 const coff_section *sec = CHECK(coffObj->getSection(i), file); in isRVACode()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h440 struct coff_section { struct
799 const coff_section *SectionTable;
821 const coff_section *toSec(DataRefImpl Sec) const;
972 const coff_section *getCOFFSection(const SectionRef &Section) const;
1032 Expected<const coff_section *> getSection(int32_t index) const;
1068 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
1070 Expected<StringRef> getSectionName(const coff_section *Sec) const;
1071 uint64_t getSectionSize(const coff_section *Sec) const;
1072 Error getSectionContents(const coff_section *Sec,
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp122 const object::coff_section *COFFSection = Obj.getCOFFSection(S); in initializeFileAndStringTable()
156 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()

12