Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1535 unsigned char *section_begin; in process_debug_info() local
1545 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
1556 section_begin += length + 12; in process_debug_info()
1559 section_begin += length + 4; in process_debug_info()
2295 unsigned char *section_begin = start; in display_debug_loc() local
2390 next = section_begin + offset; in display_debug_loc()
2399 (long)(start - section_begin), (long)(next - section_begin)); in display_debug_loc()
2402 (long)(start - section_begin), (long)(next - section_begin)); in display_debug_loc()
2755 next = section_begin + offset; in display_debug_ranges()
2764 (long)(start - section_begin), in display_debug_ranges()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h288 virtual section_iterator section_begin() const = 0;
293 return section_iterator_range(section_begin(), section_end()); in sections()
H A DWasm.h197 section_iterator section_begin() const override;
H A DELFObjectFile.h373 section_iterator section_begin() const override;
999 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
H A DMachO.h362 section_iterator section_begin() const override;
H A DCOFF.h929 section_iterator section_begin() const override;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp349 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
481 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
575 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
597 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
H A DRuntimeDyldMachO.cpp166 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
H A DRuntimeDyldELF.cpp162 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
603 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
1869 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObject.cpp84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
H A DCOFFObjectFile.cpp859 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
H A DWasmObjectFile.cpp1411 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
H A DMachOObjectFile.cpp2465 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp437 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp320 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
648 section_iterator SI = O->section_begin(); in printRelocationTargetName()