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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstab.h54 #define N_SO 0x64 /* main source file name */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dstab.h87 #define N_SO 0x64 /* main source file name */ macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dstab.h98 #define N_SO 0x64 /* source file name: name,,n_sect,0,address */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dstab.def67 /* New stab from Solaris 2. Like N_SO, but for the object file. Two in
132 If multiple N_SO's appear, the first to contain a trailing / is the
138 __define_stab (N_SO, 0x64, "SO")
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dstabs.c247 stab->n_type == N_SO || stab->n_type == N_OPT))
260 } else if (stab->n_type == N_SO) {
H A Dctftools.h115 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsyms.c1084 if (stab[TYPEOFF] == (bfd_byte) N_SO)
1086 /* N_SO with null name indicates EOF */
1096 /* two N_SO's in a row is a filename and directory. Skip */
1098 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1141 case N_SO:
1146 Note that a N_SO without a file name is an EOF and
1147 there could be 2 N_SO following it with the new filename
1172 || *(stab + STABSIZE + TYPEOFF) != (bfd_byte) N_SO)
1344 case N_SO:
H A Decofflink.c2313 case N_SO:
2318 N_SO symbol. */
2327 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
H A Dpdp11.c2250 case N_SO:
2266 /* Look ahead to next symbol to check if that too is an N_SO. */
2271 if (q->type != (int) N_SO)
2274 /* Found a second N_SO First is directory; second is filename. */
H A Daoutx.h2654 case N_SO:
2670 /* Look ahead to next symbol to check if that too is an N_SO. */
2675 if (q->type != (int)N_SO)
2678 /* Found a second N_SO First is directory; second is filename. */
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c157 /* If this is not -1, it is the offset to the most recent N_SO
509 /* Output an initial N_SO symbol. */
511 if (! stab_write_symbol (&info, N_SO, 0, 0, bfd_get_filename (abfd)))
519 /* Output a trailing N_SO. */
520 if (! stab_write_symbol (&info, N_SO, 0, info.last_text_address,
551 /* We would normally output an N_SO symbol here. However, that
H A Dstabs.c60 /* The value of the last N_SO symbol. */
413 /* gcc will emit two N_SO strings per compilation unit, one for the
414 directory name and one for the file name. We just collect N_SO
416 we see a non N_SO symbol. */
418 && (type != N_SO || *string == '\0' || value != info->so_value))
428 N_RBRAC symbols are relative to the N_SO symbol value. */
502 case N_SO:
525 /* Just accumulate strings until we see a non N_SO symbol. If
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sym.c192 case N_SO:

Completed in 231 milliseconds