Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h20 struct coff_section;
29 typedef std::error_code (*SymbolResolver)(const object::coff_section *,
45 const object::coff_section *Section,
49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section,
52 const object::coff_section *Section,
DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
138 const coff_section *Section, in resolveRelocation()
140 const coff_section *&ResolvedSection, in resolveRelocation()
161 const coff_section *Section, in printRuntimeFunctionEntry()
232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
277 const coff_section *Section, in printRuntimeFunction()
283 const coff_section *XData; in printRuntimeFunction()
309 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
DCOFFDumper.cpp82 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
84 std::error_code resolveSymbolName(const coff_section *Section,
91 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
342 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations()
726 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections()
846 const coff_section *Section) { in getSectionName()
866 const coff_section *Section; in printSymbol()
951 const coff_section *Assoc; in printSymbol()
[all …]
/external/llvm/lib/Object/
DCOFFObjectFile.cpp116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec()
125 assert(Offset % sizeof(coff_section) == 0 && in toSec()
167 const coff_section *Section = nullptr; in getSymbolAddress()
198 const coff_section *Section = nullptr; in getSymbolType()
287 const coff_section *Section = nullptr; in getSymbolSize()
307 const coff_section *Sec = nullptr; in getSymbolSection()
318 const coff_section *Sec = toSec(Ref); in moveSectionNext()
325 const coff_section *Sec = toSec(Ref); in getSectionName()
330 const coff_section *Sec = toSec(Ref); in getSectionAddress()
[all …]
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp305 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() local
312 COMDATSymbol->Section = coff_section; in DefineSection()
316 coff_section->Symbol = coff_symbol; in DefineSection()
317 coff_symbol->Section = coff_section; in DefineSection()
326 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection()
328 uint32_t &Characteristics = coff_section->Header.Characteristics; in DefineSection()
349 coff_section->MCData = &SectionData; in DefineSection()
350 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection()
694 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation() local
804 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
/external/llvm/include/llvm/Object/
DCOFF.h376 struct coff_section { struct
493 const coff_section *SectionTable;
510 const coff_section *toSec(DataRefImpl Sec) const;
631 const coff_section *getCOFFSection(const SectionRef &Section) const;
664 std::error_code getSection(int32_t index, const coff_section *&Res) const;
709 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
710 uint64_t getSectionSize(const coff_section *Sec) const;
711 std::error_code getSectionContents(const coff_section *Sec,
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp162 const coff_section *&ResolvedSection, in resolveSectionAndAddress()
202 const coff_section *Section; in getSectionContents()
387 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp274 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp705 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()