HomeSort by: relevance | last modified time | path
    Searched defs:untagged_base (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
targhooks.cc 2828 rtx untagged_base = expand_simple_binop (Pmode, AND, tagged_pointer, local
2831 gcc_assert (untagged_base);
2832 return untagged_base;
asan.cc 289 The range this object spans on the stack is between `untagged_base +
290 nearest_offset` and `untagged_base + farthest_offset`.
291 `tagged_base` is an rtx containing the same value as `untagged_base` but
292 with a random tag stored in the top byte. We record both `untagged_base`
301 rtx untagged_base; member in struct:hwasan_stack_var
4449 bounds `untagged_base + nearest_offset` and
4450 `untagged_base + farthest_offset`.
4455 We record the `untagged_base` since the functions in the hwasan library we
4458 hwasan_record_stack_var (rtx untagged_base, rtx tagged_base,
4462 cur_var.untagged_base = untagged_base
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc 2674 rtx untagged_base = expand_simple_binop (Pmode, AND, tagged_pointer, local
2677 gcc_assert (untagged_base);
2678 return untagged_base;
asan.cc 289 The range this object spans on the stack is between `untagged_base +
290 nearest_offset` and `untagged_base + farthest_offset`.
291 `tagged_base` is an rtx containing the same value as `untagged_base` but
292 with a random tag stored in the top byte. We record both `untagged_base`
301 rtx untagged_base; member in struct:hwasan_stack_var
4384 bounds `untagged_base + nearest_offset` and
4385 `untagged_base + farthest_offset`.
4390 We record the `untagged_base` since the functions in the hwasan library we
4393 hwasan_record_stack_var (rtx untagged_base, rtx tagged_base,
4397 cur_var.untagged_base = untagged_base
    [all...]

Completed in 23 milliseconds