Lines Matching refs:shndx
47 inline bool same_section (GElf_Addr value, Elf *symelf, GElf_Word shndx) in __libdwfl_addrsym()
50 if (shndx >= SHN_LORESERVE) in __libdwfl_addrsym()
89 return shndx == addr_shndx && addr_symelf == symelf; in __libdwfl_addrsym()
111 const char *name, GElf_Word shndx, in __libdwfl_addrsym()
148 closest_shndx = shndx; in __libdwfl_addrsym()
155 resolved ? mod->main.elf : elf, shndx)) in __libdwfl_addrsym()
163 sizeless_shndx = shndx; in __libdwfl_addrsym()
183 closest_shndx = shndx; in __libdwfl_addrsym()
197 GElf_Word shndx; in __libdwfl_addrsym() local
201 &shndx, &elf, NULL, in __libdwfl_addrsym()
210 try_sym_value (value, &sym, name, shndx, elf, resolved); in __libdwfl_addrsym()
220 try_sym_value (adjusted_st_value, &sym, name, shndx, in __libdwfl_addrsym()