Searched refs:srec (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c24 #include "srec.h"
33 static int make_srec (char *srec, CORE_ADDR targ_addr, bfd * abfd,
56 char *srec; local
62 srec = (char *) alloca (maxrecsize + 1);
83 make_srec (srec, 0, NULL, (asection *) 1, 0, &reclen, flags);
86 srec[reclen] = '\0';
87 puts_debug ("sent -->", srec, "<--");
89 serial_write (desc, srec, reclen);
113 numbytes = make_srec (srec, (CORE_ADDR) (addr + i), abfd, s,
118 srec[recle
221 make_srec(char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, int sectoff, int *maxrecsize, int flags) argument
[all...]
H A Dremote-mips.c1403 char srec[10];
1415 mips_make_srec (srec, '7', 0, NULL, 0);
1419 serial_write (mips_desc, srec, 8);
2590 send_srec (char *srec, int len, CORE_ADDR addr)
2596 serial_write (mips_desc, srec, len);
2623 char *buffer, srec[1024];
2665 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes);
2666 send_srec (srec, reclen, s->vma + i);
2688 reclen = mips_make_srec (srec, '7', abfd->start_address, NULL, 0);
2690 send_srec (srec, recle
1400 char srec[10]; local
2585 send_srec(char *srec, int len, CORE_ADDR addr) argument
2618 char *buffer, srec[1024]; local
[all...]
H A DMakefile.in777 srec_h = srec.h
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsrec.c176 This variable can be modified by objcopy's --srec-len parameter.
177 For a 0x75 byte record you should set --srec-len=0x70. */
180 /* The type of srec output (free or forced to S3).
181 This variable can be modified by objcopy's --srec-forceS3
1029 /* Validate number of data bytes to write. The srec length byte
1297 "srec", /* name */
1335 BFD_JUMP_TABLE_GENERIC (srec),
1339 BFD_JUMP_TABLE_SYMBOLS (srec),
1340 BFD_JUMP_TABLE_RELOCS (srec),
1341 BFD_JUMP_TABLE_WRITE (srec),
[all...]
H A Dmakefile.vms23 targets.obj,hash.obj,linker.obj,elf.obj,srec.obj,binary.obj,tekhex.obj,\
H A DMakefile.am35 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
45 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
893 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
H A DMakefile.in161 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
172 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
806 reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo \
1433 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
H A Dconfigure6511 srec_vec) tb="$tb srec.lo" ;;
6512 symbolsrec_vec) tb="$tb srec.lo" ;;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsrec.c130 This variable can be modified by objcopy's --srec-len parameter.
131 For a 0x75 byte record you should set --srec-len=0x70. */
134 /* The type of srec output (free or forced to S3).
135 This variable can be modified by objcopy's --srec-forceS3
964 /* Validate number of data bytes to write. The srec length byte
1216 "srec", /* Name. */
1254 BFD_JUMP_TABLE_GENERIC (srec),
1258 BFD_JUMP_TABLE_SYMBOLS (srec),
1259 BFD_JUMP_TABLE_RELOCS (srec),
1260 BFD_JUMP_TABLE_WRITE (srec),
[all...]
H A Dmakefile.vms23 targets.obj,hash.obj,linker.obj,elf.obj,srec.obj,binary.obj,tekhex.obj,\
H A DMakefile.in81 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
280 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
289 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1555 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
H A DMakefile.am43 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
53 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
986 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \

Completed in 228 milliseconds