Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:shndx

54 /* Adjust *VALUE to add the load address of the SHNDX section.
60 Elf32_Word shndx, GElf_Addr *value)
62 Elf_Scn *refscn = elf_getscn (elf, shndx);
81 name, shndx, refshdr,
123 int symndx, GElf_Sym *sym, GElf_Word *shndx)
180 symndx, sym, shndx) == NULL))
184 *shndx = sym->st_shndx;
186 switch (*shndx)
195 *shndx, &sym->st_value);
206 GElf_Sym *sym, GElf_Word shndx)
243 ndx, sym, &shndx);
247 shndx = sym->st_shndx;
250 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
266 if (shndx == SHN_ABS)
274 shndx, &sym->st_value);
329 GElf_Word shndx;
331 symndx, &sym, &shndx);
335 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
338 error = resolve_symbol (mod, reloc_symtab, &sym, shndx);