Lines Matching refs:LM2LP
406 p = LM2LP(lmp)->lp_hash + i; in aout_findsb()
410 sp = &LM2LP(lmp)->lp_symtab[p->fssymbno]; in aout_findsb()
411 cp = &LM2LP(lmp)->lp_symstr[sp->n_un.n_strx]; in aout_findsb()
427 } while ((p = &LM2LP(lmp)->lp_hash[p->next]) != NULL); in aout_findsb()
574 LM2LP(lmp)->lp_symbol_base = caddr; in aout_new_lmp()
576 LM2LP(lmp)->lp_plt = (struct jbind *)(&caddr[JMPOFF(ld)]); in aout_new_lmp()
577 LM2LP(lmp)->lp_rp = in aout_new_lmp()
581 LM2LP(lmp)->lp_hash = (struct fshash *)(&base[HASHOFF(ld)]); in aout_new_lmp()
583 LM2LP(lmp)->lp_symtab = (struct nlist *)(&base[SYMOFF(ld)]); in aout_new_lmp()
584 LM2LP(lmp)->lp_symstr = &base[STROFF(ld)]; in aout_new_lmp()
585 LM2LP(lmp)->lp_textbase = base; in aout_new_lmp()
586 LM2LP(lmp)->lp_refcnt++; in aout_new_lmp()
587 LM2LP(lmp)->lp_dlp = NULL; in aout_new_lmp()
625 cnt = ((int)LM2LP(lmp)->lp_symstr - (int)LM2LP(lmp)->lp_symtab) / in aout_dladdr()
627 sym = LM2LP(lmp)->lp_symtab; in aout_dladdr()
669 dlip->dli_sname = &LM2LP(lmp)->lp_symstr[_sym->n_un.n_strx]; in aout_dladdr()