Searched refs:N_SLINE (Results 1 – 14 of 14) sorted by relevance
| /mirbsd/src/include/ |
| D | stab.h | 52 #define N_SLINE 0x44 /* text segment line number */ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | stabs.c | 282 case N_SLINE: in s_stab_generic() 637 sprintf (buf, "%d,0,%d,%s-%s\n", N_SLINE, lineno, in stabs_generate_asm_lineno() 643 sprintf (buf, "%d,0,%d,%s\n", N_SLINE, lineno, sym); in stabs_generate_asm_lineno()
|
| D | ecoff.c | 3466 if (type == N_SLINE) in ecoff_stab()
|
| /mirbsd/src/sys/ddb/ |
| D | db_aout.h | 102 #define N_SLINE 0x44 /* text segment line number */ macro
|
| D | db_aout.c | 307 if (sp->n_type != N_SLINE)
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 1289 if (bfd_h_get_8 (abfd, bufp->e_type) == N_SLINE) in read_dbx_symtab() 2083 case N_SLINE: in read_dbx_symtab() 2927 case N_SLINE: in process_one_symbol()
|
| D | mdebugread.c | 3280 case N_SLINE: in parse_partial_symbols() 3955 process_one_symbol (N_SLINE, 0, valu, name, in psymtab_to_symtab_1()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | syms.c | 1307 case N_SLINE: in _bfd_stab_section_find_nearest_line()
|
| D | pdp11.c | 2285 case N_SLINE: in NAME()
|
| D | aoutx.h | 2691 case N_SLINE: in NAME()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | stab.def | 87 __define_stab (N_SLINE, 0x44, "SLINE")
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 542 @findex N_SLINE 543 An @code{N_SLINE} symbol represents the start of a source line. The 547 relative to the function in which the @code{N_SLINE} symbol occurs. 553 to @code{N_SLINE} but are relocated differently by the linker. They 612 @code{N_SLINE} symbol. 3294 @item 0x44 N_SLINE 4005 many stabs. Making sure this is done for @code{N_SLINE},
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | wrstabs.c | 2270 return stab_write_symbol (info, N_SLINE, lineno, addr - info->fnaddr, in stab_lineno()
|
| D | stabs.c | 575 case N_SLINE: in parse_stab()
|