| /freebsd-14.2/contrib/openbsm/libbsm/ |
| H A D | bsm_errno.c | 60 #define ES(x) x macro 62 #define ES(x) macro 138 ES("Level 3 halted") }, 145 ES("Level 3 reset") }, 199 ES("Exchange full") }, 206 ES("No anode") }, 220 ES("Invalid slot") }, 299 ES("srmount error") }, 341 ES("Bad message") }, 544 ES("Just return") }, [all …]
|
| /freebsd-14.2/sys/security/audit/ |
| H A D | bsm_errno.c | 62 #define ES(x) x macro 64 #define ES(x) macro 140 ES("Level 3 halted") }, 147 ES("Level 3 reset") }, 201 ES("Exchange full") }, 208 ES("No anode") }, 222 ES("Invalid slot") }, 301 ES("srmount error") }, 343 ES("Bad message") }, 546 ES("Just return") }, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 35 I.InitSymbol = ES.intern(InitSymString); in addInitSymbol() 42 getMachOObjectFileSymbolInfo(ExecutionSession &ES, in getMachOObjectFileSymbolInfo() argument 84 addInitSymbol(I, ES, Obj.getFileName()); in getMachOObjectFileSymbolInfo() 90 addInitSymbol(I, ES, Obj.getFileName()); in getMachOObjectFileSymbolInfo() 99 getELFObjectFileSymbolInfo(ExecutionSession &ES, in getELFObjectFileSymbolInfo() argument 143 addInitSymbol(I, ES, Obj.getFileName()); in getELFObjectFileSymbolInfo() 153 getCOFFObjectFileSymbolInfo(ExecutionSession &ES, in getCOFFObjectFileSymbolInfo() argument 224 addInitSymbol(I, ES, Obj.getFileName()); in getCOFFObjectFileSymbolInfo() 235 getGenericObjectFileSymbolInfo(ExecutionSession &ES, in getGenericObjectFileSymbolInfo() argument 284 return getELFObjectFileSymbolInfo(ES, *ELFObj); in getObjectFileInterface() [all …]
|
| H A D | COFFPlatform.cpp | 169 if (!supportedTarget(ES.getTargetTriple())) in Create() 174 auto &EPC = ES.getExecutorProcessControl(); in Create() 194 RuntimeAliases = standardPlatformAliases(ES); in Create() 260 auto AliasName = ES.intern(KV.first); in addAliases() 277 addAliases(ES, CXXAliases, requiredCXXAliases()); in setupJITDylib() 285 auto I = getObjectFileInterface(ES, *PerJDObj); in setupJITDylib() 392 : ES(ES), ObjLinkingLayer(ObjLinkingLayer), in COFFPlatform() 512 ES.runSessionLocked([&]() { in pushInitializersLoop() 560 ES, std::move(NewInitSymbols)); in pushInitializersLoop() 636 ES.lookup( in rt_lookupSymbol() [all …]
|
| H A D | COFFVCRuntimeSupport.cpp | 23 COFFVCRuntimeBootstrapper::Create(ExecutionSession &ES, in Create() argument 27 new COFFVCRuntimeBootstrapper(ES, ObjLinkingLayer, RuntimePath)); in Create() 31 ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, in COFFVCRuntimeBootstrapper() argument 33 : ES(ES), ObjLinkingLayer(ObjLinkingLayer) { in COFFVCRuntimeBootstrapper() 114 ES, LookupKind::Static, makeJITDylibSearchOrder(&JD), in initializeStaticVCRuntime() 115 {{ES.intern("__scrt_initialize_crt"), &jit_scrt_initialize}, in initializeStaticVCRuntime() 116 {ES.intern("__scrt_dllmain_before_initialize_c"), in initializeStaticVCRuntime() 118 {ES.intern("?__scrt_initialize_type_info@@YAXXZ"), in initializeStaticVCRuntime() 120 {ES.intern("__scrt_initialize_default_local_stdio_options"), in initializeStaticVCRuntime() 125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime() [all …]
|
| H A D | ELFNixPlatform.cpp | 121 if (!supportedTarget(ES.getTargetTriple())) in Create() 126 auto &EPC = ES.getExecutorProcessControl(); in Create() 160 ELFNixPlatform::Create(ExecutionSession &ES, in Create() argument 208 auto AliasName = ES.intern(KV.first); in addAliases() 265 : ES(ES), ObjLinkingLayer(ObjLinkingLayer), in ELFNixPlatform() 354 ES.runSessionLocked([&]() { in getInitializersLookupPhase() 380 ES, std::move(NewInitSymbols)); in getInitializersLookupPhase() 470 ES.lookup( in rt_lookupSymbol() 489 auto Name = ES.intern(KV.first); in bootstrapELFNixRuntime() 494 auto RuntimeSymbolAddrs = ES.lookup( in bootstrapELFNixRuntime() [all …]
|
| H A D | LazyReexports.cpp | 19 LazyCallThroughManager::LazyCallThroughManager(ExecutionSession &ES, in LazyCallThroughManager() argument 22 : ES(ES), ErrorHandlerAddr(ErrorHandlerAddr), TP(TP) {} in LazyCallThroughManager() 41 ES.reportError(std::move(Err)); in reportCallThroughError() 99 ES.lookup(LookupKind::Static, in resolveTrampolineLandingAddress() 117 return LocalLazyCallThroughManager::Create<OrcAArch64>(ES, in createLocalLazyCallThroughManager() 125 ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager() 128 return LocalLazyCallThroughManager::Create<OrcMips32Be>(ES, in createLocalLazyCallThroughManager() 132 return LocalLazyCallThroughManager::Create<OrcMips32Le>(ES, in createLocalLazyCallThroughManager() 140 return LocalLazyCallThroughManager::Create<OrcRiscv64>(ES, in createLocalLazyCallThroughManager() 146 ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager() [all …]
|
| H A D | DebugObjectManagerPlugin.cpp | 119 ExecutionSession &ES) in DebugObject() argument 120 : MemMgr(MemMgr), JD(JD), ES(ES), Flags(DebugObjectFlags{}) {} in DebugObject() 139 ES.reportError(std::move(Err)); in ~DebugObject() 156 ExecutionSession &ES; member in llvm::orc::DebugObject 210 const JITLinkDylib *JD, ExecutionSession &ES); 217 ExecutionSession &ES) in ELFDebugObject() argument 218 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) { in ELFDebugObject() 298 ExecutionSession &ES) { in Create() argument 381 return ELFDebugObject::Create(ObjBuffer, Ctx, ES); in createDebugObjectFromBuffer() 393 : ES(ES), Target(std::move(Target)), in DebugObjectManagerPlugin() [all …]
|
| H A D | LLJIT.cpp | 315 auto &ES = getExecutionSession(); in getInitializers() local 336 auto &ES = getExecutionSession(); in getDeinitializers() local 615 if (auto WrapperAddr = ES.lookup( in initialize() 632 if (auto WrapperAddr = ES.lookup( in deinitialize() 703 if (!ES && !EPC) { in prepareForConstruction() 720 << ES.get() << "\n"; in prepareForConstruction() 759 [](ExecutionSession &ES, in prepareForConstruction() 795 if (auto Err = ES->endSession()) in ~LLJIT() 874 if (auto Sym = ES->lookup( in lookupLinkerMangled() 940 } else if (S.ES) in LLJIT() [all …]
|
| H A D | ObjectLinkingLayer.cpp | 121 return ES.intern(InitSymString); in makeInitSymbol() 190 auto &ES = Layer.getExecutionSession(); in lookup() local 370 : ES(ES), BlockDeps(std::move(BlockDeps)) {} in BlockDependenciesMap() 428 ExecutionSession &ES; member in llvm::orc::ObjectLinkingLayerJITLinkContext::BlockDependenciesMap 641 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer() 642 ES.registerResourceManager(*this); in ObjectLinkingLayer() 647 : BaseT(ES), MemMgr(MemMgr) { in ObjectLinkingLayer() 648 ES.registerResourceManager(*this); in ObjectLinkingLayer() 654 ES.registerResourceManager(*this); in ObjectLinkingLayer() 767 : ES(ES), Registrar(std::move(Registrar)) {} in EHFrameRegistrationPlugin() [all …]
|
| H A D | EPCEHFrameRegistrar.cpp | 20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create() argument 26 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create() 34 ES, RegisterEHFrameSectionWrapper, DeregisterEHFrameSectionWrapper); in Create() 38 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in registerEHFrames() 44 return ES.callSPSWrapper<void(SPSExecutorAddrRange)>( in deregisterEHFrames()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 27 InternedSymbols.add(ES.intern(S)); in lookup() 86 ES.registerResourceManager(*this); in RTDyldObjectLinkingLayer() 98 auto &ES = getExecutionSession(); in emit() local 120 ES.reportError(SymType.takeError()); in emit() 128 ES.reportError(SymFlagsOrErr.takeError()); in emit() 139 ES.reportError(SymName.takeError()); in emit() 151 ES.reportError(SymFlags.takeError()); in emit() 165 ES.reportError(SymName.takeError()); in emit() 174 ES.reportError(std::move(Err)); in emit() 234 auto &ES = getExecutionSession(); in onObjLoad() local [all …]
|
| H A D | Mangling.cpp | 19 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner() argument 20 : ES(ES), DL(DL) {} in MangleAndInterner() 28 return ES.intern(MangledName); in operator ()() 31 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add() argument 38 MangleAndInterner Mangle(ES, GVs[0]->getParent()->getDataLayout()); in add()
|
| H A D | CompileOnDemandLayer.cpp | 74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() argument 78 : IRMaterializationUnit(ES, MO, std::move(TSM)), Parent(Parent) {} in PartitioningIRMaterializationUnit() 133 auto &ES = getExecutionSession(); in emit() local 159 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit() 160 ES.reportError(std::move(Err)); in emit() 268 auto &ES = getExecutionSession(); in emitPartition() local 323 MangleAndInterner Mangle(ES, M.getDataLayout()); in emitPartition() 325 IRSymbolMapper::add(ES, *getManglingOptions(), in emitPartition() 367 ES.reportError(ExtractedTSM.takeError()); in emitPartition() 373 ES, *getManglingOptions(), std::move(TSM), *this))) { in emitPartition() [all …]
|
| H A D | IndirectionUtils.cpp | 94 ES.reportError( in executeCompileCallback() 104 ES.lookup(makeJITDylibSearchOrder( in executeCompileCallback() 112 ES.reportError(Sym.takeError()); in executeCompileCallback() 128 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 133 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 138 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 143 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 147 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 153 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 158 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() [all …]
|
| H A D | Layer.cpp | 33 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() argument 39 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit() 94 InitSymbol = ES.intern(InitSymbolName); in IRMaterializationUnit() 152 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local 156 LLVM_DEBUG(ES.runSessionLocked( in materialize() 159 LLVM_DEBUG(ES.runSessionLocked([&]() { in materialize() 166 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() argument
|
| H A D | EPCDebugObjectRegistrar.cpp | 20 ExecutionSession &ES, in createJITLoaderGDBRegistrar() argument 22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() 49 return std::make_unique<EPCDebugObjectRegistrar>(ES, RegisterAddr); in createJITLoaderGDBRegistrar() 54 return ES.callSPSWrapper<void(shared::SPSExecutorAddrRange, bool)>( in registerDebugObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 122 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 130 Create(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer, 136 ExecutionSession &getExecutionSession() const { return ES; } in getExecutionSession() 318 ExecutionSession &ES; variable 332 ES.intern("___orc_rt_macho_platform_bootstrap")}; 334 ES.intern("___orc_rt_macho_platform_shutdown")}; 336 ES.intern("___orc_rt_macho_register_ehframe_section")}; 338 ES.intern("___orc_rt_macho_deregister_ehframe_section")}; 340 ES.intern("___orc_rt_macho_register_jitdylib")}; 342 ES.intern("___orc_rt_macho_deregister_jitdylib")}; [all …]
|
| H A D | Layer.h | 37 IRMaterializationUnit(ExecutionSession &ES, 60 static SymbolStringPtr getInitSymbol(ExecutionSession &ES, 69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() argument 70 : ES(ES), MO(MO) {} in IRLayer() 75 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() 114 ExecutionSession &ES; variable 137 ObjectLayer(ExecutionSession &ES); 141 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession() 170 ExecutionSession &ES;
|
| H A D | EPCEHFrameRegistrar.h | 36 Create(ExecutionSession &ES); 40 EPCEHFrameRegistrar(ExecutionSession &ES, in EPCEHFrameRegistrar() argument 43 : ES(ES), RegisterEHFrameSectionWrapper(RegisterEHFrameSectionWrapper), in EPCEHFrameRegistrar() 50 ExecutionSession &ES;
|
| H A D | EPCDebugObjectRegistrar.h | 42 EPCDebugObjectRegistrar(ExecutionSession &ES, ExecutorAddr RegisterFn) in EPCDebugObjectRegistrar() argument 43 : ES(ES), RegisterFn(RegisterFn) {} in EPCDebugObjectRegistrar() 49 ExecutionSession &ES; 61 ExecutionSession &ES,
|
| H A D | EPCDynamicLibrarySearchGenerator.h | 40 ExecutionSession &ES, tpctypes::DylibHandle H, 43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)), 50 Load(ExecutionSession &ES, const char *LibraryPath, 57 GetForTargetProcess(ExecutionSession &ES, 60 return Load(ES, nullptr, std::move(Allow), std::move(AddAbsoluteSymbols));
|
| H A D | LazyReexports.h | 43 LazyCallThroughManager(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr, 78 ExecutionSession &ES; variable 90 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() argument 92 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} in LocalLazyCallThroughManager() 118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create() argument 120 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr)); in Create() 132 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
|
| H A D | Speculation.h | 109 ES.lookup( in launchCompile() 116 ES.reportError(std::move(Err)); in launchCompile() 123 : AliaseeImplTable(Impl), ES(ref), GlobalSpecMap(0) {} in Speculator() 153 ES.lookup( in registerSymbols() 161 ExecutionSession &getES() { return ES; } in getES() 167 ExecutionSession &ES; variable 178 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer() argument 180 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 100 const char *ES, const TargetMachine &TM) in ExternalSymbolPseudoSourceValue() argument 101 : CallEntryPseudoSourceValue(ExternalSymbolCallEntry, TM), ES(ES) {} in ExternalSymbolPseudoSourceValue() 141 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry() argument 143 ExternalCallEntries[ES]; in getExternalSymbolCallEntry() 145 E = std::make_unique<ExternalSymbolPseudoSourceValue>(ES, TM); in getExternalSymbolCallEntry()
|