Home
last modified time | relevance | path

Searched refs:line_no (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c365 struct line_no struct
367 struct line_no *next; argument
419 static struct line_no *line_nos;
426 struct line_no * new_line = xmalloc (sizeof (* new_line)); in add_lineno()
1450 struct line_no *lptr; in coff_frob_symbol()
1453 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; in coff_frob_symbol()
1456 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno; in coff_frob_symbol()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929511008 (struct line_no): New type.