Home
last modified time | relevance | path

Searched refs:ES (Results 1 – 25 of 165) sorted by relevance

1234567

/freebsd-11-stable/contrib/openbsm/libbsm/
HDbsm_errno.c60 #define ES(x) x macro
62 #define ES(x) macro
81 { BSM_ERRNO_ESUCCESS, 0, ES("Success") },
82 { BSM_ERRNO_EPERM, EPERM, ES("Operation not permitted") },
83 { BSM_ERRNO_ENOENT, ENOENT, ES("No such file or directory") },
84 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
85 { BSM_ERRNO_EINTR, EINTR, ES("Interrupted system call") },
86 { BSM_ERRNO_EIO, EIO, ES("Input/output error") },
87 { BSM_ERRNO_ENXIO, ENXIO, ES("Device not configured") },
88 { BSM_ERRNO_E2BIG, E2BIG, ES("Argument list too long") },
[all …]
/freebsd-11-stable/sys/security/audit/
HDbsm_errno.c62 #define ES(x) x macro
64 #define ES(x) macro
83 { BSM_ERRNO_ESUCCESS, 0, ES("Success") },
84 { BSM_ERRNO_EPERM, EPERM, ES("Operation not permitted") },
85 { BSM_ERRNO_ENOENT, ENOENT, ES("No such file or directory") },
86 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
87 { BSM_ERRNO_EINTR, EINTR, ES("Interrupted system call") },
88 { BSM_ERRNO_EIO, EIO, ES("Input/output error") },
89 { BSM_ERRNO_ENXIO, ENXIO, ES("Device not configured") },
90 { BSM_ERRNO_E2BIG, E2BIG, ES("Argument list too long") },
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDLLJIT.cpp41 [](ExecutionSession &ES, in prepareForConstruction()
44 ES, std::make_unique<jitlink::InProcessMemoryManager>()); in prepareForConstruction()
58 auto InternedName = ES->intern(Name); in defineAbsolute()
70 return CompileLayer->add(JD, std::move(TSM), ES->allocateVModule()); in addIRModule()
76 return ObjTransformLayer.add(JD, std::move(Obj), ES->allocateVModule()); in addObjectFile()
81 return ES->lookup( in lookupLinkerMangled()
83 ES->intern(Name)); in lookupLinkerMangled()
87 LLJIT::createObjectLinkingLayer(LLJITBuilderState &S, ExecutionSession &ES) { in createObjectLinkingLayer() argument
91 return S.CreateObjectLinkingLayer(ES, S.JTMB->getTargetTriple()); in createObjectLinkingLayer()
97 std::make_unique<RTDyldObjectLinkingLayer>(ES, std::move(GetMemMgr)); in createObjectLinkingLayer()
[all …]
HDLazyReexports.cpp22 ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, in LazyCallThroughManager() argument
24 : ES(ES), ErrorHandlerAddr(ErrorHandlerAddr), TP(std::move(TP)) {} in LazyCallThroughManager()
54 auto LookupResult = ES.lookup( in callThroughToSymbol()
59 ES.reportError(LookupResult.takeError()); in callThroughToSymbol()
77 ES.reportError(std::move(Err)); in callThroughToSymbol()
86 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES, in createLocalLazyCallThroughManager() argument
96 return LocalLazyCallThroughManager::Create<OrcAArch64>(ES, in createLocalLazyCallThroughManager()
100 return LocalLazyCallThroughManager::Create<OrcI386>(ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager()
103 return LocalLazyCallThroughManager::Create<OrcMips32Be>(ES, in createLocalLazyCallThroughManager()
107 return LocalLazyCallThroughManager::Create<OrcMips32Le>(ES, in createLocalLazyCallThroughManager()
[all …]
HDRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
27 InternedSymbols.add(ES.intern(S)); in lookup()
53 ES.lookup(LookupKind::Static, SearchOrder, InternedSymbols, in lookup()
79 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer() argument
80 : ObjectLayer(ES), GetMemoryManager(GetMemoryManager) {} in RTDyldObjectLinkingLayer()
98 auto &ES = getExecutionSession(); in emit() local
123 ES.reportError(SymName.takeError()); in emit()
168 auto &ES = getExecutionSession(); in onObjLoad() local
184 R.getSymbols().count(ES.intern(*Name))) in onObjLoad()
263 ExecutionSession &ES, ResourcesGetter GetResources, in LegacyRTDyldObjectLinkingLayer() argument
[all …]
HDLegacy.cpp17 ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) in JITSymbolResolverAdapter() argument
18 : ES(ES), R(R), MR(MR) {} in JITSymbolResolverAdapter()
24 InternedSymbols.insert(ES.intern(S)); in lookup()
48 ES.legacyFailQuery(*Q, make_error<SymbolsNotFound>(std::move(Unresolved))); in lookup()
55 InternedSymbols.insert(ES.intern(S)); in getResponsibilitySet()
HDLayer.cpp26 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit() argument
33 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit()
125 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize() local
129 LLVM_DEBUG(ES.runSessionLocked( in materialize()
132 LLVM_DEBUG(ES.runSessionLocked([&]() { in materialize()
137 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() argument
187 Expected<SymbolFlagsMap> getObjectSymbolFlags(ExecutionSession &ES, in getObjectSymbolFlags() argument
207 auto InternedName = ES.intern(*Name); in getObjectSymbolFlags()
HDObjectLinkingLayer.cpp57 auto &ES = Layer.getExecutionSession(); in lookup() local
70 LookupSet.add(ES.intern(KV.first), LookupFlags); in lookup()
87 ES.lookup(LookupKind::Static, SearchOrder, std::move(LookupSet), in lookup()
95 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
103 auto InternedName = ES.intern(Sym->getName()); in notifyResolved()
122 auto InternedName = ES.intern(Sym->getName()); in notifyResolved()
183 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols() local
186 if (!MR.getSymbols().count(ES.intern(Sym->getName()))) in externalizeWeakAndCommonSymbols()
192 if (!MR.getSymbols().count(ES.intern(Sym->getName()))) in externalizeWeakAndCommonSymbols()
200 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
[all …]
HDIndirectionUtils.cpp65 ES.intern(std::string("cc") + std::to_string(++NextCallbackId)); in getCompileCallback()
72 ES.allocateVModule()))); in getCompileCallback()
97 ES.reportError( in executeCompileCallback()
105 ES.lookup(makeJITDylibSearchOrder( in executeCompileCallback()
113 ES.reportError(Sym.takeError()); in executeCompileCallback()
119 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES, in createLocalCompileCallbackManager() argument
129 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
134 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
139 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
143 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
[all …]
HDCompileOnDemandLayer.cpp70 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit() argument
74 : IRMaterializationUnit(ES, MO, std::move(TSM), std::move(K)), in PartitioningIRMaterializationUnit()
114 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() argument
116 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
131 auto &ES = getExecutionSession(); in emit() local
157 ES, *getManglingOptions(), std::move(TSM), R.getVModuleKey(), in emit()
159 ES.reportError(std::move(Err)); in emit()
251 auto &ES = getExecutionSession(); in emitPartition() local
291 MangleAndInterner Mangle(ES, M.getDataLayout()); in emitPartition()
312 ES.reportError(ExtractedTSM.takeError()); in emitPartition()
[all …]
HDOrcCBindingsStack.h159 Stack.ES.legacyFailQuery(*Query, Addr.takeError()); in lookup()
163 Stack.ES.legacyFailQuery(*Query, std::move(Err)); in lookup()
212 : CCMgr(createCompileCallbackManager(TM, ES)), DL(TM.createDataLayout()), in OrcCBindingsStack()
215 AcknowledgeORCv1Deprecation, ES, in OrcCBindingsStack()
235 CODLayer(createCODLayer(ES, CompileLayer, CCMgr.get(),
304 auto K = ES.allocateVModule(); in addIRModule()
352 ES.releaseVModule(K); in removeModule()
363 auto K = ES.allocateVModule(); in addObject()
451 createCompileCallbackManager(TargetMachine &TM, orc::ExecutionSession &ES) { in createCompileCallbackManager() argument
452 auto CCMgr = createLocalCompileCallbackManager(TM.getTargetTriple(), ES, 0); in createCompileCallbackManager()
[all …]
HDCore.cpp595 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize() local
613 ES.runSessionLocked([&]() { in materialize()
703 auto &ES = QueryInfo->R.getTargetJITDylib().getExecutionSession(); in materialize() local
713 ES.reportError(std::move(Err)); in materialize()
718 ES.reportError(std::move(Err)); in materialize()
723 ES.reportError(Result.takeError()); in materialize()
728 ES.lookup(LookupKind::Static, in materialize()
806 ES.runSessionLocked([&]() { in removeGenerator()
819 return ES.runSessionLocked([&]() -> Expected<SymbolFlagsMap> { in defineMaterializing()
869 ES.runSessionLocked([&, this]() -> std::unique_ptr<MaterializationUnit> { in replace()
[all …]
HDOrcMCJITReplacement.h183 M.ES.legacyFailQuery(*Query, Addr.takeError()); in lookup()
187 M.ES.legacyFailQuery(*Query, std::move(Err)); in lookup()
196 M.ES.legacyFailQuery(*Query, Addr.takeError()); in lookup()
200 M.ES.legacyFailQuery(*Query, std::move(Err)); in lookup()
242 AcknowledgeORCv1Deprecation, ES, in OrcMCJITReplacement()
290 auto K = ES.allocateVModule(); in addModule()
300 ES.allocateVModule(), MemoryBuffer::getMemBufferCopy(O->getData()))); in addObjectFile()
307 cantFail(ObjectLayer.addObject(ES.allocateVModule(), std::move(ObjBuffer))); in addObjectFile()
411 ES.allocateVModule(), in scanArchives()
464 ExecutionSession ES; variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLayer.h38 IRMaterializationUnit(ExecutionSession &ES, const ManglingOptions &MO,
66 IRLayer(ExecutionSession &ES, in IRLayer() argument
68 : ES(ES), MO(MO) {} in IRLayer()
73 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
106 ExecutionSession &ES; variable
128 ObjectLayer(ExecutionSession &ES);
132 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
144 ExecutionSession &ES;
173 Expected<SymbolFlagsMap> getObjectSymbolFlags(ExecutionSession &ES,
HDLegacy.h95 JITSymbolResolverAdapter(ExecutionSession &ES, SymbolResolver &R,
101 ExecutionSession &ES;
143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn() argument
155 ES.legacyFailQuery(Query, Addr.takeError()); in lookupWithLegacyFn()
159 ES.legacyFailQuery(Query, std::move(Err)); in lookupWithLegacyFn()
178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver() argument
180 : ES(ES), LegacyLookup(std::move(LegacyLookup)), in LegacyLookupFnResolver()
195 return lookupWithLegacyFn(ES, *Query, Symbols, LegacyLookup); in lookup()
199 ExecutionSession &ES;
206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver() argument
[all …]
HDLazyReexports.h85 LazyCallThroughManager(ExecutionSession &ES,
103 ExecutionSession &ES; variable
113 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager() argument
115 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} in LocalLazyCallThroughManager()
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create() argument
137 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr)); in Create()
149 createLocalLazyCallThroughManager(const Triple &T, ExecutionSession &ES,
HDSpeculation.h114 ES.lookup( in launchCompile()
121 ES.reportError(std::move(Err)); in launchCompile()
128 : AliaseeImplTable(Impl), ES(ref), GlobalSpecMap(0) {} in Speculator()
158 ES.lookup( in registerSymbols()
166 ExecutionSession &getES() { return ES; } in getES()
172 ExecutionSession &ES; variable
182 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, in IRSpeculationLayer() argument
185 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()
HDOrcRemoteTargetClient.h493 ExecutionSession &ES, in RemoteCompileCallbackManager() argument
496 std::make_unique<RemoteTrampolinePool>(Client), ES, in RemoteCompileCallbackManager()
504 Create(rpc::RawByteChannel &Channel, ExecutionSession &ES) { in Create() argument
507 new OrcRemoteTargetClient(Channel, ES, Err)); in Create()
568 CallbackManager.emplace(*this, ES, ErrorHandlerAddress); in enableCompileCallbacks()
586 OrcRemoteTargetClient(rpc::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient() argument
589 ES(ES) { in OrcRemoteTargetClient()
609 ES.reportError(std::move(Err)); in deregisterEHFrames()
624 ES.reportError(std::move(Err)); in destroyIndirectStubsManager()
657 ES.reportError(AddrOrErr.takeError()); in reserveMem()
[all …]
HDIndirectionUtils.h201 ExecutionSession &ES, in JITCompileCallbackManager() argument
203 : TP(std::move(TP)), ES(ES), in JITCompileCallbackManager()
204 CallbacksJD(ES.createJITDylib("<Callbacks>")), in JITCompileCallbackManager()
214 ExecutionSession &ES; variable
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create() argument
230 new LocalJITCompileCallbackManager(ES, ErrorHandlerAddress, Err)); in Create()
240 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager() argument
243 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager()
399 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDARMWinEH.h314 const support::ulittle32_t ES; member
316 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {} in EpilogueScope()
319 return (ES & 0x0003ffff); in EpilogueStartOffset()
324 return ((ES & 0x000c0000) >> 18); in ResARM()
328 return ((ES & 0x000f0000) >> 18); in ResAArch64()
333 return ((ES & 0x00f00000) >> 20); in Condition()
338 return ((ES & 0xff000000) >> 24); in EpilogueStartIndexARM()
342 return ((ES & 0xffc00000) >> 22); in EpilogueStartIndexAArch64()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPseudoSourceValue.cpp103 const char *ES, const TargetInstrInfo &TII) in ExternalSymbolPseudoSourceValue() argument
104 : CallEntryPseudoSourceValue(ExternalSymbolCallEntry, TII), ES(ES) {} in ExternalSymbolPseudoSourceValue()
146 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry() argument
148 ExternalCallEntries[ES]; in getExternalSymbolCallEntry()
150 E = std::make_unique<ExternalSymbolPseudoSourceValue>(ES, TII); in getExternalSymbolCallEntry()
/freebsd-11-stable/contrib/libpcap/msdos/
HDpkt_rx0.asm83 stosw ;; write to screen at ES:EDI
92 ; This macro return ES:DI to tail of Rx queue
104 mov di, _rxInOfs ;; ES:DI -> buffer at queue input
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
139 mov es, bx ; ES = DS = CS or seg _DATA
151 ENQUEUE ; ES:DI -> _pktRxBuf[n]
155 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
158 retf ; far return to driver with ES:DI
164 @skip: xor di, di ; return ES:DI = NIL pointer
HDpkt_rx1.s54 stosw ;; write to screen at ES:EDI
90 mov es, bx ; ES = DS = CS or seg _DATA
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
119 retf ; far return to driver with ES:DI
124 @skip: xor di, di ; return ES:DI = NIL pointer
/freebsd-11-stable/share/i18n/esdb/EBCDIC/
HDEBCDIC.part9 ES
10 ES-A
11 ES-S
/freebsd-11-stable/share/i18n/csmapper/EBCDIC/
HDEBCDIC.part9 ES
10 ES-A
11 ES-S

1234567