Home | History | Annotate | Download | only in src

Lines Matching refs:xndx

1614 	  Elf32_Word xndx;
1617 &symmem, &xndx);
1685 ? xndx : sym->st_shndx),
1699 ? xndx : sym->st_shndx));
1786 Elf32_Word xndx;
1789 &symmem, &xndx);
1861 ? xndx : sym->st_shndx),
1875 ? xndx : sym->st_shndx));
2001 Elf32_Word xndx;
2003 GElf_Sym *sym = gelf_getsymshndx (data, xndx_data, cnt, &sym_mem, &xndx);
2010 xndx = sym->st_shndx;
2023 ebl_section_name (ebl, sym->st_shndx, xndx, scnbuf,
2036 bool check_def = xndx != SHN_UNDEF;
2038 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX)
2042 gelf_getshdr (elf_getscn (ebl->elf, xndx), &symshdr_mem);