Searched refs:coff_section (Results 1 – 10 of 10) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 20 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,
|
D | Win64EHDumper.cpp | 116 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()
|
D | COFFDumper.cpp | 82 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/ |
D | COFFObjectFile.cpp | 116 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/ |
D | WinCOFFObjectWriter.cpp | 305 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/ |
D | COFF.h | 376 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/ |
D | COFFDump.cpp | 162 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/ |
D | coff2yaml.cpp | 105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 274 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 705 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
|