Home
last modified time | relevance | path

Searched refs:xndxshdr (Results 1 – 4 of 4) sorted by relevance

/third_party/elfutils/src/
Dobjdump.c521 GElf_Shdr *xndxshdr; in show_relocs() local
523 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()
Dnm.c1598 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in handle_elf() local
1600 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()
Dstrip.c396 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in get_xndxdata() local
398 if (xndxshdr != NULL in get_xndxdata()
399 && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in get_xndxdata()
400 && xndxshdr->sh_link == scnndx) in get_xndxdata()
Delflint.c637 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in check_symtab() local
638 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()