Searched refs:xndxshdr (Results 1 – 4 of 4) sorted by relevance
521 GElf_Shdr *xndxshdr; in show_relocs() local523 xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in show_relocs()524 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in show_relocs()525 && xndxshdr->sh_link == elf_ndxscn (symscn)) in show_relocs()
1598 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in handle_elf() local1600 if (xndxshdr == NULL) in handle_elf()1603 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in handle_elf()1604 && xndxshdr->sh_link == scnndx) in handle_elf()
396 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in get_xndxdata() local398 if (xndxshdr != NULL in get_xndxdata()399 && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in get_xndxdata()400 && xndxshdr->sh_link == scnndx) in get_xndxdata()
637 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in check_symtab() local638 if (xndxshdr == NULL) in check_symtab()641 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in check_symtab()642 && xndxshdr->sh_link == (GElf_Word) idx) in check_symtab()