Searched refs:require (Results 1 - 25 of 244) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-undefined/
H A Drequire-defined-2.d1 #name: Check require-defined can require a symbol from an object
2 #source: require-defined.s
3 #ld: -e _start --gc-sections --require-defined=bar
H A Drequire-defined-4.d1 #name: Check require-defined can require a symbol from an archive
2 #source: require-defined.s
3 #ld: -e _start --require-defined=foo tmpdir/libfoo.a
H A Drequire-defined-5.d1 #name: Check require-defined can require two symbols
2 #source: require-defined.s
3 #ld: -e _start --gc-sections --require-defined=bar --require-defined=foo tmpdir/libfoo.a
H A Drequire-defined-1.d1 #name: Check require-defined with an undefined symbol
2 #source: require-defined.s
3 #ld: -e _start --gc-sections --require-defined=xxx
H A Drequire-defined-3.d1 #name: Check require-defined does no error on a defined symbol
2 #source: require-defined.s
3 #ld: -e _start --require-defined=bar
H A Drequire-defined.exp1 # Expect script for ld --undefined and --require-defined testing.
26 unsupported "require-defined testing"
32 # targets require more complex linker scripts). Given the small
40 unsupported "require-defined testing"
52 set test_list [lsort [glob -nocomplain $srcdir/$subdir/require-defined*.d]]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl/
H A Dhello.tcl8 package require msgcat
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/
H A Dhello.tcl8 package require msgcat
/netbsd-current/sys/modules/lua/
H A Dtest.lua1 systm = require 'systm'
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dgdb-add-index.exp30 require {ensure_gdb_index $binfile} != -1
H A Dgdb-index-types-dwarf5.exp27 require {ensure_gdb_index $binfile} == 1
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwith-mf.exp27 require {ensure_gdb_index $binfile} != -1
H A Dvalgrind-infcall-2.exp33 require gdb_skip_xml_test 0
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Ddlang-start.exp24 require use_gdb_stub 0
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/
H A Drust-start.exp24 require use_gdb_stub 0
H A Ddwindex.exp29 require {ensure_gdb_index $binfile -dwarf-5} != -1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l57 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s0,#0'
58 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s0,#1920'
59 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s0,#64'
60 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s0,#63'
61 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p7,s0,#0'
62 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s1,#0'
63 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,s30,#0'
64 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,d0,#0'
65 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating point extension\. -- `vcx1 p0,d0,#1920'
66 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require eithe
[all...]
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dhammer.js1 var net = require('net');
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-parse.c156 require (int t) function
169 /* As per require, but do not advance. */
230 s1 = require (STRING);
264 require ('<');
325 const char *id = require (ID);
336 require (opener);
474 require (')');
511 require ('(');
513 require (')');
524 require ('(');
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype-parse.cc156 require (int t) function
169 /* As per require, but do not advance. */
230 s1 = require (STRING);
264 require ('<');
325 const char *id = require (ID);
336 require (opener);
474 require (')');
511 require ('(');
513 require (')');
524 require ('(');
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/emacs/
H A Dtablegen-mode.el8 (require 'comint)
9 (require 'custom)
10 (require 'ansi-color)
113 require-final-newline t
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { function
28 require(Assertion, Msg, Text);
70 require(I != Points.end() && I->getValue().size() == 1,
84 require(I != Ranges.end() && I->getValue().size() == 1,
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dfarcall-mixed-lib2.s2 @ symbol require insertion of a long branch stub.
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Ddwz.h74 bool require = false);
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-test.el18 (require 'clang-format)
20 (require 'cl-lib)
21 (require 'ert)
22 (require 'pcase)

Completed in 216 milliseconds

12345678910