Lines Matching refs:xndx
667 Elf32_Word xndx;
668 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, 0, &sym_mem, &xndx);
692 if (xndxdata != NULL && xndx != 0)
700 sym = gelf_getsymshndx (data, xndxdata, cnt, &sym_mem, &xndx);
732 else if (xndx < SHN_LORESERVE)
736 xndx);
749 xndx = sym->st_shndx;
768 if (xndx == SHN_COMMON)
784 else if (xndx > 0 && xndx < shnum)
789 destshdr = gelf_getshdr (elf_getscn (ebl->elf, xndx), &destshdr_mem);
840 (int) xndx, section_name (ebl, xndx));
849 (int) xndx, section_name (ebl, xndx));
859 (int) xndx, section_name (ebl, xndx));
865 (int) xndx, section_name (ebl, xndx));
900 (int) xndx, section_name (ebl, xndx));
907 (int) xndx, section_name (ebl, xndx));
914 (int) xndx, section_name (ebl, xndx));
949 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, xndx),
952 if (destshdr == NULL && xndx == SHN_ABS)
981 const char *sname = ((destshdr == NULL || xndx == SHN_UNDEF)
987 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
991 idx, section_name (ebl, idx), xndx);
998 idx, section_name (ebl, idx), xndx, sname);
2001 Elf32_Word xndx = ((Elf32_Word *) data->d_buf)[cnt];
2003 if (xndx != 0)
2016 (uint32_t) xndx);