| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | dwarf.c | 1515 unsigned char *section_begin; in process_debug_info() local 1525 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info() 1531 length = byte_get (section_begin, 4); in process_debug_info() 1535 length = byte_get (section_begin + 4, 8); in process_debug_info() 1536 section_begin += length + 12; in process_debug_info() 1539 section_begin += length + 4; in process_debug_info() 1574 for (section_begin = start, unit = 0; start < end; unit++) in process_debug_info() 1606 cu_offset = start - section_begin; in process_debug_info() 1693 (unsigned long) (tags - section_begin in process_debug_info() 2252 unsigned char *section_begin = start; in display_debug_loc() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 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 | 165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 154 auto SI = SourceObject.section_begin(); in createRTDyldELFObject() 707 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 2372 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
| /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() 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/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 104 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
|
| H A D | MachODump.cpp | 424 section_iterator SI = O->section_begin(); in printRelocationTargetName()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 323 virtual section_iterator section_begin() const = 0; 328 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | Wasm.h | 201 section_iterator section_begin() const override;
|
| H A D | ELFObjectFile.h | 438 section_iterator section_begin() const override; 1160 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
| H A D | XCOFFObjectFile.h | 617 section_iterator section_begin() const override;
|
| H A D | MachO.h | 510 section_iterator section_begin() const override;
|
| H A D | COFF.h | 969 section_iterator section_begin() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Object.cpp | 203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
| H A D | XCOFFObjectFile.cpp | 692 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 981 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1814 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2638 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 560 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler() 561 NextSection(Obj->section_begin()), BundlerConfig(BC) {} in ObjectFileHandler()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 487 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | readelf.c | 7687 unsigned char *section_begin = start; in display_debug_loc() local 7715 offset = start - section_begin; in display_debug_loc() 8224 unsigned char *section_begin = start; in display_debug_info() local 8291 if (rp->r_offset >= (bfd_vma) (hdrptr - section_begin) in display_debug_info() 8294 loc = section_begin + rp->r_offset; in display_debug_info() 8338 cu_offset = start - section_begin; in display_debug_info() 8413 (unsigned long) (tags - section_begin - bytes_read), in display_debug_info()
|