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

12

/freebsd-9.3-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-9.3-release/sys/boot/arm/at91/boot0/
H A Dlinker.cfg35 *(.stub)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm108 bl L_abort$stub
112 L_abort$stub:
/freebsd-9.3-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-9.3-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-9.3-release/sys/boot/ia64/efi/
H A Dldscript.ia6413 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dldscript.ia6410 *(.text .stub .text.* .gnu.linkonce.t.*)
/freebsd-9.3-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-9.3-release/sys/conf/
H A Dldscript.powerpc17 *(.stub)
H A Dldscript.powerpc6417 *(.stub)
H A Dldscript.arm14 *(.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-9.3-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-9.3-release/lib/libutil/
H A DMakefile17 stub.c trimdomain.c uucplock.c
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Delf_rtld.x50 *(.stub)
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Delf_rtld.x50 *(.stub)
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile87 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
89 # Put objC stub objects in library. objc frontend will override it
92 OBJS-dummy= stub-objc.o dummy-checksum.o
/freebsd-9.3-release/sys/boot/arm/at91/
H A Dlinker.cfg35 *(.stub)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c97 #define DNS_STUB_VALID(stub) ISC_MAGIC_VALID(stub, STUB_MAGIC)
100 #define DNS_ZONEMGR_VALID(stub) ISC_MAGIC_VALID(stub, ZONEMGR_MAGIC)
529 * dns_stub holds state while performing a 'stub' transfer.
701 dns_stub_t *stub);
1510 * This is true for slave zones, stub zones, key zones, and zones that
1618 * This is a slave, stub, or dynamically updated
10204 dns_stub_t *stub = NULL; local
10216 stub
11192 ns_query(dns_zone_t *zone, dns_rdataset_t *soardataset, dns_stub_t *stub) argument
[all...]
/freebsd-9.3-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 243 milliseconds

12