Searched refs:section_begin (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1535 unsigned char *section_begin; local
1545 for (section_begin = start, num_units = 0; section_begin < end;
1551 length = byte_get (section_begin, 4);
1555 length = byte_get (section_begin + 4, 8);
1556 section_begin += length + 12;
1559 section_begin += length + 4;
1594 for (section_begin = start, unit = 0; start < end; unit++)
1626 cu_offset = start - section_begin;
1710 (unsigned long) (tags - section_begin
2295 unsigned char *section_begin = start; local
2666 unsigned char *section_begin = start; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h72 return SectionFilterIterator(Predicate, Object.section_begin(),
H A DMachODump.cpp476 section_iterator SI = O->section_begin();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
653 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
H A DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin();
H A DRuntimeDyldELF.cpp161 auto SI = SourceObject.section_begin();
607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h308 virtual section_iterator section_begin() const = 0;
313 return section_iterator_range(section_begin(), section_end());
H A DXCOFFObjectFile.h287 section_iterator section_begin() const override;
H A DWasm.h198 section_iterator section_begin() const override;
H A DELFObjectFile.h419 section_iterator section_begin() const override;
1035 section_iterator ELFObjectFile<ELFT>::section_begin() const { function in class:llvm::object::ELFObjectFile
H A DMachO.h359 section_iterator section_begin() const override;
H A DCOFF.h930 section_iterator section_begin() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp200 section_iterator SI = OB->getBinary()->section_begin();
H A DXCOFFObjectFile.cpp375 section_iterator XCOFFObjectFile::section_begin() const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp857 section_iterator COFFObjectFile::section_begin() const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1516 section_iterator WasmObjectFile::section_begin() const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp2528 section_iterator MachOObjectFile::section_begin() const { function in class:MachOObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp440 SectionIter = File.obj().section_begin();

Completed in 227 milliseconds