HomeSort by relevance Sort by last modified time
    Searched defs:coff_section (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 268 COFFSection *coff_section = createSection(Sec.getSectionName()); local
275 COMDATSymbol->Section = coff_section;
279 coff_section->Symbol = coff_symbol;
280 coff_symbol->Section = coff_section;
289 coff_section->Header.Characteristics = Sec.getCharacteristics();
291 uint32_t &Characteristics = coff_section->Header.Characteristics;
340 coff_section->MCSection = &Sec;
341 SectionMap[&Sec] = coff_section;
673 COFFSection *coff_section = SectionMap[Section]; local
791 coff_section->Relocations.push_back(Reloc)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 47 struct coff_section struct
66 struct coff_section *sections;
75 struct coff_section *parent;
161 struct coff_section *sec; /* What section */
209 struct coff_section *section;
  /external/llvm/include/llvm/Object/
COFF.h 399 struct coff_section { struct in namespace:llvm::object
560 const coff_section *SectionTable;
577 const coff_section *toSec(DataRefImpl Sec) const;
686 const coff_section *getCOFFSection(const SectionRef &Section) const;
721 std::error_code getSection(int32_t index, const coff_section *&Res) const;
769 getRelocations(const coff_section *Sec) const;
771 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
772 uint64_t getSectionSize(const coff_section *Sec) const;
773 std::error_code getSectionContents(const coff_section *Sec,

Completed in 76 milliseconds