| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | m88k.h | 110 char x_size[4]; /* str/union/array size */ member 162 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| D | ti.h | 344 char x_size[2]; /* str/union/array size */ member 396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1)) 400 ext->x_sym.x_misc.x_lnsz.x_size)
|
| D | sparc.h | 96 char x_size[2]; /* str/union/array size */ member
|
| D | or32.h | 226 char x_size[2]; /* str/union/array size */ member
|
| D | i960.h | 195 char x_size[2]; /* str/union/array size */ member
|
| D | external.h | 202 char x_size[2]; /* str/union/array size */ member
|
| D | rs6k64.h | 144 char x_size[2]; /* str/union/array size */ member
|
| D | rs6000.h | 144 char x_size[2]; /* str/union/array size */ member
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | m88k.h | 110 char x_size[4]; /* str/union/array size */ member 162 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| D | ti.h | 344 char x_size[2]; /* str/union/array size */ member 396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1)) 400 ext->x_sym.x_misc.x_lnsz.x_size)
|
| D | sparc.h | 96 char x_size[2]; /* str/union/array size */ member
|
| D | or32.h | 226 char x_size[2]; /* str/union/array size */ member
|
| D | i960.h | 195 char x_size[2]; /* str/union/array size */ member
|
| D | external.h | 202 char x_size[2]; /* str/union/array size */ member
|
| D | rs6k64.h | 144 char x_size[2]; /* str/union/array size */ member
|
| D | rs6000.h | 144 char x_size[2]; /* str/union/array size */ member
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-h8300.c | 1070 int x_size = x & SIZE; in get_specific() local 1074 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() 1075 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific() 1078 if (x_size != op_size) in get_specific() 1088 if (x_size == L_P) in get_specific() 1089 x_size = (Hmode ? L_32 : L_16); in get_specific() 1094 if (op_size != x_size) in get_specific() 1177 if (x_size == L_8) in get_specific() 1178 x_size = L_16; in get_specific() 1181 if (op_size != x_size) in get_specific() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-h8300.c | 1052 int x_size = x & SIZE; in get_specific() local 1056 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() 1057 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific() 1060 if (x_size != op_size) in get_specific() 1070 if (x_size == L_P) in get_specific() 1071 x_size = (Hmode ? L_32 : L_16); in get_specific() 1076 if (op_size != x_size) in get_specific() 1159 if (x_size == L_8) in get_specific() 1160 x_size = L_16; in get_specific() 1163 if (op_size != x_size) in get_specific() [all …]
|
| D | obj-coff.h | 218 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size) 229 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | libpei.h | 80 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 88 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | libpei.h | 80 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 88 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | coffread.c | 1811 && aux->x_sym.x_misc.x_lnsz.x_size > TARGET_LONG_BIT) in decode_base_type() 1844 aux->x_sym.x_misc.x_lnsz.x_size, in decode_base_type() 1867 aux->x_sym.x_misc.x_lnsz.x_size, in decode_base_type() 1891 aux->x_sym.x_misc.x_lnsz.x_size, in decode_base_type() 1911 && aux->x_sym.x_misc.x_lnsz.x_size > TARGET_LONG_BIT) in decode_base_type() 1993 FIELD_BITSIZE (list->field) = sub_aux.x_sym.x_misc.x_lnsz.x_size; in coff_read_struct_type()
|
| /openbsd/src/bin/ksh/ |
| D | emacs.c | 129 static int x_size(int); 531 j += x_size((unsigned char)*cp++); in x_delete() 656 i = x_size(c); in x_bs() 666 size += x_size(*cp++); in x_size_str() 671 x_size(int c) in x_size() function 2158 i += x_size((unsigned char)*rcp); in x_lastcp()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | coffgrok.c | 214 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where() 387 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type() 412 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | coffgrok.c | 214 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where() 387 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type() 412 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type()
|