Lines Matching refs:osym
2578 GElf_Sym sym, osym; in sym_by_addr_binary() local
2587 osym.st_value = 0; in sym_by_addr_binary()
2601 (!found || sym.st_value > osym.st_value)) { in sym_by_addr_binary()
2602 osym = sym; in sym_by_addr_binary()
2622 sym = osym; in sym_by_addr_binary()
2629 (void) symtab_getsym(symtab, oid, &osym); in sym_by_addr_binary()
2630 } while (addr >= osym.st_value && in sym_by_addr_binary()
2631 addr < sym.st_value + osym.st_size && in sym_by_addr_binary()
2632 osym.st_value == sym.st_value); in sym_by_addr_binary()
2650 GElf_Sym osym, *osymp = NULL; in sym_by_addr_linear() local
2665 osym = sym; in sym_by_addr_linear()
2666 osymp = &osym; in sym_by_addr_linear()
2673 *symbolp = osym; in sym_by_addr_linear()