Lines Matching defs:shndx
46 Elf32_Word shndx, GElf_Addr *value)
51 if (shndx == 0)
54 Elf_Scn *refscn = elf_getscn (elf, shndx);
73 name, shndx, refshdr,
117 int symndx, GElf_Sym *sym, GElf_Word *shndx)
183 symndx, sym, shndx) == NULL))
187 *shndx = sym->st_shndx;
201 *shndx, &sym->st_value);
212 GElf_Sym *sym, GElf_Word shndx)
275 ndx, sym, &shndx);
279 shndx = sym->st_shndx;
282 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
298 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */
313 shndx, &sym->st_value);
363 GElf_Word shndx;
365 symndx, &sym, &shndx);
369 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
372 error = resolve_symbol (mod, reloc_symtab, &sym, shndx);
374 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON))