Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp110 const lldb::offset_t next_offset = GetNextOffset(); in extract() local
111 assert(next_offset != DW_INVALID_OFFSET); in extract()
114 while (*offset_ptr < next_offset) { in extract()
H A DDWARFDebugInfo.h31 const dw_offset_t next_offset,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c4322 HOST_WIDE_INT next_offset = int_bit_position (field); local
4324 = (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 …]
/openbsd-src/gnu/gcc/gcc/
H A Dvarasm.c4363 HOST_WIDE_INT next_offset = int_bit_position (field); in output_constructor() local
4365 = (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 …]
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c7404 int next_offset; in s390_emit_epilogue() local
7471 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()
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.sym23 # usual 'next_offset' field
/openbsd-src/sys/dev/pci/
H A Dif_bnxtreg.h30103 uint16_t next_offset; global() member
[all...]