Searched refs:binary (Results 1 - 25 of 738) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/dreamcast/conf/
H A DMakefile.dreamcast.inc9 echo ${OBJCOPY} -O binary $@ $@.bin; \
10 ${OBJCOPY} -O binary $@ $@.bin; \
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dpr19020b.d3 #as: binary
4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --reverse-bytes=8
5 #objdump: -b binary -s
H A Dpr19020a.d3 #as: binary
4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --interleave=2 --interleave-width=1 --byte=0
5 #objdump: -b binary -s
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dbinary.d1 #objdump: -b binary -s
2 #name: MIPS link ELF into binary output format
3 #ld: -r --oformat=binary -T binary.ld
5 .*: +file format binary
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr21884.d3 #ld: -m elf_i386 -T pr21884.t -b binary
4 #objdump: -b binary -s
6 .*: file format binary
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr21884.d3 #ld: -m elf_x86_64 -T pr21884.t -b binary
4 #objdump: -b binary -s
6 .*: file format binary
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dmsgfmt.x2 msgfmt \- compile message catalog to binary format
H A Dmsgunfmt.x2 msgunfmt \- uncompile message catalog from binary format
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dv32-bin-1.d3 #ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
4 #objdump: -s -b binary
6 # Test that pcrel relocs work with --oformat binary.
9 .*: file format binary
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dundefined-insn-arm.d1 #name: Undefined binary printing in arm mode
4 #objdump: -D -b binary -m armv7e-m
H A Dundefined-insn-thumb.d1 #name: Undefined binary printing in thumb mode
4 #objdump: -D -b binary -m armv7e-m -M force-thumb
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-unique/
H A Dpr21529.d1 #ld: --oformat binary -T pr21529.ld -e main
2 #objdump: -s -b binary
4 # Skip targets which can't change output format to binary.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dbinop.s2 ; Generic binary operations supporting all sizes and their various
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr19005.d2 #objcopy_linked_file: -O binary -j .foo -j .bar --gap-fill=0xff
3 #objdump: -b binary -s
/netbsd-current/distrib/dreamcast/instkernel/
H A DMakefile10 MDSET_RELEASEDIR= binary/kernel
13 create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
/netbsd-current/etc/etc.cats/
H A DMakefile.inc20 ${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A DMakefile8 echo This binary is compiled for WinCE 1.01; \
11 echo This binary is compiled for WinCE 2.00; \
/netbsd-current/sys/stand/efiboot/bootriscv64/
H A DMakefile4 OBJFMT= binary
8 OBJCOPY_FORMAT= -O binary
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dget_core_dumps.sh33 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
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_symbolize.py56 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...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dwasm.h130 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, agnosti
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dwasm.h130 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, agnosti
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dwasm.h130 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, agnosti
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dwasm.h130 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, agnosti
[all...]
/netbsd-current/lib/libc/inet/
H A Dnsap_addr.c58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
63 _DIAGASSERT(binary != NULL);
82 *binary++ = (nib << 4) | xtob(c);
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
103 _DIAGASSERT(binary != NULL);
119 nib = (u_int32_t)*binary >> 4;
121 nib = *binary++ & 0x0f;

Completed in 431 milliseconds

1234567891011>>