Home
last modified time | relevance | path

Searched refs:prev_offset (Results 1 – 8 of 8) sorted by relevance

/dragonfly/libexec/rtld-elf/x86_64/
HDrtld_machdep.h65 #define calculate_tls_offset(prev_offset, prev_size, size, align) \ argument
66 roundup2((prev_offset) + (size), align)
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
HDar9285.h30 int32_t prev_offset; /* Previous value of PA offset value */ member
HDar9285_cal.c125 if ((!is_reset) && (AH9285(ah)->pacal_info.prev_offset == offset)) { in ar9285_hw_pa_cal()
133 AH9285(ah)->pacal_info.prev_offset = offset; in ar9285_hw_pa_cal()
/dragonfly/contrib/gcc-8.0/gcc/
HDasan.c1261 HOST_WIDE_INT base_align_bias = 0, offset, prev_offset; in asan_emit_stack_protection() local
1405 prev_offset = base_offset; in asan_emit_stack_protection()
1418 (aoff - prev_offset) in asan_emit_stack_protection()
1420 prev_offset = aoff; in asan_emit_stack_protection()
1437 (offset - prev_offset) in asan_emit_stack_protection()
1439 prev_offset = offset; in asan_emit_stack_protection()
1498 prev_offset = base_offset; in asan_emit_stack_protection()
1508 (last_offset - prev_offset) in asan_emit_stack_protection()
1510 prev_offset = last_offset; in asan_emit_stack_protection()
1544 (last_offset - prev_offset) in asan_emit_stack_protection()
HDcfgexpand.c1123 HOST_WIDE_INT prev_offset; in expand_stack_vars() local
1126 && frame_offset.is_constant (&prev_offset) in expand_stack_vars()
1129 prev_offset = align_base (prev_offset, in expand_stack_vars()
1138 data->asan_vec.safe_push (prev_offset); in expand_stack_vars()
2245 HOST_WIDE_INT prev_offset; in expand_used_vars() local
2247 && frame_offset.is_constant (&prev_offset)) in expand_used_vars()
2251 sz = data.asan_vec[0] - prev_offset; in expand_used_vars()
2261 data.asan_vec.safe_push (prev_offset); in expand_used_vars()
/dragonfly/contrib/binutils-2.34/bfd/
HDcoffcode.h4260 bfd_vma prev_offset = 0; in coff_slurp_line_table() local
4371 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()
4373 prev_offset = sym->symbol.value; in coff_slurp_line_table()
/dragonfly/contrib/binutils-2.27/bfd/
HDcoffcode.h4558 bfd_vma prev_offset = 0; in coff_slurp_line_table() local
4652 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()
4654 prev_offset = sym->symbol.value; in coff_slurp_line_table()
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc5856 unsigned int prev_offset = this->got_page_offset_start_; in add_page_entries() local
5864 gold_assert(next_offset == prev_offset + size/8); in add_page_entries()
5865 prev_offset = next_offset; in add_page_entries()