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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c256 struct nlist *found_sp = 0; local
284 found_sp = sp;
287 return(found_sp);
303 struct nlist *found_sp; local
321 found_sp = 0;
335 if (found_sp == 0 || found_sp->n_desc < sp->n_desc)
336 found_sp = sp;
360 if (found_sp == 0 || found_sp
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c321 struct nlist *found_sp = 0; local
353 found_sp = sp;
356 return(found_sp);
516 struct nlist *found_sp; local
561 found_sp = 0;
581 if (found_sp == 0 || found_sp->n_desc < sp->n_desc)
582 found_sp = sp;
613 if (found_sp == 0 || found_sp
[all...]

Completed in 30 milliseconds