Lines Matching refs:grpref
1255 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1261 if (grpref[inner] < shnum) in handle_elf()
1262 shdr_info[grpref[inner]].group_idx = cnt; in handle_elf()
1267 if (inner == 1 || (inner == 2 && (grpref[0] & GRP_COMDAT) == 0)) in handle_elf()
1387 Elf32_Word *grpref; in handle_elf() local
1388 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1392 if (grpref[in] < shnum) in handle_elf()
1394 if (shdr_info[grpref[in]].idx != 0) in handle_elf()
1848 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() local
1854 if (grpref[inner] < shnum) in handle_elf()
1855 grpref[inner] = shdr_info[grpref[inner]].idx; in handle_elf()