Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprotector.c83 static HOST_WIDE_INT push_allocated_offset = 0; variable
140 push_frame_offset = push_allocated_offset = 0;
222 push_allocated_offset = BIGGEST_ALIGNMENT / BITS_PER_UNIT;
223 assign_stack_local (BLKmode, push_allocated_offset, -1);
225 sweep_string_variable (const0_rtx, -push_allocated_offset);
1953 return push_allocated_offset - push_frame_offset; in get_frame_free_size()
2020 push_frame_offset = push_allocated_offset;
2032 push_frame_offset = push_allocated_offset = 0;
2043 push_allocated_offset = starting_frame;
2055 if (push_frame_offset > push_allocated_offset)
[all …]