Home | History | Annotate | Download | only in libdwfl

Lines Matching full:shndx

33 /* Adjust *VALUE to add the load address of the SHNDX section.
39 Elf32_Word shndx, GElf_Addr *value)
44 if (shndx == 0)
47 Elf_Scn *refscn = elf_getscn (elf, shndx);
66 name, shndx, refshdr,
110 int symndx, GElf_Sym *sym, GElf_Word *shndx)
176 symndx, sym, shndx) == NULL))
180 *shndx = sym->st_shndx;
194 *shndx, &sym->st_value);
205 GElf_Sym *sym, GElf_Word shndx)
268 ndx, sym, &shndx);
272 shndx = sym->st_shndx;
275 if (shndx == SHN_UNDEF || shndx == SHN_COMMON
291 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */
306 shndx, &sym->st_value);
355 GElf_Word shndx;
357 symndx, &sym, &shndx);
361 if (shndx == SHN_UNDEF || shndx == SHN_COMMON)
364 error = resolve_symbol (mod, reloc_symtab, &sym, shndx);
366 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON))