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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstab.h55 #define N_LSYM 0x80 /* stack variable */ macro
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dstab.h88 #define N_LSYM 0x80 /* stack variable */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dstab.h100 #define N_LSYM 0x80 /* local sym: name,,NO_SECT,type,offset */ macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dstab.h100 #define N_LSYM 0x80 /* local sym: name,,NO_SECT,type,offset */ macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Dstab.def145 __define_stab (N_LSYM, 0x80, "LSYM")
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c835 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf)
966 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1911 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1947 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1966 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
1985 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2007 if (! stab_write_symbol (info, N_LSYM, 0, 0, buf))
2049 stab_type = N_LSYM;
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
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.c443 case N_LSYM:
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c171 case N_LSYM:
/macosx-10.9.5/cctools-845/misc/
H A Dnm.c1679 { N_LSYM, "LSYM" },
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c3389 if((n_type & N_STAB) == 0 || n_type != N_LSYM)

Completed in 481 milliseconds