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

12

/freebsd-11.0-release/sys/boot/efi/boot1/
H A Dgenerate-fat.sh39 mkdir stub
40 mount -t msdosfs /dev/$DEVICE stub
43 mkdir -p stub/efi/boot
46 echo 'Boot1 START' | dd of=stub/efi/boot/$FILENAME cbs=$BOOT1_SIZE count=1 conv=block
48 echo $FILENAME > stub/efi/boot/startup.nsh
50 umount stub
52 rmdir stub
/freebsd-11.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-11.0-release/tools/tools/bootparttest/
H A DMakefile10 SRCS= bootparttest.c crc32.c stub.c part.c disk.c
/freebsd-11.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-11.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.
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...]
H A Diterator.c681 * Generate and process a stub priming request. This method tests for the
682 * need to prime a stub zone, so it is safe to call for every request.
690 * issue a priming request if it detects an unprimed stub.
691 * Uses value of 2 to signal during stub-prime in root-prime situation
692 * that a noprime-stub is available and resolution can continue.
698 /* Lookup the stub hint. This will return null if the stub doesn't
700 struct iter_hints_stub* stub; local
705 stub = hints_lookup_stub(qstate->env->hints, qname, qclass, iq->dp);
706 /* The stub (i
1553 struct iter_hints_stub* stub; local
[all...]
/freebsd-11.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-11.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...]
H A Delf32-ppc.c1927 /* Return address for Ith PLT stub in section PLT, for relocation REL
2379 /* .glink stub offset. */
4512 const char *stub;
4516 stub = ".plt_pic32.";
4518 stub = ".plt_call32.";
4521 len2 = strlen (stub);
4531 memcpy (name + 8 + len3, stub, len2);
5588 const int *stub;
5615 stub = shared_stub_entry;
5620 stub
4500 const char *stub; local
5575 const int *stub; local
[all...]
H A Delf32-score.c55 /* We must not create a stub for a symbol that has relocations related to
174 #define SCORE_ELF_STUB_SECTION_NAME (".SCORE.stub")
1326 in the function stub generation and in the linker script. */
2611 /* We need a stub, not a plt entry for the undefined function. But we record
2692 /* We must not create a stub for a symbol that has relocations
2836 /* For a function, create a stub, if allowed. */
2843 the symbol to the stub location. This is required to make
2848 /* We need .stub section. */
2855 /* XXX Write this stub address somewhere. */
2858 /* Make room for this stub cod
3213 bfd_byte stub[SCORE_FUNCTION_STUB_SIZE]; local
[all...]
H A Delfxx-mips.c255 /* We must not create a stub for a symbol that has relocations
261 /* If there is a stub that 32 bit functions should use to call this
262 16 bit function, this points to the section containing the stub. */
269 /* If there is a stub that 16 bit functions should use to call this
270 32 bit function, this points to the section containing the stub. */
322 /* This is set if we see any mips16 stub sections. */
338 /* The size of a function stub entry in bytes. */
547 /* The name of the stub section. */
633 /* Instructions which appear in a stub. */
688 call should be redirected to the stub instea
8191 bfd_byte stub[MIPS_FUNCTION_STUB_BIG_SIZE]; local
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm108 bl L_abort$stub
112 L_abort$stub:
/freebsd-11.0-release/lib/libutil/
H A DMakefile19 stub.c trimdomain.c uucplock.c
/freebsd-11.0-release/libexec/rtld-elf/amd64/
H A Delf_rtld.x50 *(.stub)
/freebsd-11.0-release/libexec/rtld-elf/i386/
H A Delf_rtld.x50 *(.stub)
/freebsd-11.0-release/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-11.0-release/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-11.0-release/contrib/gcc/config/ia64/
H A Dcrtend.asm54 * we cannot allow the linker to insert a stub at the end of this
H A Dcrtbegin.asm82 * we cannot allow the linker to insert a stub at the end of this
/freebsd-11.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...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h1762 unsigned int stub: 1; /* bodyless function */ member in struct:quick_procedure
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dstabs.c2562 bfd_boolean stub; local
2598 stub = FALSE;
2601 stub = TRUE;
2711 stub = TRUE;
2727 /* If the type is not a stub, then the argtypes string is
2732 if (! stub)
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S183 ! as libc provides a stub, which is overloaded the moment you link
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in978 C_OBJS = c-lang.o stub-objc.o $(C_AND_OBJC_OBJS)
1615 stub-objc.o : stub-objc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
/freebsd-11.0-release/sys/security/mac_stub/
H A Dmac_stub.c92 static SYSCTL_NODE(_security_mac, OID_AUTO, stub, CTLFLAG_RW, 0,

Completed in 402 milliseconds

12