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

12

/freebsd-10-stable/sys/boot/efi/boot1/
H A Dgenerate-fat.sh36 mkdir stub
37 mount -t msdosfs /dev/$DEVICE stub
40 mkdir -p stub/efi/boot
43 echo 'Boot1 START' | dd of=stub/efi/boot/$FILENAME cbs=$BOOT1_SIZE count=1 conv=block
45 echo $FILENAME > stub/efi/boot/startup.nsh
47 umount stub
49 rmdir stub
/freebsd-10-stable/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-stable/sys/boot/arm/at91/boot0/
H A Dlinker.cfg35 *(.stub)
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm108 bl L_abort$stub
112 L_abort$stub:
/freebsd-10-stable/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-stable/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.
188 /** set stub name */
196 log_err("stub zone without a name");
201 log_err("cannot parse stub zone name %s", s->name);
213 /** set stub host names */
224 log_err("cannot parse stub %s nameserver name: '%s'",
238 /** set stub server addresses */
248 log_err("cannot parse stub %s ip address: '%s'",
273 /* the flag is turned off for 'stub
450 struct iter_hints_stub *stub; local
[all...]
/freebsd-10-stable/sys/boot/ia64/efi/
H A Dldscript.ia6413 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dldscript.ia6410 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-10-stable/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-stable/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-stable/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-stable/contrib/sqlite3/tea/
H A DMakefile.in370 stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \
371 if test "x$$stub" = "xstub"; then \
/freebsd-10-stable/lib/libutil/
H A DMakefile18 stub.c trimdomain.c uucplock.c
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x50 *(.stub)
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x50 *(.stub)
/freebsd-10-stable/contrib/unbound/daemon/
H A Dcachedump.c823 struct iter_hints_stub* stub; local
874 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass,
876 if(stub) {
877 if(stub->noprime) {
878 if(!ssl_printf(ssl, "The noprime stub servers "
882 if(!ssl_printf(ssl, "The stub is primed "
886 print_dp_main(ssl, stub->dp, NULL);
887 print_dp_details(ssl, worker, stub->dp);
/freebsd-10-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile89 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
91 # Put objC stub objects in library. objc frontend will override it
94 OBJS-dummy= stub-objc.o dummy-checksum.o
/freebsd-10-stable/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 268 milliseconds

12