| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 105 Object.section_end()); in begin() 108 return SectionFilterIterator(Predicate, Object.section_end(), in end() 109 Object.section_end()); in end()
|
| H A D | llvm-objdump.cpp | 855 if (SecI == Obj.section_end()) in addDynamicElfSymbols() 986 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap() 1358 if (SecI != Obj.section_end()) in disassembleObject() 1970 if (SymSI && *SymSI != Obj.section_end() && in disassembleObject() 2425 ? O.section_end() in printSymbol() 2430 if (Type == SymbolRef::ST_Debug && Section != O.section_end()) { in printSymbol() 2448 if ((Section != O.section_end() || Absolute) && !Weak) in printSymbol() 2487 } else if (Section == O.section_end()) { in printSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 322 section_iterator SI = Obj.section_end(); in loadObjectImpl() 328 if (SI == Obj.section_end()) in loadObjectImpl() 364 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 433 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 546 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 656 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize() 682 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
| H A D | RuntimeDyldMachO.cpp | 75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA() 166 section_iterator SE = Obj.section_end(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 707 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 715 if (RelSecI == Obj.section_end()) in findOPDEntrySection() 760 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() 765 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 1271 if (si == Obj.section_end()) in processRelocationRef() 2372 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 168 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation() 182 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 379 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 393 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 56 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 205 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 105 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 165 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 360 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkPseudoProbe() 406 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in decodePseudoProbe() 654 if (SecI != Obj->section_end()) in disassemble() 670 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble() 719 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkUseFSDiscriminator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Object.cpp | 163 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd() 214 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 175 /*Default=*/O.section_end()); in maybeInsertSymbol() 177 Section != O.section_end()) { in maybeInsertSymbol()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 324 virtual section_iterator section_end() const = 0; 328 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | ELFObjectFile.h | 439 section_iterator section_end() const override; 806 return section_end(); in getSymbolSection() 1001 return section_end(); in getRelocatedSection() 1168 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
|
| H A D | Wasm.h | 202 section_iterator section_end() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 529 auto End = Value.File->obj().section_end(); in scanToNextDebugS() 555 return *SectionIter == Value.File->obj().section_end(); in isEnd()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 572 section_iterator Section = MainBinary.section_end(); in loadMainBinarySymbols() 604 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern) in loadMainBinarySymbols()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1538 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() 1568 if (RSec != Obj.section_end()) in getSymbolInfo() 1578 if (L && RSec != Obj.section_end()) in getSymbolInfo() 1792 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory() 1839 if (RelocatedSection != Obj.section_end() && Name.contains(".dwo")) in DWARFObjInMemory() 1843 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | dwarf.c | 2250 unsigned char *section_end; in display_debug_loc() local 2263 section_end = start + bytes; in display_debug_loc() 2371 if (start + 2 * pointer_size > section_end) in display_debug_loc() 2398 if (start + 2 > section_end) in display_debug_loc() 2408 if (start + length > section_end) in display_debug_loc() 2603 unsigned char *section_end; in display_debug_ranges() local 2616 section_end = start + bytes; in display_debug_ranges()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 183 if (Sec2 != Obj->section_end()) in dumpCXXData() 202 if (SecI == Obj->section_end()) in dumpCXXData()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 481 if (Sec == MachO->section_end()) { in darwinPrintSymbol() 876 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar() 973 if (SecIter == Obj.section_end()) in getSymbolNMTypeChar() 1023 if (Sec == Obj.section_end()) in getSymbolNMTypeChar() 1106 if (*SecIOrErr == ELFObj->section_end()) in getNMSectionTagAndName() 1711 if (SecIter == XCOFFObj->section_end()) in getXCOFFExports()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 274 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 281 if (Sec == Obj.section_end()) in notifyObjectLoaded()
|