| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | stringpool.cc | 419 section_offset_type this_offset; in set_string_offsets() local 421 this_offset = 0; in set_string_offsets() 429 this_offset = (last_offset in set_string_offsets() 434 this_offset = align_address(offset, this->addralign_); in set_string_offsets() 435 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets() 437 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets() 438 last_offset = this_offset; in set_string_offsets()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | stringpool.cc | 419 section_offset_type this_offset; in set_string_offsets() local 421 this_offset = 0; in set_string_offsets() 429 this_offset = (last_offset in set_string_offsets() 434 this_offset = align_address(offset, this->addralign_); in set_string_offsets() 435 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets() 437 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets() 438 last_offset = this_offset; in set_string_offsets()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-dfa.c | 428 tree this_offset = component_ref_field_offset (exp); in get_ref_base_and_extent() local 430 if (this_offset && poly_int_tree_p (this_offset)) in get_ref_base_and_extent() 432 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in get_ref_base_and_extent() 742 tree this_offset = component_ref_field_offset (exp); in get_addr_base_and_unit_offset_1() local 745 if (!this_offset in get_addr_base_and_unit_offset_1() 746 || !poly_int_tree_p (this_offset, &hthis_offset) in get_addr_base_and_unit_offset_1()
|
| H A D | tree-ssa-sccvn.c | 791 tree this_offset = component_ref_field_offset (ref); in copy_reference_ops_from_ref() local 792 if (this_offset in copy_reference_ops_from_ref() 793 && poly_int_tree_p (this_offset)) in copy_reference_ops_from_ref() 799 = (wi::to_poly_offset (this_offset) in copy_reference_ops_from_ref() 1011 tree this_offset = DECL_FIELD_OFFSET (field); in ao_ref_init_from_vn_reference() local 1013 if (op->op1 || !poly_int_tree_p (this_offset)) in ao_ref_init_from_vn_reference() 1017 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in ao_ref_init_from_vn_reference()
|
| H A D | ipa-devirt.c | 2746 unsigned HOST_WIDE_INT this_offset; 2750 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset)) 2753 if (offset == this_offset
|
| H A D | var-tracking.c | 9626 HOST_WIDE_INT this_offset; in vt_get_decl_and_offset() local 9627 if (!track_offset_p (REG_OFFSET (reg), &this_offset)) in vt_get_decl_and_offset() 9629 offset = MIN (offset, this_offset); in vt_get_decl_and_offset()
|
| H A D | expr.c | 7261 tree this_offset = component_ref_field_offset (exp); in get_inner_reference() local 7266 if (this_offset == 0) in get_inner_reference() 7269 offset = size_binop (PLUS_EXPR, offset, this_offset); in get_inner_reference()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-dfa.c | 760 tree this_offset = component_ref_field_offset (exp); in get_ref_base_and_extent() local 762 if (this_offset && TREE_CODE (this_offset) == INTEGER_CST) in get_ref_base_and_extent() 764 double_int doffset = tree_to_double_int (this_offset); in get_ref_base_and_extent()
|
| H A D | tree-flow-inline.h | 1250 tree this_offset = component_ref_field_offset (exp); in get_addr_base_and_unit_offset_1() local 1253 if (!this_offset in get_addr_base_and_unit_offset_1() 1254 || TREE_CODE (this_offset) != INTEGER_CST in get_addr_base_and_unit_offset_1() 1259 hthis_offset = TREE_INT_CST_LOW (this_offset); in get_addr_base_and_unit_offset_1()
|
| H A D | tree-ssa-sccvn.c | 654 tree this_offset = component_ref_field_offset (ref); in copy_reference_ops_from_ref() local 655 if (this_offset in copy_reference_ops_from_ref() 656 && TREE_CODE (this_offset) == INTEGER_CST) in copy_reference_ops_from_ref() 662 = double_int_add (tree_to_double_int (this_offset), in copy_reference_ops_from_ref()
|
| H A D | expr.c | 6601 tree this_offset = component_ref_field_offset (exp); in get_inner_reference() local 6606 if (this_offset == 0) in get_inner_reference() 6609 offset = size_binop (PLUS_EXPR, offset, this_offset); in get_inner_reference()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | gdbtypes.c | 2201 int this_offset; in is_unique_ancestor_worker() local 2205 this_offset = baseclass_offset (dclass, i, valaddr, embedded_offset, in is_unique_ancestor_worker() 2216 *offset = this_offset; in is_unique_ancestor_worker() 2219 else if (this_offset == *offset) in is_unique_ancestor_worker() 2229 embedded_offset + this_offset, in is_unique_ancestor_worker()
|
| H A D | valops.c | 2255 int this_offset; in search_struct_method() local 2285 this_offset = 0; in search_struct_method() 2292 this_offset = offset; in search_struct_method() 2296 this_offset, value_address (base_val), in search_struct_method()
|