Searched refs:ecoff_add_bytes (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ecoff.c | 1435 static char *ecoff_add_bytes (char **buf, char **bufend, 3606 ecoff_add_bytes (char **buf, in ecoff_add_bytes() function 3643 (void) ecoff_add_bytes (buf, bufend, *buf + offset, add); in ecoff_padding_adjust() 3811 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1); in ecoff_build_lineno() 3821 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 3); in ecoff_build_lineno() 3848 bufptr = ecoff_add_bytes (buf, bufend, bufptr, (long) 1); in ecoff_build_lineno() 4207 sym_out = ecoff_add_bytes (buf, bufend, in ecoff_build_symbols() 4324 pdr_out = ecoff_add_bytes (buf, bufend, in ecoff_build_procs() 4398 ecoff_add_bytes (buf, bufend, in ecoff_build_aux() 4481 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecofflink.c | 35 static bfd_boolean ecoff_add_bytes 258 ecoff_add_bytes (buf, bufend, need) in ecoff_add_bytes() function 1332 if (! ecoff_add_bytes ((char **) &debug->ssext, 1341 if (! ecoff_add_bytes ((char **) &debug->external_ext,
|