HomeSort by: relevance | last modified time | path
    Searched defs:stub (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
attach-pie-misread.c 22 const char stub[] = { variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
attach-pie-misread.c 22 const char stub[] = { variable
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_fence.c 24 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); local
28 dma_fence_signal(&stub->dma);
32 dma_fence_put(&stub->dma);
51 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local
53 i915_sw_fence_fini(&stub->chain);
55 BUILD_BUG_ON(offsetof(typeof(*stub), dma));
56 spin_lock_destroy(&stub->lock);
57 dma_fence_free(&stub->dma)
69 struct stub_fence *stub; local
100 struct stub_fence *stub = container_of(fence, typeof(*stub), dma); local
    [all...]
  /src/usr.bin/crunch/crunchgen/
crunched_main.c 44 struct stub { struct
49 static const struct stub entry_points[];
58 const struct stub *ep;
89 const struct stub *ep;
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-tramp.S 98 bl L_abort$stub
102 L_abort$stub:
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-tramp.S 98 bl L_abort$stub
102 L_abort$stub:
  /src/sys/arch/powerpc/powerpc/
fixup.c 99 uint32_t *stub = insnp + instr.i_i.i_li; local
106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub)
109 fixup.jfi_stub = fixup_addr2offset(stub);
121 for (; stub < stub_end && fixup.jfi_real == 0; stub++) {
122 const union instr i = { .i_int = *stub };
159 __func__, stub, i.i_int);
219 __func__, stub, i.i_int);
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 92 #define stub stb define
2623 stub local3, [in1+0]
2627 stub local3, [in1+1]
2631 stub local3, [in1+2]
2634 stub local3, [in1+3]
2638 stub local3, [in1+0+4]
2642 stub local3, [in1+1+4]
2646 stub local3, [in1+2+4]
2649 stub local3, [in1+3+4]
2753 stub local3, [in1+0
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 92 #define stub stb define
2623 stub local3, [in1+0]
2627 stub local3, [in1+1]
2631 stub local3, [in1+2]
2634 stub local3, [in1+3]
2638 stub local3, [in1+0+4]
2642 stub local3, [in1+1+4]
2646 stub local3, [in1+2+4]
2649 stub local3, [in1+3+4]
2753 stub local3, [in1+0
    [all...]
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 92 #define stub stb define
2623 stub local3, [in1+0]
2627 stub local3, [in1+1]
2631 stub local3, [in1+2]
2634 stub local3, [in1+3]
2638 stub local3, [in1+0+4]
2642 stub local3, [in1+1+4]
2646 stub local3, [in1+2+4]
2649 stub local3, [in1+3+4]
2753 stub local3, [in1+0
    [all...]
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 92 #define stub stb define
2623 stub local3, [in1+0]
2627 stub local3, [in1+1]
2631 stub local3, [in1+2]
2634 stub local3, [in1+3]
2638 stub local3, [in1+0+4]
2642 stub local3, [in1+1+4]
2646 stub local3, [in1+2+4]
2649 stub local3, [in1+3+4]
2753 stub local3, [in1+0
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
des_enc-sparc.S 94 #define stub stb define
2625 stub local3, [in1+0]
2629 stub local3, [in1+1]
2633 stub local3, [in1+2]
2636 stub local3, [in1+3]
2640 stub local3, [in1+0+4]
2644 stub local3, [in1+1+4]
2648 stub local3, [in1+2+4]
2651 stub local3, [in1+3+4]
2755 stub local3, [in1+0
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 94 #define stub stb define
2625 stub local3, [in1+0]
2629 stub local3, [in1+1]
2633 stub local3, [in1+2]
2636 stub local3, [in1+3]
2640 stub local3, [in1+0+4]
2644 stub local3, [in1+1+4]
2648 stub local3, [in1+2+4]
2651 stub local3, [in1+3+4]
2755 stub local3, [in1+0
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff-stgo32.c 1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
22 /* This file handles now also stubbed coff images. The stub is a small
26 The COFF image is loaded in memory without the stub attached, so
80 image into memory and then runs it. It is called 'stub'. */
87 /* Temporary location for stub read from input file. */
91 /* That's the function, which creates the stub. There are
92 different cases from where the stub is taken.
94 $(STUB) if it was not set.
95 If it exists and points to a valid stub the stub is taken fro
112 char *stub; local
    [all...]
elf32-m68hc1x.c 93 /* Init the stub hash table too. */
115 /* Initialize an entry in the stub hash table. */
148 /* Add a new stub entry to the stub hash. Not all fields of the new
149 stub entry are initialised. */
157 /* Enter this entry into the linker stub hash table. */
163 _bfd_error_handler (_("%pB: cannot create stub entry %s"),
320 /* Determine and set the size of the stub section for a final link.
554 stub sections. */
665 /* Build the stubs as directed by the stub hash table. *
1044 struct elf32_m68hc11_stub_hash_entry* stub; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-stgo32.c 1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
22 /* This file handles now also stubbed coff images. The stub is a small
26 The COFF image is loaded in memory without the stub attached, so
80 image into memory and then runs it. It is called 'stub'. */
87 /* Temporary location for stub read from input file. */
91 /* That's the function, which creates the stub. There are
92 different cases from where the stub is taken.
94 $(STUB) if it was not set.
95 If it exists and points to a valid stub the stub is taken fro
112 char *stub; local
    [all...]
elf32-m68hc1x.c 93 /* Init the stub hash table too. */
115 /* Initialize an entry in the stub hash table. */
148 /* Add a new stub entry to the stub hash. Not all fields of the new
149 stub entry are initialised. */
157 /* Enter this entry into the linker stub hash table. */
163 _bfd_error_handler (_("%pB: cannot create stub entry %s"),
320 /* Determine and set the size of the stub section for a final link.
554 stub sections. */
665 /* Build the stubs as directed by the stub hash table. *
1043 struct elf32_m68hc11_stub_hash_entry* stub; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-stgo32.c 1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
22 /* This file handles now also stubbed coff images. The stub is a small
26 The COFF image is loaded in memory without the stub attached, so
80 image into memory and then runs it. It is called 'stub'. */
87 /* Temporary location for stub read from input file. */
91 /* That's the function, which creates the stub. There are
92 different cases from where the stub is taken.
94 $(STUB) if it was not set.
95 If it exists and points to a valid stub the stub is taken fro
112 char *stub; local
    [all...]
elf32-m68hc1x.c 93 /* Init the stub hash table too. */
115 /* Initialize an entry in the stub hash table. */
148 /* Add a new stub entry to the stub hash. Not all fields of the new
149 stub entry are initialised. */
157 /* Enter this entry into the linker stub hash table. */
163 _bfd_error_handler (_("%pB: cannot create stub entry %s"),
320 /* Determine and set the size of the stub section for a final link.
554 stub sections. */
664 /* Build the stubs as directed by the stub hash table. *
1042 struct elf32_m68hc11_stub_hash_entry* stub; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-stgo32.c 1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
22 /* This file handles now also stubbed coff images. The stub is a small
26 The COFF image is loaded in memory without the stub attached, so
80 image into memory and then runs it. It is called 'stub'. */
87 /* Temporary location for stub read from input file. */
91 /* That's the function, which creates the stub. There are
92 different cases from where the stub is taken.
94 $(STUB) if it was not set.
95 If it exists and points to a valid stub the stub is taken fro
112 char *stub; local
    [all...]
elf32-m68hc1x.c 93 /* Init the stub hash table too. */
115 /* Initialize an entry in the stub hash table. */
148 /* Add a new stub entry to the stub hash. Not all fields of the new
149 stub entry are initialised. */
157 /* Enter this entry into the linker stub hash table. */
163 _bfd_error_handler (_("%pB: cannot create stub entry %s"),
320 /* Determine and set the size of the stub section for a final link.
554 stub sections. */
665 /* Build the stubs as directed by the stub hash table. *
1044 struct elf32_m68hc11_stub_hash_entry* stub; local
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
random.c 443 u8 stub; local
445 if (getrandom(&stub, 0, GRND_NONBLOCK) == 0 ||
  /src/external/bsd/unbound/dist/iterator/
iter_hints.c 2 * iterator/iter_hints.c - iterative resolver module stub and root hints.
40 * Keep track of stub and root hints, and read those from config.
193 /** set stub name */
201 log_err("stub zone without a name");
206 log_err("cannot parse stub zone name %s", s->name);
218 /** set stub host names */
230 log_err("cannot parse stub %s nameserver name: '%s'",
235 log_warn("stub-host '%s' may have a circular "
236 "dependency on stub-zone '%s'",
254 /** set stub server addresses *
490 struct iter_hints_stub *stub; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 517 struct berval stub; local
519 stub.bv_val = op->o_req_ndn.bv_val;
520 stub.bv_len = op->o_req_ndn.bv_len - matched->e_nname.bv_len - 1;
524 build_new_dn( &op->o_req_ndn, &e->e_nname, &stub,
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 970 struct iter_hints_stub* stub; local
1029 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
1031 if(stub) {
1032 if(stub->noprime) {
1033 if(!ssl_printf(ssl, "The noprime stub servers "
1039 if(!ssl_printf(ssl, "The stub is primed "
1045 print_dp_main(ssl, stub->dp, NULL);
1046 print_dp_details(ssl, worker, stub->dp);

Completed in 39 milliseconds

1 2 3 4