Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp176 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 Ddwarf.c3739 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 DChangeLog-2015824 (process_debug_info): Test for section_begin wrapping around to
H A DChangeLog1350 incrementing section_begin rather than using pointer comparison.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c3558 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 DChangeLog-2015824 (process_debug_info): Test for section_begin wrapping around to
H A DChangeLog845 incrementing section_begin rather than using pointer comparison.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp358 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 DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
H A DRuntimeDyldELF.cpp154 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 Dllvm-objdump.h107 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
H A DMachODump.cpp405 section_iterator SI = O->section_begin(); in printRelocationTargetName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h315 virtual section_iterator section_begin() const = 0;
320 return section_iterator_range(section_begin(), section_end()); in sections()
H A DWasm.h204 section_iterator section_begin() const override;
H A DXCOFFObjectFile.h313 section_iterator section_begin() const override;
H A DELFObjectFile.h424 section_iterator section_begin() const override;
1136 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
H A DMachO.h360 section_iterator section_begin() const override;
H A DCOFF.h976 section_iterator section_begin() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
H A DXCOFFObjectFile.cpp421 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp915 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
H A DWasmObjectFile.cpp1736 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
H A DMachOObjectFile.cpp2540 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 DClangOffloadBundler.cpp515 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 DInputFile.cpp441 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()