Searched refs:allobjects (Results 1 – 4 of 4) sorted by relevance
87 nextobject = &allobjects; in initfiles()312 for (oi = allobjects; oi != NULL; oi = oi->oi_next) { in fixobjects()
299 extern struct objects *allobjects; /* list of all kernel object and library files */
331 for (oi = allobjects; oi != NULL; oi = oi->oi_next) { in emitobjs()
109 struct objects *allobjects; /* list of all kernel object and library files */ variable