Searched refs:N_LSYM (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/include/
H A Dstab.h56 #define N_LSYM 0x80 /* stack variable */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c62 #define N_LSYM 0x80 /* stack variable */ macro
127 st->num, st->num, N_LSYM);
138 name, num, inhnum, min, max, N_LSYM);
361 sname, ostr, N_LSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c62 #define N_LSYM 0x80 /* stack variable */ macro
127 st->num, st->num, N_LSYM);
138 name, num, inhnum, min, max, N_LSYM);
359 sname, ostr, N_LSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h109 #define N_LSYM 0x80 /* local sym: name,,0,type,offset */ macro
168 * for variables -- n_other bits for N_LSYM, N_GSYM, N_LCSYM, N_STSYM, ...
H A DStabs.cc2607 RET_S (N_LSYM);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c834 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf)
965 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1904 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1940 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1959 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1978 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2000 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2042 stab_type = N_LSYM;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c837 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf)
969 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1920 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1956 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1975 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1994 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2016 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2058 stab_type = N_LSYM;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwrstabs.c837 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf)
969 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1920 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1956 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1975 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1994 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2016 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2058 stab_type = N_LSYM;
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h120 #define N_LSYM 0x80 /* local sym: name,,0,type,offset */ macro
H A Dstabs.c247 stab->n_type == N_LCSYM || stab->n_type == N_LSYM ||
H A Dst_parse.c427 case N_LSYM:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dxcoffout.c233 case N_LSYM:
H A Ddbxout.c117 #define DBX_TYPE_DECL_STABS_CODE N_LSYM
283 (N_LSYM) having address X (an RTX). */
2961 dbxout_finish_complex_stabs (0, N_LSYM, 0, 0, 0);
3043 no letter at all, and N_LSYM, for auto variable,
3161 code = N_LSYM;
3177 code = N_LSYM;
3184 code = N_LSYM;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dxcoffout.cc232 case N_LSYM:
H A Ddbxout.cc118 #define DBX_TYPE_DECL_STABS_CODE N_LSYM
284 (N_LSYM) having address X (an RTX). */
2965 dbxout_finish_complex_stabs (0, N_LSYM, 0, 0, 0);
3047 no letter at all, and N_LSYM, for auto variable,
3165 code = N_LSYM;
3181 code = N_LSYM;
3188 code = N_LSYM;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c1400 case N_LSYM: /* Typedef or automatic variable. */
2231 && (type == N_LSYM || type == N_PSYM))
2232 /* We have to be careful with the n_value in the case of N_LSYM
2478 2000 would output N_LSYM entries after N_LBRAC
2736 case N_LSYM: /* Local symbol in stack. */
H A DChangeLog-3.x236 * dbxread.c (read_dbx_symtab, case N_LSYM, case 'T'):
H A Dmdebugread.c3002 case N_LSYM: /* Typedef or automatic variable. */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c1402 case N_LSYM: /* Typedef or automatic variable. */
2285 && (type == N_LSYM || type == N_PSYM))
2286 /* We have to be careful with the n_value in the case of N_LSYM
2532 2000 would output N_LSYM entries after N_LBRAC
2789 case N_LSYM: /* Local symbol in stack. */
H A DChangeLog-3.x236 * dbxread.c (read_dbx_symtab, case N_LSYM, case 'T'):
H A Dmdebugread.c3007 case N_LSYM: /* Typedef or automatic variable. */
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp226 {MachO::N_OSO, "N_OSO"}, {MachO::N_LSYM, "N_LSYM"},
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h370 N_LSYM = 0x80u, enumerator in enum:llvm::MachO::StabType
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp664 {MachO::N_LSYM, "LSYM"},

Completed in 605 milliseconds