Home
last modified time | relevance | path

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

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/driver/
H A Dfiletype.py117 def IsELF(filename): function
118 return elftools.IsELF(filename)
123 assert(elftools.IsELF(filename))
261 and not IsELF(filename)
347 if elftools.IsELF(filename):
H A Dpnacl-strip.py80 elif filetype.IsELF(f) or filetype.IsNativeArchive(f):
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/link/internal/ld/
H A Dtarget.go24 IsELF bool member
65 return t.IsELF
77 return t.IsELF || t.HeadType == objabi.Haix || t.HeadType == objabi.Hdarwin
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
100 const uint64_t size = IsELF ? ELFSymbolRef(Sym).getSize() : 0; in convert()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/x86/
H A Dasm.go61 if !ctxt.IsELF {
314 if ctxt.IsELF {
548 if ctxt.IsELF {
611 if ctxt.IsELF {
623 if ctxt.IsELF {
666 if ctxt.IsELF {
685 if ctxt.IsELF {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/arm64/
H A Dasm.go220 if s.Type == sym.STEXT && ctxt.IsELF {
280 if ctxt.IsELF {
555 if ctxt.BuildMode == ld.BuildModePIE && ctxt.IsELF {
744 if ctxt.IsELF {
795 if ctxt.IsELF {
806 if ctxt.IsELF {
849 if ctxt.IsELF {
864 if ctxt.IsELF {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/mips64/
H A Dasm.go172 if ctxt.IsELF {
210 if ctxt.IsELF {
222 if ctxt.IsELF {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/arm/
H A Dasm.go245 if ctxt.IsELF {
695 if ctxt.IsELF {
737 if ctxt.IsELF {
753 if ctxt.IsELF {
763 if ctxt.IsELF {
806 if ctxt.IsELF {
825 if ctxt.IsELF {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/amd64/
H A Dasm.go258 if s.Type == sym.STEXT && ctxt.IsELF {
324 if ctxt.IsELF {
578 if ctxt.IsELF {
649 if ctxt.IsELF {
662 if ctxt.IsELF {
751 if ctxt.IsELF {
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/ELF/
H A DPBPReader.h49 bool IsELF() const { return file_ == nullptr && isELF_; } in IsELF() function
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/ELF/
H A DPBPReader.h49 bool IsELF() const { return file_ == nullptr && isELF_; } in IsELF() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/ELF/
H A DPBPReader.h49 bool IsELF() const { return file_ == nullptr && isELF_; } in IsELF() function
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/riscv64/
H A Dasm.go100 if ctxt.IsELF {
134 if !ctxt.IsELF {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/ld/
H A Ddata.go230 if ctxt.LinkMode == LinkExternal && ctxt.IsELF {
244 if ctxt.IsELF && ctxt.Arch.Family == sys.ARM {
261 if ctxt.LinkMode == LinkExternal && ctxt.IsELF {
274 if ctxt.BuildMode == BuildModePIE && ctxt.IsELF {
307 if ctxt.IsELF {
382 if ctxt.IsELF && ctxt.Arch.Family == sys.AMD64 {
425 if ctxt.IsELF {
451 if ctxt.IsELF {
688 if ctxt.IsELF {
1522 if ctxt.IsELF && ctxt.LinkMode == LinkInternal {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/s390x/
H A Dasm.go429 if ctxt.IsELF {
495 if ctxt.IsELF {
506 if ctxt.IsELF {
541 if !ctxt.IsELF {

1234567