Lines Matching refs:shndx
62 GElf_Addr value, Elf *symelf, GElf_Word shndx) in same_section() argument
65 if (shndx >= SHN_LORESERVE) in same_section()
105 return shndx == state->addr_shndx && state->addr_symelf == symelf; in same_section()
129 const char *name, GElf_Word shndx, in try_sym_value() argument
150 state->closest_shndx = shndx; in try_sym_value()
158 shndx)) in try_sym_value()
166 state->sizeless_shndx = shndx; in try_sym_value()
186 state->closest_shndx = shndx; in try_sym_value()
201 GElf_Word shndx; in search_table() local
205 &shndx, &elf, NULL, in search_table()
215 try_sym_value (state, value, &sym, name, shndx, elf, resolved); in search_table()
226 try_sym_value (state, adjusted_st_value, &sym, name, shndx, in search_table()