Searched refs:coff_section (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/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.cpp130 const coff_section *Section, uint64_t Offset,
169 const coff_section *Section,
171 const coff_section *&ResolvedSection,
190 static const object::coff_section *
205 const coff_section *Section,
276 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section,
321 const coff_section *Section,
327 const coff_section *XData = nullptr;
365 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
H A DCOFFDumper.cpp143 void printRelocatedField(StringRef Label, const coff_section *Sec,
163 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
165 std::error_code resolveSymbolName(const coff_section *Section,
167 std::error_code resolveSymbolName(const coff_section *Section,
175 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
235 const coff_section *Sec;
258 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
279 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
294 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
306 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Se
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h46 struct coff_section struct
65 struct coff_section *sections;
74 struct coff_section *parent;
160 struct coff_section *sec; /* What section */
208 struct coff_section *section;
H A Dsrconv.c58 static void wr_sh (struct coff_ofile *, struct coff_section *);
59 static void wr_ob (struct coff_ofile *, struct coff_section *);
60 static void wr_rl (struct coff_ofile *, struct coff_section *);
63 (struct coff_sfile *, struct coff_section *, struct coff_scope *, int, int);
64 static void wr_dps_end (struct coff_section *, struct coff_scope *, int);
71 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
73 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
74 static void walk_tree_sfile (struct coff_section *, struct coff_sfile *);
78 static int find_base (struct coff_sfile *, struct coff_section *);
436 wr_sh (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *se
[all...]
H A Dcoffdump.c44 static void dump_coff_section (struct coff_section *);
415 dump_coff_section (struct coff_section *ptr)
H A Dcoffgrok.c133 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
134 sizeof (struct coff_section)));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h29 struct coff_section;
81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
125 FixedStreamArray<object::coff_section> SectionHeaders;
H A DDbiStreamBuilder.h34 struct coff_section;
89 createSectionMap(ArrayRef<llvm::object::coff_section> SecHdrs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp190 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
203 const coff_section SectionTable[NumberOfSections] = {
208 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section)),
209 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) +
220 u32(sizeof(coff_file_header) + NumberOfSections * sizeof(coff_section) +
329 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
339 const coff_section SectionTable[NumberOfSections] = {
345 (NumberOfSections * sizeof(coff_section))),
390 u32(sizeof(Header) + (NumberOfSections * sizeof(coff_section)) +
402 const coff_section SectionTabl
[all...]
H A DCOFFObjectFile.cpp118 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
119 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p);
127 assert(Offset % sizeof(coff_section) == 0 &&
177 const coff_section *Section = nullptr;
253 const coff_section *Sec = nullptr;
267 const coff_section *Sec = toSec(Ref);
273 const coff_section *Sec = toSec(Ref);
278 const coff_section *Sec = toSec(Ref);
297 const coff_section *Se
[all...]
H A DWindowsResource.cpp746 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset);
762 CurrentOffset += sizeof(coff_section);
764 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset);
780 CurrentOffset += sizeof(coff_section);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h71 llvm::object::coff_section header = {};
H A DInputFiles.h48 using llvm::object::coff_section;
190 const coff_section *addrsigSec = nullptr;
216 const coff_section* getSection(uint32_t i);
217 const coff_section *getSection(COFFSymbolRef sym) {
H A DInputFiles.cpp201 const coff_section* ObjFile::getSection(uint32_t i) {
202 const coff_section *sec;
221 const coff_section *sec = getSection(i);
232 const coff_section *sec = getSection(sectionNumber);
316 const coff_section *parentSec = getSection(parentIndex);
H A DChunks.h31 using llvm::object::coff_section;
201 SectionChunk(ObjFile *file, const coff_section *header);
304 const coff_section *header;
H A DPDB.cpp67 using llvm::object::coff_section;
1766 ArrayRef<object::coff_section> sections = {
1767 (const object::coff_section *)sectionTable.data(),
1768 sectionTable.size() / sizeof(object::coff_section)};
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h440 struct coff_section { struct in namespace:llvm::object
774 const coff_section *SectionTable;
794 const coff_section *toSec(DataRefImpl Sec) const;
933 const coff_section *getCOFFSection(const SectionRef &Section) const;
985 std::error_code getSection(int32_t index, const coff_section *&Res) const;
987 const coff_section *&Res) const;
1039 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
1041 Expected<StringRef> getSectionName(const coff_section *Sec) const;
1042 uint64_t getSectionSize(const coff_section *Sec) const;
1043 Error getSectionContents(const coff_section *Se
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const {
269 if (StreamLen % sizeof(object::coff_section))
273 size_t NumSections = StreamLen / sizeof(object::coff_section);
H A DDbiStreamBuilder.cpp357 ArrayRef<llvm::object::coff_section> SecHdrs) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp160 const coff_section *&ResolvedSection,
198 const coff_section *Section;
455 const coff_section *Pdata = Obj->getCOFFSection(Section);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp74 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1];
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.h37 object::coff_section Header;
H A DReader.cpp60 const coff_section *Sec;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp500 ArrayRef<llvm::object::coff_section>>>
520 ArrayRef<object::coff_section> Headers;
521 if (Stream->getLength() % sizeof(object::coff_section) != 0)
526 uint32_t NumHeaders = Stream->getLength() / sizeof(object::coff_section);
538 ArrayRef<object::coff_section> Headers;
1883 ArrayRef<object::coff_section> Headers;

Completed in 456 milliseconds

12