Searched refs:prev_offset (Results 1 – 8 of 8) sorted by relevance
65 #define calculate_tls_offset(prev_offset, prev_size, size, align) \ argument66 roundup2((prev_offset) + (size), align)
30 int32_t prev_offset; /* Previous value of PA offset value */ member
125 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()
1261 HOST_WIDE_INT base_align_bias = 0, offset, prev_offset; in asan_emit_stack_protection() local1405 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()
1123 HOST_WIDE_INT prev_offset; in expand_stack_vars() local1126 && 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() local2247 && 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()
4260 bfd_vma prev_offset = 0; in coff_slurp_line_table() local4371 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()4373 prev_offset = sym->symbol.value; in coff_slurp_line_table()
4558 bfd_vma prev_offset = 0; in coff_slurp_line_table() local4652 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()4654 prev_offset = sym->symbol.value; in coff_slurp_line_table()
5856 unsigned int prev_offset = this->got_page_offset_start_; in add_page_entries() local5864 gold_assert(next_offset == prev_offset + size/8); in add_page_entries()5865 prev_offset = next_offset; in add_page_entries()