Lines Matching defs:modules
44 mod_info_t modules;
215 * print a newline to separate out modules.
269 for (mi = &modules; mi; mi = mi->next)
362 for (mi = &modules; mi; mi = mi->next)
373 for (mi = &modules; mi; mi = mi->next) {
494 for (mi = &modules; mi; mi = mi->next) {
527 for (mi = &modules; mi; mi = mi->next) {
584 * Two modules overlap each other if they don't lie completely *outside*
598 /* probably a dlopen: the modules overlap each other */
629 "%s: unsupported version %d for modules\n",
636 * Scan the PROF_MODULES_T list and add modules to current list
637 * of modules, if they're not present already
640 newmodp = (ProfModule *)((caddr_t)modlp + modlp->modules);
649 if (does_overlap(newmodp, &modules) ||
662 * Check all modules (leave the first one, 'cos that
666 last = &modules;
882 get_aout_syms(sym_fn, &modules);