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

/freebsd-9.3-release/contrib/gdb/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
219 make_srec(char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, int sectoff, int *maxrecsize, int flags) argument
[all...]
H A Dremote-mips.c1405 char srec[10];
1417 mips_make_srec (srec, '7', 0, NULL, 0);
1421 serial_write (mips_desc, srec, 8);
2592 send_srec (char *srec, int len, CORE_ADDR addr)
2598 serial_write (mips_desc, srec, len);
2625 char *buffer, srec[1024];
2667 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes);
2668 send_srec (srec, reclen, s->vma + i);
2690 reclen = mips_make_srec (srec, '7', abfd->start_address, NULL, 0);
2692 send_srec (srec, recle
1402 char srec[10]; local
2587 send_srec(char *srec, int len, CORE_ADDR addr) argument
2620 char *buffer, srec[1024]; local
[all...]
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c533 struct suj_rec *srec; local
550 TAILQ_FOREACH(srec, &sblk->sb_recs, sr_next) {
551 brec = (struct jblkrec *)srec->sr_rec;
1180 struct suj_rec *srec; local
1218 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) {
1219 rrec = (struct jrefrec *)srec->sr_rec;
1342 struct suj_rec *srec; local
1362 TAILQ_FOREACH(srec, &sino->si_recs, sr_next) {
1363 rrec = (struct jrefrec *)srec->sr_rec;
1370 if (srec
1626 struct suj_rec *srec; local
1692 struct suj_rec *srec; local
1953 struct suj_rec *srec; local
1980 ino_add_ref(struct suj_ino *sino, struct suj_rec *srec) argument
2042 ino_build_ref(struct suj_ino *sino, struct suj_rec *srec) argument
2138 struct suj_rec *srec; local
2170 struct suj_rec *srec; local
[all...]
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h356 unsigned long srec)
363 &sched_shutdown, srec);
368 SHUTDOWN_suspend, srec);
355 HYPERVISOR_suspend( unsigned long srec) argument
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h348 unsigned long srec)
354 &sched_shutdown, srec);
358 SHUTDOWN_suspend, srec);
347 HYPERVISOR_suspend( unsigned long srec) argument
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile38 srec.c \
/freebsd-9.3-release/contrib/binutils/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
965 /* Validate number of data bytes to write. The srec length byte
1214 "srec", /* Name. */
1252 BFD_JUMP_TABLE_GENERIC (srec),
1256 BFD_JUMP_TABLE_SYMBOLS (srec),
1258 BFD_JUMP_TABLE_WRITE (srec),
1259 BFD_JUMP_TABLE_LINK (srec),
[all...]
H A DMakefile.am44 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
54 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1035 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \

Completed in 81 milliseconds