Searched refs:hold_cons_reloc (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-v850.c33 static bfd_reloc_code_real_type hold_cons_reloc = BFD_RELOC_UNUSED; variable
2406 hold_cons_reloc = v850_reloc_prefix (NULL);
2422 if (hold_cons_reloc == BFD_RELOC_UNUSED)
2425 hold_cons_reloc = BFD_RELOC_32;
2427 hold_cons_reloc = BFD_RELOC_16;
2429 hold_cons_reloc = BFD_RELOC_8;
2433 fix_new_exp (frag, where, size, exp, 0, hold_cons_reloc);
2435 fix_new (frag, where, size, NULL, 0, 0, hold_cons_reloc);
2437 hold_cons_reloc = BFD_RELOC_UNUSED;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-v850.c33 static bfd_reloc_code_real_type hold_cons_reloc = BFD_RELOC_UNUSED; variable
2449 hold_cons_reloc = v850_reloc_prefix (NULL);
2466 if (hold_cons_reloc == BFD_RELOC_UNUSED)
2469 hold_cons_reloc = BFD_RELOC_32;
2471 hold_cons_reloc = BFD_RELOC_16;
2473 hold_cons_reloc = BFD_RELOC_8;
2477 fix_new_exp (frag, where, size, exp, 0, hold_cons_reloc);
2479 fix_new (frag, where, size, NULL, 0, 0, hold_cons_reloc);
2481 hold_cons_reloc = BFD_RELOC_UNUSED;

Completed in 78 milliseconds