Home
last modified time | relevance | path

Searched refs:section_begin (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c1515 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 DRuntimeDyld.cpp364 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 DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
H A DRuntimeDyldELF.cpp154 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 DProfiledBinary.cpp360 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 Dllvm-objdump.h104 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
H A DMachODump.cpp424 section_iterator SI = O->section_begin(); in printRelocationTargetName()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h323 virtual section_iterator section_begin() const = 0;
328 return section_iterator_range(section_begin(), section_end()); in sections()
H A DWasm.h201 section_iterator section_begin() const override;
H A DELFObjectFile.h438 section_iterator section_begin() const override;
1160 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
H A DXCOFFObjectFile.h617 section_iterator section_begin() const override;
H A DMachO.h510 section_iterator section_begin() const override;
H A DCOFF.h969 section_iterator section_begin() const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
H A DXCOFFObjectFile.cpp692 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp981 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
H A DWasmObjectFile.cpp1814 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
H A DMachOObjectFile.cpp2638 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp560 : 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 DInputFile.cpp487 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c7687 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()