Home
last modified time | relevance | path

Searched refs:bit_fixS (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ns32k.c121 bit_fixS *bit_fixP; /* Pointer at bit_fix struct. */
870 static bit_fixS *
879 bit_fixS *bit_fixP; in bit_fix_new()
881 bit_fixP = obstack_alloc (&notes, sizeof (bit_fixS)); in bit_fix_new()
1315 bit_fixS *bit_fixP, /* Pointer at struct of bit_fix's, ignored if in fix_new_ns32k()
1344 bit_fixS *bit_fixP, /* Pointer at struct of bit_fix's, ignored if in fix_new_ns32k_exp()
1523 md_number_to_field (char *buf, long val, bit_fixS *field_ptr) in md_number_to_field()
1617 bit_fixS *j; in convert_iif()
1810 (bit_fixS *) 0, 0, in convert_iif()
Dtc-dlx.c902 bit_fixS *bitP; in md_assemble()
935 bitP = malloc (sizeof (bit_fixS)); in md_assemble()
947 bitP = malloc (sizeof (bit_fixS)); in md_assemble()
958 bitP = malloc (sizeof (bit_fixS)); in md_assemble()
Dtc-i960.c611 fixP->fx_bit_fixP = (bit_fixS *) (size_t) numbits; in get_cdisp()
1725 bit_fixS *bfixP) /* Description of bit field to be fixed up. */ in md_number_to_field()
1965 fixP->fx_bit_fixP = (bit_fixS *) 24; /* Store size of bit field. */ in relax_cobr()
2003 fixP->fx_bit_fixP = (bit_fixS *) 13; /* Size of bit field. */ in md_convert_frag()
2309 fixP->fx_bit_fixP = (bit_fixS *) 1; in reloc_callj()
/toolchain/binutils/binutils-2.25/gas/
Dbit_fix.h45 typedef struct bit_fix bit_fixS; typedef
Dwrite.h100 bit_fixS *fx_bit_fixP;
DChangeLog-20042118 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
DChangeLog-92955512 (convert_iif): Make local variable j be pointer to bit_fixS, since