Searched refs:this_offset (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dstringpool.cc419 section_offset_type this_offset; local
421 this_offset = 0;
429 this_offset = (last_offset
434 this_offset = align_address(offset, this->addralign_);
435 offset = this_offset + ((*curr)->first.length + 1) * charsize;
437 this->key_to_offset_[(*curr)->second - 1] = this_offset;
438 last_offset = this_offset;
/haiku-buildtools/gcc/gcc/
H A Dtree-dfa.c458 tree this_offset = component_ref_field_offset (exp); local
460 if (this_offset && TREE_CODE (this_offset) == INTEGER_CST)
462 offset_int woffset = wi::lshift (wi::to_offset (this_offset),
720 tree this_offset = component_ref_field_offset (exp); local
723 if (!this_offset
724 || TREE_CODE (this_offset) != INTEGER_CST
729 hthis_offset = TREE_INT_CST_LOW (this_offset);
H A Dtree-ssa-sccvn.c866 tree this_offset = component_ref_field_offset (ref); local
867 if (this_offset
868 && TREE_CODE (this_offset) == INTEGER_CST)
874 = (wi::to_offset (this_offset)
H A Dipa-devirt.c2609 unsigned HOST_WIDE_INT this_offset; local
2613 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset))
2616 if (offset == this_offset
H A Dexpr.c6857 tree this_offset = component_ref_field_offset (exp);
6862 if (this_offset == 0)
6865 offset = size_binop (PLUS_EXPR, offset, this_offset);
6842 tree this_offset = component_ref_field_offset (exp); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-common.c1040 unsigned HOST_WIDE_INT this_offset; local
1050 this_offset = this_align - ((s->offset + offset) & (this_align - 1));
1051 if (this_offset & (max_align - 1))
1058 offset += this_offset;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c2418 tree this_offset;
2432 this_offset = ssize_binop (MINUS_EXPR, offset, base_offset);
2456 build_vtable_entry (this_offset, pfn),
2513 tree this_offset;
2528 this_offset = ssize_binop (MINUS_EXPR, offset, base_offset);
2530 if (! tree_int_cst_equal (this_offset, delta))
2552 build_vtable_entry (this_offset, pfn),
2415 tree this_offset; local
2510 tree this_offset; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c10906 HOST_WIDE_INT this_offset;
10919 this_offset = *offset - UNITS_PER_WORD * (nregs - 1);
10922 if (!UMIPS_12BIT_OFFSET_P (this_offset))
10932 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
10950 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD;
18180 HOST_WIDE_INT this_offset;
18195 mips_split_plus (XEXP (mem, 0), &this_base, &this_offset);
18201 if (!UMIPS_12BIT_OFFSET_P (this_offset))
18204 first_offset = this_offset;
18210 || this_offset !
10858 HOST_WIDE_INT this_offset; local
18104 HOST_WIDE_INT this_offset; local
[all...]

Completed in 307 milliseconds