Searched refs:thissize (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldwrite.c457 bfd_size_type thissize = 0; local
471 thissize = sec->size;
482 || (thissize + sec_size >= config.split_by_file))
530 sec_size = thissize;
537 sec_size += thissize;
/freebsd-9.3-release/contrib/gcc/
H A Ddefaults.h75 int thissize = _hide_thissize; \
79 for (i = 0; i < thissize; i++) \
94 if (i < thissize - 1 && ISDIGIT(p[i + 1])) \
H A Dvarasm.c1567 int thissize = size - pos;
1568 if (thissize > maximum)
1569 thissize = maximum;
1571 ASM_OUTPUT_ASCII (asm_out_file, p, thissize);
1573 pos += thissize;
1574 p += thissize;
4003 unsigned HOST_WIDE_INT thissize;
4064 thissize = int_size_in_bytes (TREE_TYPE (exp));
4102 MIN (size, thissize), align, 0))
4114 output_constant (TREE_REALPART (exp), thissize /
1559 int thissize = size - pos; local
3978 unsigned HOST_WIDE_INT thissize; local
4089 output_constant (TREE_REALPART (exp), thissize / 2, align); local
4090 output_constant (TREE_IMAGPART (exp), thissize / 2, local
4104 assemble_string (TREE_STRING_POINTER (exp), thissize); local
[all...]
H A Dexpmed.c992 unsigned HOST_WIDE_INT thissize;
1003 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD);
1004 thissize = MIN (thissize, unit - thispos);
1021 >> (bitsize - bitsdone - thissize))
1022 & (((HOST_WIDE_INT) 1 << thissize) - 1));
1027 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1037 & (((HOST_WIDE_INT) 1 << thissize) - 1));
1039 part = extract_fixed_bit_field (word_mode, value, 0, thissize,
1066 store_fixed_bit_field (word, offset * unit / BITS_PER_UNIT, thissize,
989 unsigned HOST_WIDE_INT thissize; local
2070 unsigned HOST_WIDE_INT thissize; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c1125 unsigned thissize = -1u;
1145 thissize = 64;
1157 thissize = 32;
1161 thissize = strtoul (ptr, &ptr, 10);
1163 if (thissize != 8 && thissize != 16 && thissize != 32
1164 && thissize != 64)
1166 as_bad (_("bad size %d in type specifier"), thissize);
1175 type->el[type->elems].size = thissize;
1123 unsigned thissize = -1u; local
13506 int result = FAIL, thissize, thisalign; local
[all...]

Completed in 142 milliseconds