/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 108 Object.section_end()); in begin() 111 return SectionFilterIterator(Predicate, Object.section_end(), in end() 112 Object.section_end()); in end()
|
H A D | llvm-objdump.cpp | 716 if (SecI == Obj->section_end()) in addDynamicElfSymbols() 811 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap() 1097 if (SecI != Obj->section_end()) in disassembleObject() 1527 if (SymSI && *SymSI != Obj->section_end() && in disassembleObject() 1891 ? O->section_end() in printSymbol() 1896 if (Type == SymbolRef::ST_Debug && Section != O->section_end()) { in printSymbol() 1914 if ((Section != O->section_end() || Absolute) && !Weak) in printSymbol() 1953 } else if (Section == O->section_end()) { in printSymbol()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 6639 unsigned char *section_end = section->start + section->size; in display_view_pair_list() local 6642 if (vlistend < section_end) in display_view_pair_list() 6643 section_end = vlistend; in display_view_pair_list() 6647 while (vstart < section_end) in display_view_pair_list() 6652 READ_ULEB (vbegin, vstart, section_end); in display_view_pair_list() 6653 if (vstart == section_end) in display_view_pair_list() 6656 READ_ULEB (vend, vstart, section_end); in display_view_pair_list() 6680 unsigned char *section_end = section->start + section->size; in display_loc_list() local 6714 if (2 * pointer_size > (size_t) (section_end - start)) in display_loc_list() 6724 SAFE_BYTE_GET_AND_INC (begin, start, pointer_size, section_end); in display_loc_list() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 6422 unsigned char *section_end = section->start + section->size; in display_view_pair_list() local 6425 if (vlistend < section_end) in display_view_pair_list() 6426 section_end = vlistend; in display_view_pair_list() 6430 while (vstart < section_end) in display_view_pair_list() 6435 READ_ULEB (vbegin, vstart, section_end); in display_view_pair_list() 6436 if (vstart == section_end) in display_view_pair_list() 6439 READ_ULEB (vend, vstart, section_end); in display_view_pair_list() 6463 unsigned char *section_end = section->start + section->size; in display_loc_list() local 6497 if (2 * pointer_size > (size_t) (section_end - start)) in display_loc_list() 6507 SAFE_BYTE_GET_AND_INC (begin, start, pointer_size, section_end); in display_loc_list() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 2211 bfd_byte * section_end; member 2238 if (data + 8 >= regions->section_end) in rsrc_print_resource_entries() 2239 return regions->section_end + 1; in rsrc_print_resource_entries() 2257 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries() 2268 if (name + 2 + len * 2 < regions->section_end) in rsrc_print_resource_entries() 2291 return regions->section_end + 1; in rsrc_print_resource_entries() 2297 return regions->section_end + 1; in rsrc_print_resource_entries() 2309 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries() 2310 return regions->section_end + 1; in rsrc_print_resource_entries() 2320 if (leaf + 16 >= regions->section_end in rsrc_print_resource_entries() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peXXigen.c | 2229 bfd_byte * section_end; member 2256 if (data + 8 >= regions->section_end) in rsrc_print_resource_entries() 2257 return regions->section_end + 1; in rsrc_print_resource_entries() 2275 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries() 2286 if (name + 2 + len * 2 < regions->section_end) in rsrc_print_resource_entries() 2309 return regions->section_end + 1; in rsrc_print_resource_entries() 2315 return regions->section_end + 1; in rsrc_print_resource_entries() 2327 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries() 2328 return regions->section_end + 1; in rsrc_print_resource_entries() 2338 if (leaf + 16 >= regions->section_end in rsrc_print_resource_entries() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 176 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in setPreferredBaseAddress() 189 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in decodePseudoProbe() 363 if (SecI != Obj->section_end()) in disassemble() 375 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 319 section_iterator SI = Obj.section_end(); in loadObjectImpl() 325 if (SI == Obj.section_end()) in loadObjectImpl() 358 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 427 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 539 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 644 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize() 670 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 | 672 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 680 if (RelSecI == Obj.section_end()) in findOPDEntrySection() 725 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() 730 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 1235 if (si == Obj.section_end()) in processRelocationRef() 1947 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 169 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation() 183 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOARM.h | 380 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 394 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 | 106 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 165 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | Object.cpp | 160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd() 211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | InputFile.cpp | 483 auto End = Value.File->obj().section_end(); in scanToNextDebugS() 509 return *SectionIter == Value.File->obj().section_end(); in isEnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 425 section_iterator section_end() const override; 786 return section_end(); in getSymbolSection() 972 return section_end(); in getRelocatedSection() 977 return section_end(); in getRelocatedSection() 1144 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
|
H A D | ObjectFile.h | 316 virtual section_iterator section_end() const = 0; 320 return section_iterator_range(section_begin(), section_end()); in sections()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 548 section_iterator Section = MainBinary.section_end(); in loadMainBinarySymbols() 578 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern) in loadMainBinarySymbols()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 182 if (Sec2 != Obj->section_end()) in dumpCXXData() 201 if (SecI == Obj->section_end()) in dumpCXXData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 156 if (!Sec || Obj.section_end() == *Sec) { in addSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 280 if (Sec == Obj.section_end()) in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 221 if (*Sec == COFFObj->section_end()) in onObjLoad()
|