Home | History | Annotate | Download | only in libdwfl

Lines Matching full:shndx

62 	      GElf_Addr value, Elf *symelf, GElf_Word shndx)
65 if (shndx >= SHN_LORESERVE)
68 /* If value might not be st_value, the shndx of the symbol might
105 return shndx == state->addr_shndx && state->addr_symelf == symelf;
129 const char *name, GElf_Word shndx,
150 state->closest_shndx = shndx;
158 shndx))
166 state->sizeless_shndx = shndx;
186 state->closest_shndx = shndx;
201 GElf_Word shndx;
205 &shndx, &elf, NULL,
215 try_sym_value (state, value, &sym, name, shndx, elf, resolved);
226 try_sym_value (state, adjusted_st_value, &sym, name, shndx,