Home
last modified time | relevance | path

Searched refs:end_sections (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DObjectImageCommon.h53 virtual object::section_iterator end_sections() const in end_sections() function
54 { return ObjFile->end_sections(); } in end_sections()
DRuntimeDyld.cpp111 section_iterator si = obj->end_sections(); in loadObject()
114 if (si == obj->end_sections()) continue; in loadObject()
140 se = obj->end_sections(); si != se; si.increment(err)) { in loadObject()
DRuntimeDyldELF.cpp414 se = Obj.end_sections(); si != se; si.increment(err)) { in findOPDEntrySection()
457 section_iterator tsi(Obj.end_sections()); in findOPDEntrySection()
634 section_iterator si(Obj.end_sections()); in processRelocationRef()
636 if (si == Obj.end_sections()) in processRelocationRef()
DRuntimeDyldMachO.cpp242 se = Obj.end_sections(); in processRelocationRef()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp116 e = o->end_sections(); i != e; in PrintObjectSectionSizes()
158 e = o->end_sections(); i != e; in PrintObjectSectionSizes()
194 e = o->end_sections(); i != e; in PrintObjectSectionSizes()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp212 e = Obj->end_sections(); in DisassembleObject()
399 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintRelocations()
432 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintSectionHeaders()
456 se = o->end_sections(); in PrintSectionContents()
550 section_iterator Section = o->end_sections(); in PrintSymbolTable()
591 else if (Section == o->end_sections()) in PrintSymbolTable()
DCOFFDump.cpp244 SE = Obj->end_sections(); in printCOFFUnwindInfo()
DMachODump.cpp214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) { in getSectionsAndSymbols()
/external/llvm/include/llvm/ExecutionEngine/
DObjectImage.h40 virtual object::section_iterator end_sections() const = 0;
/external/llvm/include/llvm/Object/
DMachO.h40 virtual section_iterator end_sections() const;
DCOFF.h171 virtual section_iterator end_sections() const;
DObjectFile.h368 virtual section_iterator end_sections() const = 0;
DELF.h715 virtual section_iterator end_sections() const;
1219 Res = end_sections();
2281 section_iterator ELFObjectFile<ELFT>::end_sections() const {
/external/llvm/lib/Object/
DObject.cpp42 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
DCOFFObjectFile.cpp282 Result = end_sections(); in getSymbolSection()
548 section_iterator COFFObjectFile::end_sections() const { in end_sections() function in COFFObjectFile
DMachOObjectFile.cpp335 Res = end_sections(); in getSymbolSection()
714 section_iterator MachOObjectFile::end_sections() const { in end_sections() function in llvm::object::MachOObjectFile
984 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE; in printRelocationTargetName()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp265 dump(obj, &dumpSection, obj->begin_sections(), obj->end_sections(), in main()
/external/llvm/utils/obj2yaml/
Dcoff2yaml.cpp258 iter != Obj.end_sections(); iter.increment(ec)) { in yamlCOFFSections()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp490 e = Obj->end_sections(); in DWARFContextInMemory()