Home
last modified time | relevance | path

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

/external/elfutils/src/
Dobjdump.c522 GElf_Shdr *xndxshdr; in show_relocs() local
524 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()
Dnm.c1566 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in handle_elf() local
1568 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()
Dstrip.c399 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in get_xndxdata() local
401 if (xndxshdr != NULL in get_xndxdata()
402 && xndxshdr->sh_type == SHT_SYMTAB_SHNDX in get_xndxdata()
403 && xndxshdr->sh_link == scnndx) in get_xndxdata()
Delflint.c638 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in check_symtab() local
639 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()