| /NextBSD/sys/boot/efi/boot1/ |
| HD | generate-fat.sh | 39 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 umount stub 50 rmdir stub
|
| /NextBSD/usr.sbin/crunch/crunchgen/ |
| HD | crunched_main.c | 42 struct stub { struct 48 extern struct stub entry_points[]; argument 54 struct stub *ep; in main() 78 struct stub *ep; in crunched_here() 94 struct stub *ep; in crunched_main() 111 struct stub *ep; in crunched_usage()
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog.apple | 106 * stub-objc.c (objc_is_gcable_type): New 119 * stub-objc.c (block_requires_copying): Object pointers with 134 * stub-objc.c: Ditto 505 * stub-objc.c (objc_build_property_getter_func_call): New stub. 556 * stub-objc.c (objc_declare_protocols, objc_start_protocol): Changed. 583 * stub-objc.c (objc_build_getter_call, objc_property_call): Stub removed. 597 * stub-objc.c (objc_weak_reference_expr, 598 objc_build_weak_reference_tree): New stub. 609 * stub-objc.c (objc_check_nsstring_pointer_type): New stub. 621 * stub-objc.c (objc_anonymous_local_objc_name): New stub. [all …]
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | ppc64elf.em | 39 one stub section. A value of +/-1 indicates the bfd back-end 68 fake input file to hold the stub sections. */ 142 /* Traverse the linker tree to find the spot where the stub goes. */ 182 /* We've found our section. Insert the stub immediately 213 /* Create a new stub section, and arrange for it to be linked 251 einfo ("%X%P: can not make stub section: %E\n"); 261 /* If we have changed sizes of the stub sections, then we need 307 einfo ("%X%P: can not size stub section: %E\n"); 337 einfo ("%X%P: can not size stub section: %E\n"); 354 einfo ("%X%P: can not size stub section: %E\n"); [all …]
|
| HD | avrelf.em | 95 /* Call into the BFD backend to do the real "stub"-work. */ 97 einfo ("%X%P: can not size stub section: %E\n"); 101 fake input file to hold the stub section and generate the section itself. */ 118 einfo ("%X%P: can not create stub BFD %E\n"); 122 /* Now we add the stub section. */ 141 einfo ("%X%P: can not make stub section: %E\n"); 161 einfo ("%X%P: can not size stub section: %E\n"); 221 "stub. You can de-active this with this switch.\n"));
|
| HD | spuelf.em | 93 attempt via a linker script to put .stub, .ovtab, and built-in 194 asection *stub, *ovtab; 197 stack_analysis, &stub, &ovtab, &toe)) 200 if (stub != NULL) 202 spu_place_special_section (stub, ".text"); 443 { "emit-stub-syms", no_argument, NULL, OPTION_SPU_STUB_SYMS }, 454 --emit-stub-syms Add symbols on overlay call stubs.\n\
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-spu.c | 264 asection *stub; member 373 memset (&htab->stub, 0, in spu_elf_link_hash_table_create() 374 sizeof (*htab) - offsetof (struct spu_link_hash_table, stub)); in spu_elf_link_hash_table_create() 854 asection **stub, in spu_elf_size_stubs() argument 1063 *stub = NULL; in spu_elf_size_stubs() 1070 htab->stub = bfd_make_section_anyway_with_flags (ibfd, ".stub", flags); in spu_elf_size_stubs() 1071 *stub = htab->stub; in spu_elf_size_stubs() 1072 if (htab->stub == NULL in spu_elf_size_stubs() 1073 || !bfd_set_section_alignment (ibfd, htab->stub, 2)) in spu_elf_size_stubs() 1081 || !bfd_set_section_alignment (ibfd, htab->stub, 4)) in spu_elf_size_stubs() [all …]
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | darwin-tramp.asm | 108 bl L_abort$stub 112 L_abort$stub:
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | README-interworking | 201 to use the _interwork_call_via_rX stub functions which will 254 linker automatically generates a calling stub that converts from ARM 255 mode to Thumb mode, puts the address of this stub into the BL 257 stub. Similarly if the BL instruction is a Thumb BL instruction, and 259 stub which converts from Thumb to ARM mode, puts the address of this 260 stub into the BL instruction, and the address of the referenced 261 function into the stub. 322 different stub function. The code to call via a function pointer now 328 function address. Any register will do, and there are a suite of stub 329 functions, one for each possible register. The stub functions look [all …]
|
| /NextBSD/contrib/unbound/iterator/ |
| HD | iter_hints.c | 450 struct iter_hints_stub *stub; in hints_lookup_root() local 451 stub = (struct iter_hints_stub*)name_tree_find(&hints->tree, in hints_lookup_root() 453 if(!stub) in hints_lookup_root() 455 return stub->dp; in hints_lookup_root()
|
| /NextBSD/sys/boot/i386/btx/btxldr/ |
| HD | btxldr.S | 31 .set MEM_STUB,0x600 # Real mode stub 63 .set SIZ_STUB,0x1a # Size of stub
|
| /NextBSD/sys/boot/pc98/btx/btxldr/ |
| HD | btxldr.S | 28 .set MEM_STUB,0x600 # Real mode stub 59 .set SIZ_STUB,0x1a # Size of stub
|
| /NextBSD/contrib/unbound/dnstap/ |
| HD | dnstap.proto | 130 // perspective of the DNS server. The client may be a stub resolver or 153 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS 154 // server, from the perspective of the stub resolver. 158 // stub resolver, from the perspective of the stub resolver.
|
| /NextBSD/contrib/unbound/util/ |
| HD | configlexer.lex | 276 stub-zone{COLON} { YDVAR(0, VAR_STUB_ZONE) } 278 stub-addr{COLON} { YDVAR(1, VAR_STUB_ADDR) } 279 stub-host{COLON} { YDVAR(1, VAR_STUB_HOST) } 280 stub-prime{COLON} { YDVAR(1, VAR_STUB_PRIME) } 281 stub-first{COLON} { YDVAR(1, VAR_STUB_FIRST) }
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | cachedump.c | 823 struct iter_hints_stub* stub; in print_deleg_lookup() local 874 stub = hints_lookup_stub(worker->env.hints, nm, qinfo.qclass, in print_deleg_lookup() 876 if(stub) { in print_deleg_lookup() 877 if(stub->noprime) { in print_deleg_lookup() 886 print_dp_main(ssl, stub->dp, NULL); in print_deleg_lookup() 887 print_dp_details(ssl, worker, stub->dp); in print_deleg_lookup()
|
| /NextBSD/contrib/gdb/gdb/config/arm/ |
| HD | wince.mt | 4 …_ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
|
| /NextBSD/contrib/gdb/gdb/config/mips/ |
| HD | wince.mt | 4 …_ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
|
| /NextBSD/tools/tools/bootparttest/ |
| HD | Makefile | 10 SRCS= bootparttest.c crc32.c stub.c part.c disk.c
|
| /NextBSD/crypto/openssl/crypto/des/asm/ |
| HD | des_enc.m4 | 114 #define stub stb 1002 stub $4, [$1+0] 1006 stub $4, [$1+1] 1010 stub $4, [$1+2] 1013 stub $4, [$1+3] 1017 stub $4, [$1+0+4] 1021 stub $4, [$1+1+4] 1025 stub $4, [$1+2+4] 1028 stub $4, [$1+3+4] 1068 stub $5, [$1+6] [all …]
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | README | 60 don't need a special Makefile stub for that configuration. 63 by with defining EXTRA_OFILES in your Makefile stub. This is
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | README | 60 don't need a special Makefile stub for that configuration. 63 by with defining EXTRA_OFILES in your Makefile stub. This is
|
| /NextBSD/lib/libc/rpc/ |
| HD | README | 87 that this modifies the call-signature for the stub functions; the 88 procedure calling the RPC stub must now pass to the stub a pointer to 89 an allocated structure where results will be placed by the stub. See
|
| /NextBSD/contrib/gcc/config/ |
| HD | t-slibgcc-darwin | 17 # uses the stub versions named by $(LIBGCC). 41 # each system version supported. They are 'stub' libraries that
|
| /NextBSD/contrib/unbound/doc/ |
| HD | FEATURES | 14 Forwarding and stub zones. 29 as a validating stub (libunbound).
|
| /NextBSD/sys/boot/efi/loader/arch/arm/ |
| HD | ldscript.arm | 11 *(.text .stub .text.* .gnu.linkonce.t.*)
|