HomeSort by: relevance | last modified time | path
    Searched defs:coff_section (Results 1 - 3 of 3) sorted by relevancy

  /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;
  /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;
  /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,

Completed in 21 milliseconds