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

/freebsd-10.1-release/include/
H A Dstab.h56 #define N_LSYM 0x80 /* stack variable */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def145 __define_stab (N_LSYM, 0x80, "LSYM")
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def122 __define_stab (N_LSYM, 0x80, "LSYM")
H A Dxcoffout.c225 case N_LSYM:
H A Ddbxout.c123 #define DBX_TYPE_DECL_STABS_CODE N_LSYM
288 (N_LSYM) having address X (an RTX). */
2776 dbxout_finish_complex_stabs (0, N_LSYM, 0, 0, 0);
2857 no letter at all, and N_LSYM, for auto variable,
2958 code = N_LSYM;
2974 code = N_LSYM;
2981 code = N_LSYM;
/freebsd-10.1-release/contrib/binutils/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))
1910 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1946 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1965 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1984 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2006 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2048 stab_type = N_LSYM;
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h116 #define N_LSYM 0x80 /* local sym: name,,0,type,offset */ macro
H A Dstabs.c243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM ||
H A Dst_parse.c423 case N_LSYM:
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c508 case N_LSYM: strcpy(type, "lsym"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h333 N_LSYM = 0x80u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1637 case N_LSYM: /* Typedef or automatic variable. */
2838 2000 would output N_LSYM entries after N_LBRAC
3103 case N_LSYM: /* Local symbol in stack */
H A Dmdebugread.c2973 case N_LSYM: /* Typedef or automatic variable. */

Completed in 178 milliseconds