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() 160 const coff_section *Section, in printRuntimeFunctionEntry() 231 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() 276 const coff_section *Section, in printRuntimeFunction() 282 const coff_section *XData; in printRuntimeFunction() 307 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
|
D | COFFDumper.cpp | 83 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 85 std::error_code resolveSymbolName(const coff_section *Section, 92 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 121 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 138 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 350 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() 753 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() 865 const coff_section *Section) { in getSectionName() 885 const coff_section *Section; in printSymbol() 966 const coff_section *Assoc; in printSymbol() [all …]
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 118 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec() 126 assert(Offset % sizeof(coff_section) == 0 && in toSec() 170 const coff_section *Section = nullptr; in getSymbolAddress() 243 const coff_section *Sec = nullptr; in getSymbolSection() 257 const coff_section *Sec = toSec(Ref); in moveSectionNext() 264 const coff_section *Sec = toSec(Ref); in getSectionName() 269 const coff_section *Sec = toSec(Ref); in getSectionAddress() 284 const coff_section *Sec = toSec(Ref); in getSectionContents() 292 const coff_section *Sec = toSec(Ref); in getSectionAlignment() [all …]
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 268 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() local 275 COMDATSymbol->Section = coff_section; in defineSection() 279 coff_section->Symbol = coff_symbol; in defineSection() 280 coff_symbol->Section = coff_section; in defineSection() 289 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection() 291 uint32_t &Characteristics = coff_section->Header.Characteristics; in defineSection() 340 coff_section->MCSection = &Sec; in defineSection() 341 SectionMap[&Sec] = coff_section; in defineSection() 673 COFFSection *coff_section = SectionMap[Section]; in recordRelocation() local 791 coff_section->Relocations.push_back(Reloc); in recordRelocation()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 399 struct coff_section { struct 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,
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 162 const coff_section *&ResolvedSection, in resolveSectionAndAddress() 202 const coff_section *Section; in getSectionContents() 383 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 | 285 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 728 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
|