HomeSort by: relevance | last modified time | path
    Searched refs:coff_section (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
Win64EHDumper.h 19 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,
Win64EHDumper.cpp 129 const coff_section *Section, uint64_t Offset,
168 const coff_section *Section,
170 const coff_section *&ResolvedSection,
189 static const object::coff_section *
204 const coff_section *Section,
275 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section,
320 const coff_section *Section,
326 const coff_section *XData = nullptr;
364 const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
COFFDumper.cpp 148 void printRelocatedField(StringRef Label, const coff_section *Sec,
168 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
180 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
240 const coff_section *Sec;
257 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
305 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.h 47 struct coff_section struct
66 struct coff_section *sections;
76 struct coff_section *parent;
162 struct coff_section * sec; /* Which section. */
204 struct coff_section *section;
srconv.c 47 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
49 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
50 static int find_base (struct coff_sfile *, struct coff_section *);
403 wr_sh (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *sec)
416 wr_ob (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *section)
477 wr_rl (struct coff_ofile *ptr ATTRIBUTE_UNUSED, struct coff_section *sec)
549 struct coff_section *section ATTRIBUTE_UNUSED,
585 wr_dps_end (struct coff_section *section ATTRIBUTE_UNUSED,
919 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest)
1133 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type
    [all...]
coffdump.c 46 static void dump_coff_section (struct coff_section *);
418 dump_coff_section (struct coff_section *ptr)
coffgrok.c 116 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
117 sizeof (struct coff_section)));
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.h 47 struct coff_section struct
66 struct coff_section *sections;
76 struct coff_section *parent;
162 struct coff_section * sec; /* Which section. */
204 struct coff_section *section;
srconv.c 47 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
49 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
50 static int find_base (struct coff_sfile *, struct coff_section *);
403 wr_sh (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *sec)
416 wr_ob (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *section)
477 wr_rl (struct coff_ofile *ptr ATTRIBUTE_UNUSED, struct coff_section *sec)
549 struct coff_section *section ATTRIBUTE_UNUSED,
585 wr_dps_end (struct coff_section *section ATTRIBUTE_UNUSED,
919 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest)
1133 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type
    [all...]
coffdump.c 46 static void dump_coff_section (struct coff_section *);
418 dump_coff_section (struct coff_section *ptr)
coffgrok.c 116 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
117 sizeof (struct coff_section)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h 29 struct coff_section;
81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
125 FixedStreamArray<object::coff_section> SectionHeaders;
DbiStreamBuilder.h 34 struct coff_section;
87 void createSectionMap(ArrayRef<llvm::object::coff_section> SecHdrs);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 190 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 SectionTable[NumberOfSections] =
    [all...]
COFFObjectFile.cpp 119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
120 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p);
129 assert(Offset % sizeof(coff_section) == 0 &&
175 Expected<const coff_section *> Section = getSection(SectionNumber);
251 Expected<const coff_section *> Sec = getSection(Symb.getSectionNumber());
265 const coff_section *Sec = toSec(Ref);
271 const coff_section *Sec = toSec(Ref);
276 const coff_section *Sec = toSec(Ref);
295 const coff_section *Sec = toSec(Ref)
    [all...]
WindowsResource.cpp 748 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset);
764 CurrentOffset += sizeof(coff_section);
766 reinterpret_cast<coff_section *>(BufferStart + CurrentOffset);
782 CurrentOffset += sizeof(coff_section);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp 60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I);
63 const coff_section *Sec = *SecOrErr;
Object.h 37 object::coff_section Header;
Writer.cpp 195 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 440 struct coff_section { struct in namespace:llvm::object
810 const coff_section *SectionTable;
832 const coff_section *toSec(DataRefImpl Sec) const;
979 const coff_section *getCOFFSection(const SectionRef &Section) const;
1037 Expected<const coff_section *> getSection(int32_t index) const;
1073 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
1075 Expected<StringRef> getSectionName(const coff_section *Sec) const;
1076 uint64_t getSectionSize(const coff_section *Sec) const;
1077 Error getSectionContents(const coff_section *Sec,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStream.cpp 201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const {
269 if (StreamLen % sizeof(object::coff_section))
273 size_t NumSections = StreamLen / sizeof(object::coff_section);
DbiStreamBuilder.cpp 354 ArrayRef<llvm::object::coff_section> SecHdrs) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 163 const coff_section *&ResolvedSection,
201 const coff_section *Section;
456 const coff_section *Pdata = Obj->getCOFFSection(Section);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 120 const object::coff_section *COFFSection = Obj.getCOFFSection(S);
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 500 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;
1878 ArrayRef<object::coff_section> Headers;

Completed in 29 milliseconds

1 2