Searched refs:xndxshdr (Results 1 – 4 of 4) sorted by relevance
522 GElf_Shdr *xndxshdr; in show_relocs() local524 xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in show_relocs()525 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in show_relocs()526 && xndxshdr->sh_link == elf_ndxscn (symscn)) in show_relocs()
1566 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in handle_elf() local1568 if (xndxshdr == NULL) in handle_elf()1571 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in handle_elf()1572 && xndxshdr->sh_link == scnndx) in handle_elf()
399 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in get_xndxdata() local401 if (xndxshdr != NULL in get_xndxdata()402 && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in get_xndxdata()403 && xndxshdr->sh_link == scnndx) in get_xndxdata()
638 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in check_symtab() local639 if (xndxshdr == NULL) in check_symtab()642 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX in check_symtab()643 && xndxshdr->sh_link == (GElf_Word) idx) in check_symtab()