Lines Matching refs:pfnret

1107   int *pfnret;  in simple_object_elf_copy_lto_debug_sections()  local
1151 pfnret = XNEWVEC (int, shnum); in simple_object_elf_copy_lto_debug_sections()
1180 pfnret[i - 1] = ret == NULL ? -1 : 0; in simple_object_elf_copy_lto_debug_sections()
1183 && pfnret[i - 1] == 0) in simple_object_elf_copy_lto_debug_sections()
1199 pfnret[i - 1] = -1; in simple_object_elf_copy_lto_debug_sections()
1247 if (pfnret[sec - 1] == 0) in simple_object_elf_copy_lto_debug_sections()
1252 changed |= (pfnret[sh_link - 1] == -1 in simple_object_elf_copy_lto_debug_sections()
1253 || pfnret[i - 1] == -1); in simple_object_elf_copy_lto_debug_sections()
1254 pfnret[sh_link - 1] = 0; in simple_object_elf_copy_lto_debug_sections()
1255 pfnret[i - 1] = 0; in simple_object_elf_copy_lto_debug_sections()
1262 if (pfnret[sh_info - 1] == 0) in simple_object_elf_copy_lto_debug_sections()
1264 changed |= (pfnret[sh_link - 1] == -1 in simple_object_elf_copy_lto_debug_sections()
1265 || pfnret[i - 1] == -1); in simple_object_elf_copy_lto_debug_sections()
1266 pfnret[sh_link - 1] = 0; in simple_object_elf_copy_lto_debug_sections()
1267 pfnret[i - 1] = 0; in simple_object_elf_copy_lto_debug_sections()
1273 if (pfnret[i - 1] == 0) in simple_object_elf_copy_lto_debug_sections()
1275 changed |= pfnret[sh_link - 1] == -1; in simple_object_elf_copy_lto_debug_sections()
1276 pfnret[sh_link - 1] = 0; in simple_object_elf_copy_lto_debug_sections()
1289 if (pfnret[i - 1] == -1) in simple_object_elf_copy_lto_debug_sections()
1314 if (pfnret[i - 1]) in simple_object_elf_copy_lto_debug_sections()
1422 && pfnret[st_shndx - 1] == -1) in simple_object_elf_copy_lto_debug_sections()
1468 && pfnret[st_shndx - 1] == -1) in simple_object_elf_copy_lto_debug_sections()
1522 if (pfnret[shndx - 1] == -1) in simple_object_elf_copy_lto_debug_sections()
1581 XDELETEVEC (pfnret); in simple_object_elf_copy_lto_debug_sections()