Home
last modified time | relevance | path

Searched refs:N_SLINE (Results 1 – 14 of 14) sorted by relevance

/mirbsd/src/include/
Dstab.h52 #define N_SLINE 0x44 /* text segment line number */ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dstabs.c282 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()
Decoff.c3466 if (type == N_SLINE) in ecoff_stab()
/mirbsd/src/sys/ddb/
Ddb_aout.h102 #define N_SLINE 0x44 /* text segment line number */ macro
Ddb_aout.c307 if (sp->n_type != N_SLINE)
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1289 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()
Dmdebugread.c3280 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/
Dsyms.c1307 case N_SLINE: in _bfd_stab_section_find_nearest_line()
Dpdp11.c2285 case N_SLINE: in NAME()
Daoutx.h2691 case N_SLINE: in NAME()
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dstab.def87 __define_stab (N_SLINE, 0x44, "SLINE")
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dstabs.texinfo542 @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/
Dwrstabs.c2270 return stab_write_symbol (info, N_SLINE, lineno, addr - info->fnaddr, in stab_lineno()
Dstabs.c575 case N_SLINE: in parse_stab()