Lines Matching refs:grpref
1309 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1315 if (grpref[inner] < shnum) in handle_elf()
1316 shdr_info[grpref[inner]].group_idx = cnt; in handle_elf()
1321 if (inner == 1 || (inner == 2 && (grpref[0] & GRP_COMDAT) == 0)) in handle_elf()
1441 Elf32_Word *grpref; in handle_elf() local
1442 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1446 if (grpref[in] < shnum) in handle_elf()
1448 if (shdr_info[grpref[in]].idx != 0) in handle_elf()
1902 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1908 if (grpref[inner] < shnum) in handle_elf()
1909 grpref[inner] = shdr_info[grpref[inner]].idx; in handle_elf()