Searched refs:stub (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c81 struct stub { struct
87 extern struct stub entry_points[];
93 static struct stub *
96 struct stub *ep = NULL;
115 struct stub *ep = NULL;
189 struct stub *ep;
/freebsd-13-stable/tools/tools/bootparttest/
H A DMakefile10 SRCS= bootparttest.c crc32.c stub.c part.c disk.c
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_hp_fifo.h60 ck_hp_fifo_init(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *stub) argument
63 fifo->head = fifo->tail = stub;
64 stub->next = NULL;
69 ck_hp_fifo_deinit(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry **stub) argument
72 *stub = fifo->head;
H A Dck_fifo.h103 ck_fifo_spsc_init(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *stub) argument
109 stub->next = NULL;
110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub;
132 /* If stub->next is visible, guarantee that entry is consistent. */
145 * The head pointer is guaranteed to always point to a stub entry.
146 * If the stub entry does not point to an entry, then the queue is
225 ck_fifo_mpmc_init(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *stub) argument
228 stub->next.pointer = NULL;
229 stub->next.generation = NULL;
230 fifo->head.pointer = fifo->tail.pointer = stub;
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp173 static constexpr uint8_t stub[] = { variable
178 memcpy(buf, stub, 2); // just copy the two nonzero bytes
179 uint64_t stubAddr = in.stubs->addr + sym.stubsIndex * sizeof(stub);
180 writeRipRelative(buf, stubAddr, sizeof(stub),
258 return in.stubs->addr + dysym->stubsIndex * sizeof(stub);
278 stubSize = sizeof(stub);
/freebsd-13-stable/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c62 stub_t stub; member in struct:test
361 stub_t stub = ptest->stub; local
368 (*stub)(dest, src, count);
375 (*stub)(dest, src, count);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp10 // atoms to instead have a reference to a stub (PLT entry) for the specified
238 // through a stub.
293 auto *stub = new (_file.allocator()) StubAtom(_file, _stubInfo); variable
298 addReference(stub, _stubInfo.stubReferenceToLP, lp);
299 addOptReference(stub, _stubInfo.stubReferenceToLP,
309 mergedFile.addAtom(*stub);
313 // Update each reference to use stub.
316 // Switch call site to reference stub atom instead.
317 const_cast<Reference *>(ref)->setTarget(stub); variable
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S31 .set MEM_STUB,0x600 # Real mode stub
63 .set SIZ_STUB,0x1a # Size of stub
240 movl $start.8,%esi # Real mode stub
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp149 // 1. Add some sort of stub support to LLVM for cases where we can
636 // want the stub/proxy to be emitted for properly calculating the offset.
682 // can just force a stub to be emitted for it.
687 stubName.append(".stub");
690 // directly, we emit a dso_local stub that just contains a tail call to the
702 llvm::Function *stub = module.getFunction(stubName); local
703 if (stub) {
704 assert(stub->isDSOLocal() &&
705 "The previous definition of this stub should've been dso_local.");
706 return stub;
[all...]
/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_utils.c1395 struct iter_hints_stub *stub; local
1398 /* Check for stub. */
1399 stub = hints_lookup_stub(qstate->env->hints, qinf->qname,
1403 /* see if forward or stub is more pertinent */
1404 if(stub && stub->dp && dp) {
1406 stub->dp->name, stub->dp->namelabs)) {
1407 stub = NULL; /* ignore stub, forwar
[all...]
H A Diter_hints.c2 * iterator/iter_hints.c - iterative resolver module stub and root hints.
40 * Keep track of stub and root hints, and read those from config.
190 /** set stub name */
198 log_err("stub zone without a name");
203 log_err("cannot parse stub zone name %s", s->name);
215 /** set stub host names */
226 log_err("cannot parse stub %s nameserver name: '%s'",
240 /** set stub server addresses */
251 log_err("cannot parse stub %s ip address: '%s'",
282 /* the flag is turned off for 'stub
463 struct iter_hints_stub *stub; local
[all...]
H A Diterator.c594 struct iter_hints_stub* stub; local
596 /* do not process a last resort (the parent side) if a stub
599 if(!dname_is_root(nm) && (stub = (struct iter_hints_stub*)
603 stub->dp->has_parent_side_NS) {
604 if(retdp) *retdp = stub->dp;
824 * Generate and process a stub priming request. This method tests for the
825 * need to prime a stub zone, so it is safe to call for every request.
833 * issue a priming request if it detects an unprimed stub.
834 * Uses value of 2 to signal during stub-prime in root-prime situation
835 * that a noprime-stub i
843 struct iter_hints_stub* stub; local
1620 struct iter_hints_stub* stub; local
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/
H A DMakefile.in370 stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \
371 if test "x$$stub" = "xstub"; then \
/freebsd-13-stable/lib/libutil/
H A DMakefile23 realhostname.c stub.c trimdomain.c uucplock.c
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.c826 struct iter_hints_stub* stub; local
878 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
880 if(stub) {
881 if(stub->noprime) {
882 if(!ssl_printf(ssl, "The noprime stub servers "
886 if(!ssl_printf(ssl, "The stub is primed "
890 print_dp_main(ssl, stub->dp, NULL);
891 print_dp_details(ssl, worker, stub->dp);
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp85 std::string stub = (llvm::Twine("lib") + name + ".tbd").str(); local
91 for (StringRef library : {stub, shared, archive}) {
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec22 DNSSEC (secure DNS) validation and stub-resolvers (that do not run
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc172 STUBPREFIX = $(PROJECT)stub
/freebsd-13-stable/sys/arm/arm/
H A Dlocore-v6.S121 # If HYP-MODE is active, install an exception vector stub
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc53 SRCS+= compat-stub.c
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparccpuid.S190 ! as libc provides a stub, which is overloaded the moment you link
/freebsd-13-stable/sys/security/mac_stub/
H A Dmac_stub.c92 static SYSCTL_NODE(_security_mac, OID_AUTO, stub,
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure6672 #error found stub for dlsym
8897 #error found stub for $ac_func
8970 #error found stub for $ac_func
11568 #error found stub for $ac_func
14726 #error found stub for pthread_kill
16072 #error found stub for strlcat
16264 #error found stub for $ac_func
17166 #error found stub for gettimeofday
17722 #error found stub for regcomp
17863 #error found stub fo
[all...]

Completed in 278 milliseconds