Searched refs:script (Results 76 - 100 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Drelocatable.d1 #name: relocatable with script
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr23194.d2 #ld: -shared -melf_i386 --version-script pr23194.map
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dvxworks-forced-local-1.d3 #ld: -shared -Tvxworks1.ld --version-script vxworks-forced-local-1.ver
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pru/
H A Dreloc.d7 # Note: default linker script should put a guard at DRAM address 0
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-at9.d6 # lma_region != region if requested by script.
H A Dscript.exp1 # Test basic linker script functionality
22 set testname "script"
24 if ![ld_assemble $as $srcdir/$subdir/script.s tmpdir/script.o] {
34 if ![ld_nm $nm "" tmpdir/script] {
195 if ![ld_link $ld tmpdir/script "$flags -T $srcdir/$subdir/script.t tmpdir/script.o"] {
201 set testname "MRI script"
203 if ![ld_link $ld tmpdir/script "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr23194.d2 #ld: -shared -melf_x86_64 --version-script pr23194.map
/netbsd-current/external/bsd/openpam/dist/t/
H A Dt_openpam_dispatch.c61 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
67 memset(&script, 0, sizeof script);
69 pamc.appdata_ptr = &script;
128 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
135 memset(&script, 0, sizeof script);
137 pamc.appdata_ptr = &script;
/netbsd-current/external/ibm-public/postfix/libexec/
H A DMakefile6 pickup pipe postfix-script proxymap qmgr scache sendmail \
/netbsd-current/usr.bin/sed/
H A Dmain.c91 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit
207 /* First usage case; script is the first arg */
254 if (script == NULL) {
260 switch (script->type) {
262 if ((f = fopen(script->s, "r")) == NULL)
263 err(1, "%s", script->s);
264 fname = script->s;
269 sizeof(string_ident), "\"%s\"", script->s)) >=
274 s = script
[all...]
/netbsd-current/tests/libexec/ld.elf_so/helper_symver_dso1/
H A DMakefile12 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso1.map
/netbsd-current/tests/libexec/ld.elf_so/helper_symver_dso2/
H A DMakefile12 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso2.map
/netbsd-current/external/bsd/lutok/dist/examples/
H A Dbindings.cpp119 // Use a little Lua script to call our native factorial function providing
124 std::ostringstream script; local
125 script << "print(native.factorial(" << argv[1] << "))";
127 lutok::do_string(state, script.str());
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dcontext.c75 /* Print an edit script in context format. */
78 print_context_script (script, unidiff_flag)
79 struct change *script;
83 mark_ignorable (script);
87 for (e = script; e; e = e->link)
95 print_script (script, find_hunk, pr_unidiff_hunk);
97 print_script (script, find_hunk, pr_context_hunk);
125 /* Print a portion of an edit script in context format.
259 /* Print a portion of an edit script in unidiff format.
360 /* Scan a (forward-ordered) edit script fo
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py51 Extract the script from a test, with substitutions applied.
91 script = []
97 script += ['%dbg(SETUP) cd %S && cp {} %T'.format(dep)]
98 script += preamble
99 script += scriptInTest
105 # Perform substitutions in the script itself.
106 script = lit.TestRunner.applySubstitutions(script, substitutions,
109 return script
117 creates a shell script performin
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dcontext.c92 /* Print an edit script in context format. */
95 print_context_script (struct change *script, bool unidiff)
98 mark_ignorable (script);
102 for (e = script; e; e = e->link)
110 print_script (script, find_hunk, pr_unidiff_hunk);
112 print_script (script, find_hunk, pr_context_hunk);
155 /* Print a portion of an edit script in context format.
286 /* Print a portion of an edit script in unidiff format.
387 /* Scan a (forward-ordered) edit script for the first place that more than
432 mark_ignorable (struct change *script)
94 print_context_script(struct change *script, bool unidiff) argument
426 mark_ignorable(struct change *script) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dw32-check-exported-symbols.pl55 # First go through the version-script
112 w32-sync-exported-symbols.pl - Synchronize Windows .def with version-script
120 --vs Name of version-script file
124 Verifies that all the symbols exported by the version-script is also
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A DMakefile.am18 libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
20 $(libheimntlm_la_OBJECTS): $(srcdir)/version-script.map
43 version-script.map \
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dget_anchors.pl33 $p->ignore_elements (qw(script style));
/netbsd-current/sys/arch/ia64/stand/common/
H A Dinterp.c158 * that the script won't stop if they fail).
199 struct includeline *script, *se, *sp; local
217 * Read the script into memory.
219 script = se = NULL;
243 /* Allocate script line structure and copy line, flags */
253 if (script == NULL) {
254 script = sp;
263 * Execute the script
272 for (sp = script; sp != NULL; sp = sp->next) {
315 while(script !
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-13b.d4 #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv
8 # script hiding the function called pcrel-without-plt. There should
H A Dldsym1.d7 # Note that the linker script symbol __start is set to the same
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c237 u_long scriptaddr = local_to_PCI((u_long)adp->script);
354 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
363 "script interrupt 0x%x with invalid DSA\n",
454 * restart the script now if command completed properly
514 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
517 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] =
521 adp->script[free_lo + i] = htoc32(lun_switch[i]);
522 adp->script[free_lo + E_abs_lunsw_return_Used[0]] =
606 uint32_t dsa, *script = adp->script; local
724 uint32_t *script = adp->script; local
750 uint32_t *script = adp->script; local
1138 uint32_t *script; local
[all...]
/netbsd-current/distrib/alpha/instkernel/ramdisk/
H A DMakefile20 ${DISTRIBDIR}/utils/script-installer/dot.commonutils \
21 ${DISTRIBDIR}/utils/script-installer/dot.instutils \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dgc-hidden-1.d5 #ld: --gc-sections --shared --version-script hideall.ld

Completed in 182 milliseconds

1234567891011>>