Searched refs:mips_make_srec (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote-mips.c | 142 static int mips_make_srec (char *buffer, int type, CORE_ADDR memaddr, 1412 mips_make_srec (srec, '7', 0, NULL, 0); in mips_initialize() 2660 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes); in mips_load_srec() 2683 reclen = mips_make_srec (srec, '7', abfd->start_address, NULL, 0); in mips_load_srec() 2735 mips_make_srec (char *buf, int type, CORE_ADDR memaddr, unsigned char *myaddr, in mips_make_srec() function
|