| /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() 375 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dwarf.c | 3739 unsigned char *section_begin; in process_debug_info() local 3745 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info() 3753 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end); in process_debug_info() 3756 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end); in process_debug_info() 3767 if (length > (size_t) (end - section_begin)) in process_debug_info() 3771 length, end - section_begin, section->name); in process_debug_info() 3774 section_begin += length; in process_debug_info() 3841 for (section_begin = start; start < end;) in process_debug_info() 3853 cu_offset = start - section_begin; in process_debug_info() 3913 record_abbrev_list_for_cu (cu_offset, start - section_begin, in process_debug_info() [all …]
|
| H A D | ChangeLog-2015 | 824 (process_debug_info): Test for section_begin wrapping around to
|
| H A D | ChangeLog | 1350 incrementing section_begin rather than using pointer comparison.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dwarf.c | 3558 unsigned char *section_begin; in process_debug_info() local 3564 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info() 3572 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end); in process_debug_info() 3575 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end); in process_debug_info() 3586 if (length > (size_t) (end - section_begin)) in process_debug_info() 3590 dwarf_vmatoa ("x", end - section_begin), in process_debug_info() 3594 section_begin += length; in process_debug_info() 3664 for (section_begin = start; start < end;) in process_debug_info() 3677 cu_offset = start - section_begin; in process_debug_info() 3744 record_abbrev_list_for_cu (cu_offset, start - section_begin, list); in process_debug_info() [all …]
|
| H A D | ChangeLog-2015 | 824 (process_debug_info): Test for section_begin wrapping around to
|
| H A D | ChangeLog | 845 incrementing section_begin rather than using pointer comparison.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 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 | 165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 154 auto SI = SourceObject.section_begin(); in createRTDyldELFObject() 672 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 1947 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 107 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
|
| H A D | MachODump.cpp | 405 section_iterator SI = O->section_begin(); in printRelocationTargetName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 315 virtual section_iterator section_begin() const = 0; 320 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | Wasm.h | 204 section_iterator section_begin() const override;
|
| H A D | XCOFFObjectFile.h | 313 section_iterator section_begin() const override;
|
| H A D | ELFObjectFile.h | 424 section_iterator section_begin() const override; 1136 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
| H A D | MachO.h | 360 section_iterator section_begin() const override;
|
| H A D | COFF.h | 976 section_iterator section_begin() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Object.cpp | 200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
| H A D | XCOFFObjectFile.cpp | 421 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 915 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1736 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2540 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 515 CurrentSection(Obj->section_begin()), in ObjectFileHandler() 516 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 441 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|