Home
last modified time | relevance | path

Searched refs:offsetT (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-12.1/contrib/binutils/gas/
H A Dfrags.h49 offsetT fr_fix;
52 offsetT fr_var;
54 offsetT fr_offset;
140 offsetT offset,
148 offsetT offset,
H A Das.h247 typedef bfd_signed_vma offsetT; typedef
370 offsetT rlx_forward;
372 offsetT rlx_backward;
532 void as_warn_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned);
533 void as_bad_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned);
H A Dmessages.c447 offsetT val, in as_internal_value_out_of_range()
448 offsetT min, in as_internal_value_out_of_range()
449 offsetT max, in as_internal_value_out_of_range()
519 offsetT value, in as_warn_value_out_of_range()
520 offsetT min, in as_warn_value_out_of_range()
521 offsetT max, in as_warn_value_out_of_range()
530 offsetT value, in as_bad_value_out_of_range()
531 offsetT min, in as_bad_value_out_of_range()
532 offsetT max, in as_bad_value_out_of_range()
H A Ddw2gencfi.c61 offsetT offset;
70 offsetT i;
123 offsetT cfa_offset;
131 offsetT cur_cfa_offset;
459 static offsetT
468 offsetT offset; in dot_cfi()
630 offsetT encoding; in dot_cfi_personality()
700 offsetT encoding; in dot_cfi_lsda()
856 out_sleb128 (offsetT value) in out_sleb128()
864 offsetT offset; in output_cfi_insn()
[all …]
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 Dexpr.c149 expr_build_uconstant (offsetT value) in expr_build_uconstant()
1772 offsetT v = right.X_add_number; in expr()
1801 resultP->X_add_number == v ? ~ (offsetT) 0 : 0; in expr()
1805 resultP->X_add_number != v ? ~ (offsetT) 0 : 0; in expr()
1809 resultP->X_add_number < v ? ~ (offsetT) 0 : 0; in expr()
2085 left = (offsetT) left / (offsetT) right; in resolve_expression()
2090 left = (offsetT) left % (offsetT) right; in resolve_expression()
2110 left = (offsetT) left < (offsetT) right ? ~ (valueT) 0 : 0; in resolve_expression()
2113 left = (offsetT) left <= (offsetT) right ? ~ (valueT) 0 : 0; in resolve_expression()
2116 left = (offsetT) left >= (offsetT) right ? ~ (valueT) 0 : 0; in resolve_expression()
[all …]
H A Dfrags.c205 symbolS *symbol, offsetT offset, char *opcode) in frag_var()
237 relax_substateT subtype, symbolS *symbol, offsetT offset, in frag_variant()
305 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align()
324 (symbolS *) 0, (offsetT) alignment, (char *) 0); in frag_align_pattern()
355 (offsetT) alignment, (char *) 0); in frag_align_code()
H A Dsymbols.h40 char * symbol_relc_make_value (offsetT);
135 offsetT addnum;
176 extern offsetT *symbol_X_add_number (symbolS *);
H A Dexpr.h122 offsetT X_add_number;
177 extern symbolS *expr_build_uconstant (offsetT);
H A Dwrite.c230 offsetT offset, /* X_add_number. */ in fix_new()
252 offsetT off = 0; in fix_new_exp()
1154 offsetT loc; in write_relocs()
1277 offsetT count; in write_contents()
1870 offsetT growth; in relax_frag()
1871 offsetT aim; in relax_frag()
2083 offsetT stretch; in relax_segment()
2136 offsetT growth = 0; in relax_segment()
2138 offsetT offset; in relax_segment()
2345 offsetT amount; in relax_segment()
[all …]
H A Dread.h105 extern offsetT get_absolute_expression (void);
138 extern offsetT parse_align (int);
H A Dread.c451 static offsetT
464 offsetT
1285 offsetT fill = 0; in s_align()
1425 offsetT temp, size; in s_comm_internal()
1538 offsetT align; in s_mri_common()
1887 offsetT temp; in s_fail()
1955 (offsetT) rep_exp.X_add_number, in s_fill()
2314 offsetT
3150 offsetT i; in s_space()
3246 offsetT count; in s_float_space()
[all …]
H A Ddwarf2dbg.c202 static offsetT get_frag_fix (fragS *, segT);
533 offsetT num; in dwarf2_directive_file()
571 offsetT filenum, line; in dwarf2_directive_loc()
622 offsetT value; in dwarf2_directive_loc()
685 offsetT value = get_absolute_expression (); in dwarf2_directive_loc_mark_labels()
775 static offsetT
904 assert ((offsetT) addr_delta >= 0); in emit_inc_line_addr()
1065 offsetT addr_delta; in dwarf2dbg_estimate_size_before_relax()
1098 offsetT addr_diff; in dwarf2dbg_convert_frag()
H A Dcgen.h78 symbolS *, offsetT);
H A Dsymbols.c290 (offsetT) 0, in colon()
1097 offsetT left, right; in resolve_symbol_value()
1376 ? ~ (offsetT) 0 : 0); in resolve_symbol_value()
1380 case O_lt: left = left < right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1381 case O_le: left = left <= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1382 case O_ge: left = left >= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1383 case O_gt: left = left > right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1931 s->sy_value.X_add_number = (offsetT) val; in S_SET_VALUE()
2376 offsetT *
2380 return (offsetT *) &((struct local_symbol *) s)->lsy_value; in symbol_X_add_number()
[all …]
H A Dwrite.h178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
H A Dehopt.c451 offsetT diff; in eh_frame_estimate_size_before_relax()
492 offsetT diff; in eh_frame_convert_frag()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-alpha.c163 (((offsetT) (x) >> 15) == 0 || ((offsetT) (x) >> 15) == -1)
165 (((offsetT) (x) >> 31) == 0 || ((offsetT) (x) >> 31) == -1)
167 #define range_signed_16(x) ((offsetT) (x) >= -(offsetT) 0x8000 && \
168 (offsetT) (x) <= (offsetT) 0x7FFF)
169 #define range_signed_32(x) ((offsetT) (x) >= -(offsetT) 0x80000000 && \
170 (offsetT) (x) <= (offsetT) 0x7FFFFFFF)
1192 offsetT lit; in load_expression()
1271 offsetT link; in load_expression()
1360 offsetT lit; in load_expression()
1803 offsetT val, in insert_operand()
[all …]
H A Dtc-arc.c263 offsetT val, in arc_insert_operand()
270 offsetT test; in arc_insert_operand()
291 if (test < (offsetT) min || test > (offsetT) max) in arc_insert_operand()
292 as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line); in arc_insert_operand()
930 (offsetT) size, (char *) 0); in arc_common()
1167 expressionP->X_add_number = (offsetT) &ext_oper->operand; in md_operand()
1179 expressionP->X_add_number = (offsetT) &arc_reg_names[i]; in md_operand()
1307 insn = arc_insert_operand (insn, operand, -1, NULL, (offsetT) value, in md_apply_fix()
H A Dtc-i386.c918 || (-((offsetT) 1 << 31) & num) == -((offsetT) 1 << 31)); in fits_in_signed_long()
958 static offsetT
3752 offsetT off; in output_branch()
3956 offsetT insn_start_off; in output_insn()
4146 offsetT val; in output_disp()
4199 offsetT add; in output_disp()
4247 offsetT val; in output_imm()
4327 offsetT add; in output_imm()
4686 offsetT val; in i386_scale()
5556 offsetT offset;
[all …]
H A Dtc-sparc.c1042 if (sizeof (offsetT) > 4
1049 if (sizeof (offsetT) > 4
1109 if (sizeof (offsetT) > 4
3058 offsetT val = * (offsetT *) valP;
3318 || val <= -(offsetT) 0x20008)
3329 || val <= -(offsetT) 0x100008)
3410 val ^= ~(offsetT) 0;
3863 (offsetT) size, (char *) 0);
3891 offsetT temp, size;
4001 (offsetT) size, (char *) 0);
[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) value >> 1, 2);
2193 md_number_to_chars (where, (offsetT) value >> 1, 4);
H A Dtc-ppc.c1490 offsetT val, in ppc_insert_operand()
1815 offsetT size; in ppc_elf_lcomm()
1817 offsetT align; in ppc_elf_lcomm()
3003 offsetT size; in ppc_comm()
3004 offsetT align; in ppc_comm()
3094 offsetT def_size; in ppc_comm()
3155 offsetT align; in ppc_csect()
4407 offsetT temp; in ppc_pe_comm()
4409 offsetT align; in ppc_pe_comm()
6053 if ((offsetT) value < -0x40000000 in md_apply_fix()
[all …]
H A Dtc-spu.c781 (offsetT) 0, in md_create_short_jump()
803 (offsetT) 0, in md_create_long_jump()
1005 if (hi > lo && ((offsetT) val < lo || (offsetT) val > hi)) in md_apply_fix()
H A Dtc-mep.h87 extern void mep_prepare_relax_scan (fragS *, offsetT *, relax_substateT);

12