Searched refs:line_func (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c515 register struct nlist *line_sp, *func_sp, *file_sp, *line_func; local
520 line_sp = func_sp = file_sp = line_func = 0;
528 if (line_func)
529 line_func = 0;
539 && line_func == 0)
540 line_func = sp;
568 if (line_func == 0 || func_sp == 0
569 || line_func->n_value != func_sp->n_value)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c764 register struct nlist *line_sp, *func_sp, *file_sp, *line_func; local
777 line_sp = func_sp = file_sp = line_func = 0;
800 if (line_func)
801 line_func = 0;
811 && line_func == 0)
812 line_func = cp;
862 && line_func == 0)
863 line_func = cp;
902 if (line_func == 0 || func_sp == 0
903 || line_func
[all...]

Completed in 34 milliseconds