HomeSort by: relevance | last modified time | path
    Searched refs:binary (Results 1 - 25 of 634) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/dreamcast/conf/
Makefile.dreamcast.inc 9 echo ${OBJCOPY} -O binary $@ $@.bin; \
10 ${OBJCOPY} -O binary $@ $@.bin; \
  /src/external/gpl2/gettext/dist/gettext-tools/man/
msgfmt.x 2 msgfmt \- compile message catalog to binary format
msgunfmt.x 2 msgunfmt \- uncompile message catalog from binary format
  /src/distrib/dreamcast/instkernel/
Makefile 10 MDSET_RELEASEDIR= binary/kernel
13 create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
  /src/etc/etc.cats/
Makefile.inc 20 ${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
  /src/sys/arch/hpcmips/stand/pbsdboot/
Makefile 8 echo This binary is compiled for WinCE 1.01; \
11 echo This binary is compiled for WinCE 2.00; \
  /src/sys/stand/efiboot/bootriscv64/
Makefile 4 OBJFMT= binary
8 OBJCOPY_FORMAT= -O binary
  /src/external/apache2/llvm/dist/clang/tools/clang-rename/
clang-rename.py 8 * `binary` in clang-rename.py points to valid to clang-rename executable
31 binary = 'clang-rename'
33 binary = vim.eval('g:clang_rename_path')
35 # Get arguments for clang-rename binary.
47 command = [binary,
  /src/external/mpl/bind/dist/bin/tests/system/
get_core_dumps.sh 33 binary=$(gdb --batch --core="$coredump" 2>/dev/null | sed -ne "s|Core was generated by \`\([^' ]*\)[' ].*|\1|p")
34 if [ ! -f "${binary}" ]; then
35 binary=$(find "${TOP_BUILDDIR}" -path "*/.libs/${binary}" -type f)
42 "$binary" 2>/dev/null | sed -n '/^Core was generated by/,$p' | cat_d
51 "$binary" >"$coredump_backtrace" 2>&1
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 56 def symbolize(self, addr, binary, offset):
57 """Symbolize the given address (pair of binary and offset).
62 binary: path to executable/shared object containing this instruction.
63 offset: instruction offset in the @binary.
102 def symbolize(self, addr, binary, offset):
108 symbolizer_input = '"%s" %s' % (binary, offset)
141 def __init__(self, binary):
143 self.binary = binary
154 cmd += ['-e', self.binary]
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
wasm.h 130 WASM_OPCODE (0x6a, "i32.add", i32, i32, binary, agnostic)
131 WASM_OPCODE (0x6b, "i32.sub", i32, i32, binary, agnostic)
132 WASM_OPCODE (0x6c, "i32.mul", i32, i32, binary, agnostic)
133 WASM_OPCODE (0x6d, "i32.div_s", i32, i32, binary, signed)
134 WASM_OPCODE (0x6e, "i32.div_u", i32, i32, binary, unsigned)
135 WASM_OPCODE (0x6f, "i32.rem_s", i32, i32, binary, signed)
136 WASM_OPCODE (0x70, "i32.rem_u", i32, i32, binary, unsigned)
137 WASM_OPCODE (0x71, "i32.and", i32, i32, binary, agnostic)
138 WASM_OPCODE (0x72, "i32.or", i32, i32, binary, agnostic)
139 WASM_OPCODE (0x73, "i32.xor", i32, i32, binary, agnostic
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
wasm.h 130 WASM_OPCODE (0x6a, "i32.add", i32, i32, binary, agnostic)
131 WASM_OPCODE (0x6b, "i32.sub", i32, i32, binary, agnostic)
132 WASM_OPCODE (0x6c, "i32.mul", i32, i32, binary, agnostic)
133 WASM_OPCODE (0x6d, "i32.div_s", i32, i32, binary, signed)
134 WASM_OPCODE (0x6e, "i32.div_u", i32, i32, binary, unsigned)
135 WASM_OPCODE (0x6f, "i32.rem_s", i32, i32, binary, signed)
136 WASM_OPCODE (0x70, "i32.rem_u", i32, i32, binary, unsigned)
137 WASM_OPCODE (0x71, "i32.and", i32, i32, binary, agnostic)
138 WASM_OPCODE (0x72, "i32.or", i32, i32, binary, agnostic)
139 WASM_OPCODE (0x73, "i32.xor", i32, i32, binary, agnostic
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
wasm.h 130 WASM_OPCODE (0x6a, "i32.add", i32, i32, binary, agnostic)
131 WASM_OPCODE (0x6b, "i32.sub", i32, i32, binary, agnostic)
132 WASM_OPCODE (0x6c, "i32.mul", i32, i32, binary, agnostic)
133 WASM_OPCODE (0x6d, "i32.div_s", i32, i32, binary, signed)
134 WASM_OPCODE (0x6e, "i32.div_u", i32, i32, binary, unsigned)
135 WASM_OPCODE (0x6f, "i32.rem_s", i32, i32, binary, signed)
136 WASM_OPCODE (0x70, "i32.rem_u", i32, i32, binary, unsigned)
137 WASM_OPCODE (0x71, "i32.and", i32, i32, binary, agnostic)
138 WASM_OPCODE (0x72, "i32.or", i32, i32, binary, agnostic)
139 WASM_OPCODE (0x73, "i32.xor", i32, i32, binary, agnostic
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
wasm.h 130 WASM_OPCODE (0x6a, "i32.add", i32, i32, binary, agnostic)
131 WASM_OPCODE (0x6b, "i32.sub", i32, i32, binary, agnostic)
132 WASM_OPCODE (0x6c, "i32.mul", i32, i32, binary, agnostic)
133 WASM_OPCODE (0x6d, "i32.div_s", i32, i32, binary, signed)
134 WASM_OPCODE (0x6e, "i32.div_u", i32, i32, binary, unsigned)
135 WASM_OPCODE (0x6f, "i32.rem_s", i32, i32, binary, signed)
136 WASM_OPCODE (0x70, "i32.rem_u", i32, i32, binary, unsigned)
137 WASM_OPCODE (0x71, "i32.and", i32, i32, binary, agnostic)
138 WASM_OPCODE (0x72, "i32.or", i32, i32, binary, agnostic)
139 WASM_OPCODE (0x73, "i32.xor", i32, i32, binary, agnostic
    [all...]
  /src/lib/libc/inet/
nsap_addr.c 58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
63 _DIAGASSERT(binary != NULL);
82 *binary++ = (nib << 4) | xtob(c);
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
103 _DIAGASSERT(binary != NULL);
119 nib = (u_int32_t)*binary >> 4;
121 nib = *binary++ & 0x0f;
  /src/external/bsd/libbind/dist/inet/
nsap_addr.c 46 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
67 *binary++ = (nib << 4) | xtob(c);
82 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
102 nib = *binary >> 4;
104 nib = *binary++ & 0x0f;
  /src/distrib/sun2/
MakeInstTape 4 # the files in ../binary
22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
  /src/distrib/sun3/
MakeInstTape 4 # the files in ../binary
22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
  /src/sys/stand/efiboot/bootaa64/
Makefile 4 OBJFMT= binary
8 OBJCOPY_FORMAT= -O binary
  /src/sys/arch/hpc/stand/
Makefile 8 UUDECODE_FILES= binary/ARM/hpcboot.exe \
9 binary/SH3/hpcboot.exe \
10 binary/MIPS/hpcboot.exe \
11 binary/SH4/hpcboot.exe
54 # (WCE100/101/200 binary for MIPS, SH3)
85 find binary -name "hpcboot*.exe*" -print | xargs rm -f
87 # WCE210 or later binary
91 cp $$file binary/$$a/hpcboot.exe; \
93 # WCE200 or earlier binary
95 cp compile/SHRelease/hpcboot.exe binary/SH3/hpcboot200.ex
    [all...]
  /src/distrib/arc/instkernel/
Makefile 10 MDSET_RELEASEDIR= binary/kernel
  /src/distrib/bebox/floppies/kernel-ramdisk/
Makefile 10 MDSET_RELEASEDIR= binary/kernel
  /src/distrib/hp300/instkernel/
Makefile 10 MDSET_RELEASEDIR= binary/kernel
  /src/distrib/landisk/instkernel/
Makefile 10 MDSET_RELEASEDIR= binary/kernel
  /src/distrib/luna68k/instkernel/
Makefile 10 MDSET_RELEASEDIR= binary/kernel

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>