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

12

/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.c42 struct stub { struct
48 extern struct stub entry_points[];
54 struct stub *ep;
78 struct stub *ep;
94 struct stub *ep;
111 struct stub *ep;
/freebsd-10.0-release/sys/boot/arm/at91/boot0/
H A Dlinker.cfg35 *(.stub)
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm108 bl L_abort$stub
112 L_abort$stub:
/freebsd-10.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S31 .set MEM_STUB,0x600 # Real mode stub
63 .set SIZ_STUB,0x1a # Size of stub
246 movl $start.8,%esi # Real mode stub
/freebsd-10.0-release/contrib/unbound/iterator/
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.
184 /** set stub name */
191 log_err("stub zone without a name");
196 log_err("cannot parse stub zone name %s", s->name);
208 /** set stub host names */
218 log_err("cannot parse stub %s nameserver name: '%s'",
232 /** set stub server addresses */
242 log_err("cannot parse stub %s ip address: '%s'",
267 /* the flag is turned off for 'stub
449 struct iter_hints_stub *stub; local
[all...]
/freebsd-10.0-release/sys/boot/i386/efi/
H A Dldscript.amd6416 *(.text .stub .text.* .gnu.linkonce.t.*)
H A Dldscript.i38613 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10.0-release/sys/boot/ia64/efi/
H A Dldscript.ia6413 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10.0-release/sys/boot/ia64/ski/
H A Dldscript.ia6410 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10.0-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S28 .set MEM_STUB,0x600 # Real mode stub
59 .set SIZ_STUB,0x1a # Size of stub
262 movl $start.8,%esi # Real mode stub
/freebsd-10.0-release/sys/conf/
H A Dldscript.powerpc17 *(.stub)
H A Dldscript.powerpc6417 *(.stub)
H A Dldscript.arm13 *(.stub)
H A Dldscript.ia6418 *(.text .stub .text.* .gnu.linkonce.t.*)
H A Dldscript.mips45 *(.stub)
H A Dldscript.mips.mips64165 *(.stub)
H A Dldscript.sparc64135 *(.stub)
H A Dldscript.amd6458 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-spu.c260 /* The stub hash table. */
264 asection *stub; member in struct:spu_link_hash_table
307 /* Destination of this stub. */
311 /* Offset of entry in stub section. */
314 /* Offset from this stub to stub that loads the overlay index. */
318 /* Create an entry in a spu stub hash table. */
368 /* Init the stub hash table too. */
373 memset (&htab->stub, 0,
374 sizeof (*htab) - offsetof (struct spu_link_hash_table, stub));
850 spu_elf_size_stubs(bfd *output_bfd, struct bfd_link_info *info, int non_overlay_stubs, int stack_analysis, asection **stub, asection **ovtab, asection **toe) argument
[all...]
/freebsd-10.0-release/lib/libutil/
H A DMakefile17 stub.c trimdomain.c uucplock.c
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Delf_rtld.x50 *(.stub)
/freebsd-10.0-release/libexec/rtld-elf/i386/
H A Delf_rtld.x50 *(.stub)
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dcachedump.c911 struct iter_hints_stub* stub; local
962 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
964 if(stub) {
965 if(stub->noprime) {
966 if(!ssl_printf(ssl, "The noprime stub servers "
970 if(!ssl_printf(ssl, "The stub is primed "
974 print_dp_main(ssl, stub->dp, NULL);
975 print_dp_details(ssl, worker, stub->dp);
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile88 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
90 # Put objC stub objects in library. objc frontend will override it
93 OBJS-dummy= stub-objc.o dummy-checksum.o
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin.c331 /* The suffix attached to stub symbols. */
332 #define STUB_SUFFIX "$stub"
338 /* The name of the stub or non-lazy pointer. */
340 /* True iff this entry is for a stub (as opposed to a non-lazy
343 /* True iff this stub or pointer pointer has been referenced. */
347 /* A table mapping stub names and non-lazy pointer names to
372 stub (if STUB_B is true) corresponding to the given name. */
429 /* Construct the name of the non-lazy pointer or stub. */
457 /* Return the name of the stub for the mcount function. */
466 /* If NAME is the name of a stub o
949 char *stub; local
[all...]

Completed in 189 milliseconds

12