Home
last modified time | relevance | path

Searched refs:grpref (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/src/
Dstrip.c648 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
654 if (grpref[inner] < shnum) in handle_elf()
655 shdr_info[grpref[inner]].group_idx = cnt; in handle_elf()
660 if (inner == 1 || (inner == 2 && (grpref[0] & GRP_COMDAT) == 0)) in handle_elf()
766 Elf32_Word *grpref; in handle_elf() local
767 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
771 if (shdr_info[grpref[in]].idx != 0) in handle_elf()
1158 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1162 grpref[inner] = shdr_info[grpref[inner]].idx; in handle_elf()
Dldgeneric.c802 Elf32_Word *grpref; in find_section_group() local
815 grpref = (Elf32_Word *) data->d_buf; in find_section_group()
820 if (grpref[--cnt] == shndx) in find_section_group()
848 Elf32_Word *grpref; in mark_section_group() local
867 grpref = (Elf32_Word *) data->d_buf; in mark_section_group()
871 Elf32_Word idx = grpref[--cnt]; in mark_section_group()
Dreadelf.c1395 Elf32_Word *grpref = (Elf32_Word *) data->d_buf; in handle_scngrp() local
1400 printf ((grpref[0] & GRP_COMDAT) in handle_scngrp()
1420 GElf_Shdr *grpshdr = gelf_getshdr (elf_getscn (ebl->elf, grpref[cnt]), in handle_scngrp()
1425 grpref[cnt], in handle_scngrp()