Searched refs:section_end (Results 1 - 25 of 33) sorted by path

12

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2293 unsigned char *section_end; local
2306 section_end = start + bytes;
2415 if (start + 2 * pointer_size > section_end)
2442 if (start + 2 > section_end)
2452 if (start + length > section_end)
2664 unsigned char *section_end; local
2677 section_end = start + bytes;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h931 section_iterator section_end() const override;
H A DELFObjectFile.h420 section_iterator section_end() const override;
672 return section_end();
850 return section_end();
855 return section_end();
1043 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
H A DMachO.h360 section_iterator section_end() const override;
H A DObjectFile.h309 virtual section_iterator section_end() const = 0;
313 return section_iterator_range(section_begin(), section_end());
H A DWasm.h199 section_iterator section_end() const override;
H A DXCOFFObjectFile.h288 section_iterator section_end() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1360 object::section_iterator RSec = Obj.section_end();
1390 if (RSec != Obj.section_end())
1400 if (L && RSec != Obj.section_end())
1659 if (RelocatedSection == Obj.section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp167 if (!Sec || (Obj && Obj->section_end() == *Sec))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp151 if (Sec == Obj.section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp189 if (*Sec == COFFObj->section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp275 if (*SectOrErr != Obj.section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp310 section_iterator SI = Obj.section_end();
316 if (SI == Obj.section_end())
348 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 DRuntimeDyldELF.cpp607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
615 if (RelSecI == Obj.section_end())
660 section_iterator TSI = Obj.section_end();
665 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
1169 if (si == Obj.section_end())
1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
H A DRuntimeDyldMachO.cpp75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
166 section_iterator SE = Obj.section_end();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end();
H A DRuntimeDyldCOFFI386.h87 if (Section == Obj.section_end()) {
H A DRuntimeDyldCOFFThumb.h107 if (Section == Obj.section_end()) {
H A DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end();
H A DRuntimeDyldMachOARM.h380 assert(SAI != MachO.section_end() && "Can't find section for address A");
394 assert(SBI != MachO.section_end() && "Can't find section for address B");
H A DRuntimeDyldMachOI386.h169 assert(SAI != Obj.section_end() && "Can't find section for address A");
183 assert(SBI != Obj.section_end() && "Can't find section for address B");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp252 return section_end();
863 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp1888 return section_end();
2533 section_iterator MachOObjectFile::section_end() const { function in class:MachOObjectFile
4243 return *section_end();
4246 return *section_end();
H A DObject.cpp160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0;
211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0;
H A DWasmObjectFile.cpp1365 return section_end();
1522 section_iterator WasmObjectFile::section_end() const { function in class:WasmObjectFile

Completed in 449 milliseconds

12