Lines Matching defs:out
23 Split out of coffcode.h by Ian Taylor, ian@cygnus.com. */
46 and make a BFD "section" out of it. This is used by ECOFF. */
322 /* Figure out how much to read. */
697 /* Run through all the symbols in the symbol table and work out what
978 /* We need to keep track of the symbol index so that when we write out
984 /* Write a symbol out to a COFF file. */
1058 /* Store the index for use when we write out the relocs. */
1065 /* Write out a symbol to a COFF file that does not come from a COFF
1118 /* There isn't much point to writing out a debugging symbol
1226 /* Write out the COFF symbols. */
1329 /* Now write out strings. */
1373 /* Figure out whether the symbol name should go in the string
1419 out 4 so that any stupid coff reader which tries to read the
1478 struct internal_lineno out;
1480 memset ((void *) & out, 0, sizeof (out));
1481 out.l_lnno = 0;
1482 out.l_addr.l_symndx = l->u.offset;
1483 bfd_coff_swap_lineno_out (abfd, &out, buff);
1490 out.l_lnno = l->line_number;
1491 out.l_addr.l_symndx = l->u.offset;
1492 bfd_coff_swap_lineno_out (abfd, &out, buff);
1938 /* PR binutils/17512: Catch out of range offsets into the debug data. */
2101 /* Print out information about COFF symbol. */