Searched refs:offsetT (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.h41 extern void cfi_add_CFA_offset (unsigned, offsetT);
42 extern void cfi_add_CFA_def_cfa (unsigned, offsetT);
45 extern void cfi_add_CFA_def_cfa_offset (offsetT);
H A Dfrags.h49 offsetT fr_fix;
52 offsetT fr_var;
54 offsetT fr_offset;
140 offsetT offset,
148 offsetT offset,
H A Das.h248 typedef bfd_signed_vma offsetT;
373 offsetT rlx_forward;
375 offsetT rlx_backward;
537 void as_warn_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned);
538 void as_bad_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned);
247 typedef bfd_signed_vma offsetT; typedef
H A Dexpr.h122 offsetT X_add_number;
177 extern symbolS *expr_build_uconstant (offsetT);
H A Dmessages.c447 offsetT val,
448 offsetT min,
449 offsetT max,
519 offsetT value,
520 offsetT min,
521 offsetT max,
530 offsetT value,
531 offsetT min,
532 offsetT max,
H A Dcgen.h78 symbolS *, offsetT);
H A Dfrags.c211 symbolS *symbol, offsetT offset, char *opcode)
244 relax_substateT subtype, symbolS *symbol, offsetT offset,
315 (symbolS *) 0, (offsetT) alignment, (char *) 0);
334 (symbolS *) 0, (offsetT) alignment, (char *) 0);
365 (offsetT) alignment, (char *) 0);
H A Ddw2gencfi.c61 offsetT offset;
70 offsetT i;
123 offsetT cfa_offset;
131 offsetT cur_cfa_offset;
222 cfi_add_CFA_insn_offset (int insn, offsetT offset)
241 cfi_add_CFA_insn_reg_offset (int insn, unsigned regno, offsetT offset)
267 cfi_add_CFA_offset (unsigned regno, offsetT offset)
283 cfi_add_CFA_def_cfa (unsigned regno, offsetT offset)
308 cfi_add_CFA_def_cfa_offset (offsetT offset)
461 static offsetT
[all...]
H A Dread.h105 extern offsetT get_absolute_expression (void);
138 extern offsetT parse_align (int);
H A Dexpr.c151 expr_build_uconstant (offsetT value)
1779 offsetT v = right.X_add_number;
1796 (offsetT) ((valueT) resultP->X_add_number >> (valueT) v);
1808 resultP->X_add_number == v ? ~ (offsetT) 0 : 0;
1812 resultP->X_add_number != v ? ~ (offsetT) 0 : 0;
1816 resultP->X_add_number < v ? ~ (offsetT) 0 : 0;
1820 resultP->X_add_number <= v ? ~ (offsetT) 0 : 0;
1824 resultP->X_add_number >= v ? ~ (offsetT) 0 : 0;
1828 resultP->X_add_number > v ? ~ (offsetT) 0 : 0;
2092 left = (offsetT) lef
[all...]
H A Dwrite.h178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
H A Dsymbols.h40 char * symbol_relc_make_value (offsetT);
135 offsetT addnum;
176 extern offsetT *symbol_X_add_number (symbolS *);
H A Dwrite.c143 offsetT offset, /* X_add_number. */
230 offsetT offset, /* X_add_number. */
252 offsetT off = 0;
474 || ((offsetT) (fragP->fr_next->fr_address - fragP->fr_address)
1154 offsetT loc;
1277 offsetT count;
1870 offsetT growth;
1871 offsetT aim;
2083 offsetT stretch;
2136 offsetT growt
[all...]
H A Ddwarf2dbg.c203 static offsetT get_frag_fix (fragS *, segT);
535 offsetT num;
573 offsetT filenum, line;
624 offsetT value;
687 offsetT value = get_absolute_expression ();
779 static offsetT
908 assert ((offsetT) addr_delta >= 0);
1069 offsetT addr_delta;
1102 offsetT addr_diff;
H A Dehopt.c451 offsetT diff;
492 offsetT diff;
H A Dread.c453 static offsetT
466 offsetT
1288 offsetT fill = 0;
1428 offsetT temp, size;
1459 size &= ((offsetT) 2 << (stdoutput->arch_info->bits_per_address - 1)) - 1;
1541 offsetT align;
1890 offsetT temp;
1958 (offsetT) rep_exp.X_add_number,
1984 (relax_substateT) 0, rep_sym, (offsetT) 0, (char *) 0);
2317 offsetT
[all...]
H A Dlisting.c588 while ((offsetT) octet_in_frag < frag_ptr->fr_fix
606 while (((offsetT) octet_in_frag
621 if ((offsetT) var_rep_idx >= frag_ptr->fr_fix + frag_ptr->fr_var)
H A Dsymbols.c292 (offsetT) 0,
1101 offsetT left, right;
1380 ? ~ (offsetT) 0 : 0);
1384 case O_lt: left = left < right ? ~ (offsetT) 0 : 0; break;
1385 case O_le: left = left <= right ? ~ (offsetT) 0 : 0; break;
1386 case O_ge: left = left >= right ? ~ (offsetT) 0 : 0; break;
1387 case O_gt: left = left > right ? ~ (offsetT) 0 : 0; break;
1935 s->sy_value.X_add_number = (offsetT) val;
2380 offsetT *
2384 return (offsetT *)
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.h87 extern void mep_prepare_relax_scan (fragS *, offsetT *, relax_substateT);
H A Dtc-alpha.c164 (((offsetT) (x) >> 15) == 0 || ((offsetT) (x) >> 15) == -1)
166 (((offsetT) (x) >> 31) == 0 || ((offsetT) (x) >> 31) == -1)
168 #define range_signed_16(x) ((offsetT) (x) >= -(offsetT) 0x8000 && \
169 (offsetT) (x) <= (offsetT) 0x7FFF)
170 #define range_signed_32(x) ((offsetT) (x) >= -(offsetT)
[all...]
H A Dtc-arc.c265 offsetT val,
272 offsetT test;
293 if (test < (offsetT) min || test > (offsetT) max)
294 as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line);
933 (offsetT) size, (char *) 0);
1172 expressionP->X_add_number = (offsetT) &ext_oper->operand;
1184 expressionP->X_add_number = (offsetT) &arc_reg_names[i];
1314 insn = arc_insert_operand (insn, operand, -1, NULL, (offsetT) valu
[all...]
H A Dtc-i386.c94 static void output_imm (fragS *, offsetT);
95 static void output_disp (fragS *, offsetT);
889 fits_in_signed_byte (offsetT num)
895 fits_in_unsigned_byte (offsetT num)
901 fits_in_unsigned_word (offsetT num)
907 fits_in_signed_word (offsetT num)
913 fits_in_signed_long (offsetT num ATTRIBUTE_UNUSED)
918 return (!(-((offsetT) 1 << 31) & num)
919 || (-((offsetT) 1 << 31) & num) == -((offsetT)
[all...]
H A Dtc-sparc.c35 unsigned, and would end up sign-extending them to form an offsetT,
1050 if (sizeof (offsetT) > 4
1052 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1057 if (sizeof (offsetT) > 4
1058 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1059 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
1117 if (sizeof (offsetT) > 4
1118 && (the_insn.exp.X_add_number < -(offsetT) U0x80000000
1119 || the_insn.exp.X_add_number > (offsetT) U0xffffffff))
3069 offsetT va
[all...]
H A Dtc-s390.c213 PARAMS ((unsigned char *, const struct s390_operand *, offsetT, char *,
553 offsetT val;
562 offsetT min, max;
564 max = ((offsetT) 1 << (operand->bits - 1)) - 1;
565 min = - ((offsetT) 1 << (operand->bits - 1));
600 min = (offsetT) 0;
615 as_bad_value_out_of_range (_("operand"), uval, (offsetT) min, (offsetT) max, file, line);
2032 (offsetT) value, fixP->fx_file, fixP->fx_line);
2162 md_number_to_chars (where, (offsetT) valu
[all...]
H A Dtc-ppc.c107 static void ppc_change_csect (symbolS *, offsetT);
1497 offsetT val,
1532 && (offsetT) (val - 0x80000000 - 0x80000000) >= min
1533 && (offsetT) (val - 0x80000000 - 0x80000000) <= max
1540 && (offsetT) (val + 0x80000000 + 0x80000000) >= min
1541 && (offsetT) (val + 0x80000000 + 0x80000000) <= max
1823 offsetT size;
1825 offsetT align;
3017 offsetT size;
3018 offsetT alig
[all...]

Completed in 309 milliseconds

12