| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/ |
| HD | ELFStub.cpp | 14 ELFStub::ELFStub(ELFStub const &Stub) { in ELFStub() argument 15 TbeVersion = Stub.TbeVersion; in ELFStub() 16 Arch = Stub.Arch; in ELFStub() 17 SoName = Stub.SoName; in ELFStub() 18 NeededLibs = Stub.NeededLibs; in ELFStub() 19 Symbols = Stub.Symbols; in ELFStub() 22 ELFStub::ELFStub(ELFStub &&Stub) { in ELFStub() argument 23 TbeVersion = std::move(Stub.TbeVersion); in ELFStub() 24 Arch = std::move(Stub.Arch); in ELFStub() 25 SoName = std::move(Stub.SoName); in ELFStub() [all …]
|
| HD | TBEHandler.cpp | 131 static void mapping(IO &IO, ELFStub &Stub) { in mapping() 134 IO.mapRequired("TbeVersion", Stub.TbeVersion); in mapping() 135 IO.mapOptional("SoName", Stub.SoName); in mapping() 136 IO.mapRequired("Arch", (ELFArchMapper &)Stub.Arch); in mapping() 137 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping() 138 IO.mapRequired("Symbols", Stub.Symbols); in mapping() 147 std::unique_ptr<ELFStub> Stub(new ELFStub()); in readTBEFromBuffer() local 148 YamlIn >> *Stub; in readTBEFromBuffer() 152 return std::move(Stub); in readTBEFromBuffer() 155 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream() argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | OrcABISupport.cpp | 170 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local 175 Stub[I] = 0xd61f020058000010 | PtrOffsetField; in emitIndirectStubsBlock() 252 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local 256 Stub[I] = 0xF1C40000000025ff | PtrOffsetField; in emitIndirectStubsBlock() 520 uint64_t *Stub = reinterpret_cast<uint64_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local 523 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock() 706 uint32_t *Stub = reinterpret_cast<uint32_t *>(StubsBlock.base()); in emitIndirectStubsBlock() local 707 uint64_t PtrAddr = reinterpret_cast<uint64_t>(Stub) + NumPages * PageSize; in emitIndirectStubsBlock() 711 Stub[4 * I + 0] = 0x3c190000 | (HiAddr & 0xFFFF); // lui $t9,ptr1 in emitIndirectStubsBlock() 712 Stub[4 * I + 1] = 0x8f390000 | (PtrAddr & 0xFFFF); // lw $t9,%lo(ptr1)($t9) in emitIndirectStubsBlock() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/ |
| HD | ELFStub.h | 62 ELFStub(const ELFStub &Stub); 63 ELFStub(ELFStub &&Stub);
|
| HD | TBEHandler.h | 39 Error writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldCOFFX86_64.h | 156 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() local 157 if (Stub == Stubs.end()) { in generateRelocationStub() 168 StubOffset = Stub->second; in generateRelocationStub()
|
| HD | RuntimeDyldCOFFAArch64.h | 111 auto Stub = Stubs.find(OriginalRelValueRef); in generateRelocationStub() local 112 if (Stub == Stubs.end()) { in generateRelocationStub() 123 StubOffset = Stub->second; in generateRelocationStub()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsAsmPrinter.cpp | 1071 MCSymbolELF *Stub = in EmitFPCallStub() local 1073 TS.emitDirectiveEnt(*Stub); in EmitFPCallStub() 1077 OutStreamer->EmitLabel(Stub); in EmitFPCallStub() 1117 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext); in EmitFPCallStub() 1120 OutStreamer->emitELFSize(Stub, T_min_E); in EmitFPCallStub()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86AsmPrinter.cpp | 737 for (auto &Stub : Stubs) in emitNonLazyStubs() local 738 emitNonLazySymbolPointer(OutStreamer, Stub.first, Stub.second); in emitNonLazyStubs()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 1466 for (const auto &Stub : Stubs) { in doFinalization() local 1467 OutStreamer->EmitLabel(Stub.first); in doFinalization() 1468 OutStreamer->EmitSymbolValue(Stub.second.getPointer(), in doFinalization() 1483 for (const auto &Stub : Stubs) { in doFinalization() local 1485 SectionName += Stub.first->getName(); in doFinalization() 1490 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 1493 OutStreamer->EmitSymbolAttribute(Stub.first, MCSA_Global); in doFinalization() 1494 OutStreamer->EmitLabel(Stub.first); in doFinalization() 1495 OutStreamer->EmitSymbolValue(Stub.second.getPointer(), in doFinalization()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| HD | MachO_x86_64.cpp | 388 void fixExternalBranchEdge(Edge &E, Symbol &Stub) { in fixExternalBranchEdge() argument 391 E.setTarget(Stub); in fixExternalBranchEdge()
|
| HD | MachO_arm64.cpp | 425 void fixExternalBranchEdge(Edge &E, Symbol &Stub) { in fixExternalBranchEdge() argument 428 E.setTarget(Stub); in fixExternalBranchEdge()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMAsmPrinter.cpp | 531 for (auto &Stub : Stubs) in EmitEndOfAsmFile() local 532 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second); in EmitEndOfAsmFile() 544 for (auto &Stub : Stubs) in EmitEndOfAsmFile() local 545 emitNonLazySymbolPointer(*OutStreamer, Stub.first, Stub.second); in EmitEndOfAsmFile()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | IRExecutionUnit.h | 332 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enumerator
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | README | 99 entries /* Stub file. */ 100 format /* Stub file. */
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 1169 MCSymbol *Stub = Ctx.getOrCreateSymbol(Name); in getIndirectSymViaGOTPCRel() local 1171 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(Stub); in getIndirectSymViaGOTPCRel() 1180 MCSymbolRefExpr::create(Stub, MCSymbolRefExpr::VK_None, Ctx); in getIndirectSymViaGOTPCRel()
|
| /freebsd-11-stable/contrib/unbound/dnstap/ |
| HD | dnstap.proto | 77 // | Stub |-SQ--------CQ->| Recursive|-RQ----AQ->| Auth. |
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.h | 638 llvm::DISubprogram *getFunctionFwdDeclOrStub(GlobalDecl GD, bool Stub);
|
| HD | CGDebugInfo.cpp | 3364 bool Stub) { in getFunctionFwdDeclOrStub() argument 3390 if (Stub) { in getFunctionFwdDeclOrStub()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog.apple | 583 * stub-objc.c (objc_build_getter_call, objc_property_call): Stub removed. 585 Stub added.
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | IRExecutionUnit.cpp | 498 case AllocationKind::Stub: in GetSectionTypeFromSectionName()
|
| /freebsd-11-stable/contrib/unbound/doc/ |
| HD | requirements.txt | 73 o Stub-zones can be configured (local data or AS112 zones).
|
| /freebsd-11-stable/contrib/openbsm/ |
| HD | NEWS | 99 - Stub libauditd(3) man page added.
|
| /freebsd-11-stable/contrib/libstdc++/ |
| D | ChangeLog-1999 | 365 * bits/ostream.tcc (ostream::operator<<(const char*)): Stub out 1498 * docs/23_containers/howto.html: Stub for bitmasks. 2046 * bits/istream.tcc: Stub out definition. 2127 * bits/ios_base.h (ios_base::sync_with_stdio): Stub in.
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdb.info-3 | 5450 * breakpoint subroutine, remote: Stub Contents. 5767 * handle_exception: Stub Contents. 6169 * remote serial stub: Stub Contents. 6171 * remote serial stub, initialization: Stub Contents. 6172 * remote serial stub, main routine: Stub Contents. 6329 * set_debug_traps: Stub Contents.
|