Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c673 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
679 if (grpref[inner] < shnum) in handle_elf()
680 shdr_info[grpref[inner]].group_idx = cnt; in handle_elf()
685 if (inner == 1 || (inner == 2 && (grpref[0] & GRP_COMDAT) == 0)) in handle_elf()
793 Elf32_Word *grpref; in handle_elf() local
794 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
798 if (grpref[in] < shnum) in handle_elf()
800 if (shdr_info[grpref[in]].idx != 0) in handle_elf()
1215 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1219 if (grpref[inner] < shnum) in handle_elf()
[all …]
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.c1473 Elf32_Word *grpref = (Elf32_Word *) data->d_buf; in handle_scngrp() local
1478 printf ((grpref[0] & GRP_COMDAT) in handle_scngrp()
1498 GElf_Shdr *grpshdr = gelf_getshdr (elf_getscn (ebl->elf, grpref[cnt]), in handle_scngrp()
1503 grpref[cnt], in handle_scngrp()