Searched refs:section_begin (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 1535 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 D | ObjectFile.h | 288 virtual section_iterator section_begin() const = 0; 293 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | Wasm.h | 197 section_iterator section_begin() const override;
|
| H A D | ELFObjectFile.h | 373 section_iterator section_begin() const override; 999 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
| H A D | MachO.h | 362 section_iterator section_begin() const override;
|
| H A D | COFF.h | 929 section_iterator section_begin() const override;
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 349 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 D | RuntimeDyldMachO.cpp | 166 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 162 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 D | Object.cpp | 84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
| H A D | COFFObjectFile.cpp | 859 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1411 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2465 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 437 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 320 return SectionFilterIterator(Predicate, Object.section_begin(), in begin() 648 section_iterator SI = O->section_begin(); in printRelocationTargetName()
|