Lines Matching refs:closest_sym
40 GElf_Sym *closest_sym;
148 || binding_value (state->closest_sym) < binding_value (sym))
152 *state->closest_sym = *sym;
181 && ((state->closest_sym->st_size > sym->st_size
182 && (binding_value (state->closest_sym)
184 || (state->closest_sym->st_size >= sym->st_size
185 && (binding_value (state->closest_sym)
188 *state->closest_sym = *sym;
256 .closest_sym = _closest_sym,
298 *state.closest_sym = state.sizeless_sym;
319 GElf_Sym *closest_sym, GElf_Word *shndxp)
322 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp,