Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dm88k.h110 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)
Dti.h344 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)
Dsparc.h96 char x_size[2]; /* str/union/array size */ member
Dor32.h226 char x_size[2]; /* str/union/array size */ member
Di960.h195 char x_size[2]; /* str/union/array size */ member
Dexternal.h202 char x_size[2]; /* str/union/array size */ member
Drs6k64.h144 char x_size[2]; /* str/union/array size */ member
Drs6000.h144 char x_size[2]; /* str/union/array size */ member
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dm88k.h110 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)
Dti.h344 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)
Dsparc.h96 char x_size[2]; /* str/union/array size */ member
Dor32.h226 char x_size[2]; /* str/union/array size */ member
Di960.h195 char x_size[2]; /* str/union/array size */ member
Dexternal.h202 char x_size[2]; /* str/union/array size */ member
Drs6k64.h144 char x_size[2]; /* str/union/array size */ member
Drs6000.h144 char x_size[2]; /* str/union/array size */ member
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-h8300.c1070 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/
Dtc-h8300.c1052 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 …]
Dobj-coff.h218 #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/
Dlibpei.h80 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/
Dlibpei.h80 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/
Dcoffread.c1811 && 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/
Demacs.c129 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/
Dcoffgrok.c214 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/
Dcoffgrok.c214 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()

12