Lines Matching refs:debug

1034 		  struct ecoff_debug_info *debug,  in ecoff_add_string()  argument
1042 symhdr = &debug->symbolic_header; in ecoff_add_string()
1203 struct ecoff_debug_info *debug, in bfd_ecoff_debug_externals() argument
1209 HDRR * const symhdr = &debug->symbolic_header; in bfd_ecoff_debug_externals()
1258 if (! bfd_ecoff_debug_one_external (abfd, debug, swap, in bfd_ecoff_debug_externals()
1270 struct ecoff_debug_info *debug, in bfd_ecoff_debug_one_external() argument
1278 HDRR * const symhdr = &debug->symbolic_header; in bfd_ecoff_debug_one_external()
1283 if ((size_t) (debug->ssext_end - debug->ssext) in bfd_ecoff_debug_one_external()
1286 if (! ecoff_add_bytes ((char **) &debug->ssext, in bfd_ecoff_debug_one_external()
1287 (char **) &debug->ssext_end, in bfd_ecoff_debug_one_external()
1291 if ((size_t) ((char *) debug->external_ext_end in bfd_ecoff_debug_one_external()
1292 - (char *) debug->external_ext) in bfd_ecoff_debug_one_external()
1295 char *external_ext = (char *) debug->external_ext; in bfd_ecoff_debug_one_external()
1296 char *external_ext_end = (char *) debug->external_ext_end; in bfd_ecoff_debug_one_external()
1301 debug->external_ext = external_ext; in bfd_ecoff_debug_one_external()
1302 debug->external_ext_end = external_ext_end; in bfd_ecoff_debug_one_external()
1308 ((char *) debug->external_ext in bfd_ecoff_debug_one_external()
1313 strcpy (debug->ssext + symhdr->issExtMax, name); in bfd_ecoff_debug_one_external()
1323 struct ecoff_debug_info *debug, in ecoff_align_debug() argument
1326 HDRR * const symhdr = &debug->symbolic_header; in ecoff_align_debug()
1338 if (debug->line != (unsigned char *) NULL) in ecoff_align_debug()
1339 memset ((debug->line + symhdr->cbLine), 0, add); in ecoff_align_debug()
1346 if (debug->ss != (char *) NULL) in ecoff_align_debug()
1347 memset ((debug->ss + symhdr->issMax), 0, add); in ecoff_align_debug()
1354 if (debug->ssext != (char *) NULL) in ecoff_align_debug()
1355 memset ((debug->ssext + symhdr->issExtMax), 0, add); in ecoff_align_debug()
1362 if (debug->external_aux != (union aux_ext *) NULL) in ecoff_align_debug()
1363 memset ((debug->external_aux + symhdr->iauxMax), 0, in ecoff_align_debug()
1371 if (debug->external_rfd != NULL) in ecoff_align_debug()
1372 memset (((char *) debug->external_rfd in ecoff_align_debug()
1383 struct ecoff_debug_info *debug, in bfd_ecoff_debug_size() argument
1388 ecoff_align_debug (abfd, debug, swap); in bfd_ecoff_debug_size()
1392 tot += debug->symbolic_header.count * size in bfd_ecoff_debug_size()
1417 struct ecoff_debug_info *debug, in ecoff_write_symhdr() argument
1421 HDRR * const symhdr = &debug->symbolic_header; in ecoff_write_symhdr()
1424 ecoff_align_debug (abfd, debug, swap); in ecoff_write_symhdr()
1483 struct ecoff_debug_info *debug, in bfd_ecoff_write_debug() argument
1487 HDRR * const symhdr = &debug->symbolic_header; in bfd_ecoff_write_debug()
1489 if (! ecoff_write_symhdr (abfd, debug, swap, where)) in bfd_ecoff_write_debug()
1495 if (bfd_bwrite (debug->ptr, (bfd_size_type) size * symhdr->count, abfd)\ in bfd_ecoff_write_debug()
1575 struct ecoff_debug_info *debug, in bfd_ecoff_write_accumulated_debug() argument
1584 if (! ecoff_write_symhdr (abfd, debug, swap, where)) in bfd_ecoff_write_accumulated_debug()
1653 amt = debug->symbolic_header.issExtMax; in bfd_ecoff_write_accumulated_debug()
1654 if (bfd_bwrite (debug->ssext, amt, abfd) != amt) in bfd_ecoff_write_accumulated_debug()
1656 if ((debug->symbolic_header.issExtMax & (swap->debug_align - 1)) != 0) in bfd_ecoff_write_accumulated_debug()
1662 - (debug->symbolic_header.issExtMax & (swap->debug_align - 1))); in bfd_ecoff_write_accumulated_debug()
1679 BFD_ASSERT (debug->symbolic_header.cbExtOffset == 0 in bfd_ecoff_write_accumulated_debug()
1680 || (debug->symbolic_header.cbExtOffset in bfd_ecoff_write_accumulated_debug()
1683 amt = debug->symbolic_header.iextMax * swap->external_ext_size; in bfd_ecoff_write_accumulated_debug()
1684 if (bfd_bwrite (debug->external_ext, amt, abfd) != amt) in bfd_ecoff_write_accumulated_debug()