Home
last modified time | relevance | path

Searched refs:x_size (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dm88k.h111 char x_size[4]; /* str/union/array size */ member
163 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
169 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
Dti.h428 char x_size[2]; /* str/union/array size */ member
480 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1))
484 ext->x_sym.x_misc.x_lnsz.x_size)
Dsparc.h97 char x_size[2]; /* str/union/array size */ member
Di960.h196 char x_size[2]; /* str/union/array size */ member
Dexternal.h204 char x_size[2]; /* str/union/array size */ member
Drs6k64.h145 char x_size[2]; /* str/union/array size */ member
Drs6000.h155 char x_size[2]; /* str/union/array size */ member
Dinternal.h563 unsigned short x_size; /* str/union/array size */ member
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c1104 int x_size = x & SIZE; in get_specific() local
1108 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific()
1109 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific()
1112 if (x_size != op_size) in get_specific()
1122 if (x_size == L_P) in get_specific()
1123 x_size = (Hmode ? L_32 : L_16); in get_specific()
1128 if (op_size != x_size) in get_specific()
1211 if (x_size == L_8) in get_specific()
1212 x_size = L_16; in get_specific()
1215 if (op_size != x_size) in get_specific()
[all …]
Dobj-coff.h205 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size)
216 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
/toolchain/binutils/binutils-2.25/bfd/
Dlibpei.h81 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
89 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
Dcoffswap.h54 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
473 in->x_sym.x_misc.x_lnsz.x_size = GET_LNSZ_SIZE (abfd, ext); in coff_swap_aux_in()
565 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext); in coff_swap_aux_out()
Dcoff64-rs6000.c425 in->x_sym.x_misc.x_lnsz.x_size in _bfd_xcoff64_swap_aux_in()
426 = H_GET_16 (abfd, ext->x_sym.x_fcnary.x_lnsz.x_size); in _bfd_xcoff64_swap_aux_in()
511 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_size, in _bfd_xcoff64_swap_aux_out()
512 ext->x_sym.x_fcnary.x_lnsz.x_size); in _bfd_xcoff64_swap_aux_out()
Dcoff-rs6000.c582 in->x_sym.x_misc.x_lnsz.x_size = in _bfd_xcoff_swap_aux_in()
583 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size); in _bfd_xcoff_swap_aux_in()
678 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_size, in _bfd_xcoff_swap_aux_out()
679 ext->x_sym.x_misc.x_lnsz.x_size); in _bfd_xcoff_swap_aux_out()
DpeXXigen.c360 in->x_sym.x_misc.x_lnsz.x_size = GET_LNSZ_SIZE (abfd, ext); in _bfd_XXi_swap_aux_in()
433 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext); in _bfd_XXi_swap_aux_out()
Dcoffgen.c2220 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_size, in coff_print_symbol()
/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.c216 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where()
389 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type()
414 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type()
Drdcoff.c443 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size; in parse_coff_struct_type()
478 pauxent->x_sym.x_misc.x_lnsz.x_size, in parse_coff_struct_type()