/toolchain/binutils/binutils-2.25/include/coff/ |
D | m88k.h | 111 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)
|
D | ti.h | 428 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)
|
D | sparc.h | 97 char x_size[2]; /* str/union/array size */ member
|
D | i960.h | 196 char x_size[2]; /* str/union/array size */ member
|
D | external.h | 204 char x_size[2]; /* str/union/array size */ member
|
D | rs6k64.h | 145 char x_size[2]; /* str/union/array size */ member
|
D | rs6000.h | 155 char x_size[2]; /* str/union/array size */ member
|
D | internal.h | 563 unsigned short x_size; /* str/union/array size */ member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 1104 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 …]
|
D | obj-coff.h | 205 #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/ |
D | libpei.h | 81 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)
|
D | coffswap.h | 54 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()
|
D | coff64-rs6000.c | 425 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()
|
D | coff-rs6000.c | 582 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()
|
D | peXXigen.c | 360 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()
|
D | coffgen.c | 2220 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_size, in coff_print_symbol()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | coffgrok.c | 216 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()
|
D | rdcoff.c | 443 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()
|