Home | History | Annotate | Download | only in src

Lines Matching refs:xndx

1536 	  Elf32_Word xndx;
1539 &symmem, &xndx);
1567 ? xndx : sym->st_shndx),
1581 ? xndx : sym->st_shndx));
1667 Elf32_Word xndx;
1670 &symmem, &xndx);
1701 ? xndx : sym->st_shndx),
1715 ? xndx : sym->st_shndx));
1841 Elf32_Word xndx;
1843 GElf_Sym *sym = gelf_getsymshndx (data, xndx_data, cnt, &sym_mem, &xndx);
1850 xndx = sym->st_shndx;
1863 ebl_section_name (ebl, sym->st_shndx, xndx, scnbuf,
1876 bool check_def = xndx != SHN_UNDEF;
1878 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX)
1882 gelf_getshdr (elf_getscn (ebl->elf, xndx), &symshdr_mem);