Searched refs:N_SLINE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dstab.h134 #define N_SLINE 0x44 /* text segment line number */ macro
H A Ddb_aout.c422 cur->n_type == N_SLINE &&
443 cur->n_type == N_SLINE &&
576 if (sp->n_type != N_SLINE)
587 if (sp->n_type != N_SLINE || sp->n_value < func_top)
610 if (!in_file || sp->n_type != N_SLINE)
797 case N_SLINE:
856 case N_SLINE:
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstab.h83 #define N_SLINE 0x44 /* text segment line number */ macro
H A Ddb_gcc_aout.c330 if (sp->n_type != N_SLINE)
341 if (sp->n_type != N_SLINE || sp->n_value < func_top)
357 if (!in_file || sp->n_type != N_SLINE)
525 case N_SLINE:

Completed in 82 milliseconds