Lines Matching full:new_fix
1226 fixS *new_fix;
1230 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type);
1232 new_fix = fix_new (frag, where, size, add_symbol, offset, pcrel, r_type);
1233 new_fix->tc_fix_data = (void *) hppa_fix;
1241 new_fix->fx_offset = unwind_bits;
1247 if (new_fix->fx_subsy
1248 && (strcmp (S_GET_NAME (new_fix->fx_subsy), "$global$") == 0
1249 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$segrel$") == 0
1250 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$PIC_pcrel$0") == 0
1251 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_gdidx$") == 0
1252 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_ldidx$") == 0
1253 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_dtpoff$") == 0
1254 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_ieoff$") == 0
1255 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_leoff$") == 0))
1256 new_fix->fx_subsy = NULL;
8620 struct fix *new_fix;
8622 new_fix = obj_elf_vtable_entry (0);
8624 if (new_fix)
8633 new_fix->tc_fix_data = (void *) hppa_fix;
8634 new_fix->fx_r_type = (int) R_PARISC_GNU_VTENTRY;
8641 struct fix *new_fix;
8643 new_fix = obj_elf_vtable_inherit (0);
8645 if (new_fix)
8654 new_fix->tc_fix_data = (void *) hppa_fix;
8655 new_fix->fx_r_type = (int) R_PARISC_GNU_VTINHERIT;