Home
last modified time | relevance | path

Searched refs:end_relocations (Results 1 – 13 of 13) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp266 RelE = SecI->end_relocations(); in printSections()
313 RelE = SecI->end_relocations(); in printRelocations()
DCOFFDumper.cpp551 RelE = SecI->end_relocations(); in cacheRelocations()
687 RelE = SecI->end_relocations(); in printSections()
737 RelE = SecI->end_relocations(); in printRelocations()
DELFDumper.cpp494 RelE = SecI->end_relocations(); in printSections()
544 RelE = SecI->end_relocations(); in printRelocations()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp71 rIter != iter->end_relocations(); rIter.increment(ec)) { in dumpSections()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp402 re = i->end_relocations(); in DisassembleObject()
521 if (si->begin_relocations() == si->end_relocations()) in PrintRelocations()
527 re = si->end_relocations(); in PrintRelocations()
DCOFFDump.cpp256 RE = SI->end_relocations(); in printCOFFUnwindInfo()
DMachODump.cpp336 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) { in DisassembleInputMachO2()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp153 e = si->end_relocations(); i != e; i.increment(err)) { in loadObject()
233 E = SI->end_relocations(); I != E; I.increment(err), Check(err)) { in emitSection()
DRuntimeDyldELF.cpp556 e = si->end_relocations(); i != e;) { in findOPDEntrySection()
/external/llvm/lib/MC/
DMCObjectSymbolizer.cpp85 RE = SI->end_relocations(); in MCObjectSymbolizer()
/external/llvm/include/llvm/Object/
DObjectFile.h170 relocation_iterator end_relocations() const;
534 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations() function
/external/llvm/lib/Object/
DObject.cpp166 return (*unwrap(SI) == (*unwrap(Section))->end_relocations()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp605 if (i->begin_relocations() != i->end_relocations()) { in DWARFContextInMemory()
609 reloc_e = i->end_relocations(); in DWARFContextInMemory()