Lines Matching refs:grpref
673 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()
1220 grpref[inner] = shdr_info[grpref[inner]].idx; in handle_elf()