Searched refs:next_offset (Results 1 – 7 of 7) sorted by relevance
110 const lldb::offset_t next_offset = GetNextOffset(); in extract() local111 assert(next_offset != DW_INVALID_OFFSET); in extract()114 while (*offset_ptr < next_offset) { in extract()
31 const dw_offset_t next_offset,
4322 HOST_WIDE_INT next_offset = int_bit_position (field); local4324 = (next_offset + tree_low_cst (DECL_SIZE (field), 1));4331 if (next_offset / BITS_PER_UNIT != total_bytes)4342 if (next_offset / BITS_PER_UNIT != total_bytes)4344 assemble_zeros (next_offset / BITS_PER_UNIT - total_bytes);4345 total_bytes = next_offset / BITS_PER_UNIT;4360 while (next_offset < end_offset)4365 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT;4366 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT;4379 this_time = MIN (end_offset - next_offset,[all …]
4363 HOST_WIDE_INT next_offset = int_bit_position (field); in output_constructor() local4365 = (next_offset + tree_low_cst (DECL_SIZE (field), 1)); in output_constructor()4372 if (next_offset / BITS_PER_UNIT != total_bytes) in output_constructor()4383 if (next_offset / BITS_PER_UNIT != total_bytes) in output_constructor()4385 gcc_assert (next_offset / BITS_PER_UNIT >= total_bytes); in output_constructor()4386 assemble_zeros (next_offset / BITS_PER_UNIT - total_bytes); in output_constructor()4387 total_bytes = next_offset / BITS_PER_UNIT; in output_constructor()4402 while (next_offset < end_offset) in output_constructor()4407 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor()4408 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT; in output_constructor()[all …]
7404 int next_offset; in s390_emit_epilogue() local7471 next_offset = cfun_frame_layout.f8_offset; in s390_emit_epilogue()7477 offset + next_offset, i); in s390_emit_epilogue()7478 next_offset += 8; in s390_emit_epilogue()7486 next_offset = cfun_frame_layout.f4_offset; in s390_emit_epilogue()7492 offset + next_offset, i); in s390_emit_epilogue()7493 next_offset += 8; in s390_emit_epilogue()7496 next_offset += 8; in s390_emit_epilogue()
23 # usual 'next_offset' field
30103 uint16_t next_offset; global() member [all...]