Lines Matching refs:osym
2174 GElf_Sym sym, osym; in sym_by_addr_binary() local
2183 osym.st_value = 0; in sym_by_addr_binary()
2197 (!found || sym.st_value > osym.st_value)) { in sym_by_addr_binary()
2198 osym = sym; in sym_by_addr_binary()
2218 sym = osym; in sym_by_addr_binary()
2225 (void) symtab_getsym(symtab, oid, &osym); in sym_by_addr_binary()
2226 } while (addr >= osym.st_value && in sym_by_addr_binary()
2227 addr < sym.st_value + osym.st_size && in sym_by_addr_binary()
2228 osym.st_value == sym.st_value); in sym_by_addr_binary()
2246 GElf_Sym osym, *osymp = NULL; in sym_by_addr_linear() local
2261 osym = sym; in sym_by_addr_linear()
2262 osymp = &osym; in sym_by_addr_linear()
2269 *symbolp = osym; in sym_by_addr_linear()