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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 2837 static char *stack_chk_guard = "__guard"; variable
2840 static char *stack_chk_guard = "__stack_chk_guard"; variable
2855 p->n_sp = lookup(stack_chk_guard, SNORMAL);
2866 q->n_sp = lookup(stack_chk_guard, SNORMAL);
2909 p->n_sp = lookup(stack_chk_guard, SNORMAL);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 2881 static char *stack_chk_guard = "__guard";
2884 static char *stack_chk_guard = "__stack_chk_guard"; variable
2899 p->n_sp = lookup(stack_chk_guard, SNORMAL);
2910 q->n_sp = lookup(stack_chk_guard, SNORMAL);
2954 p->n_sp = lookup(stack_chk_guard, SNORMAL);

Completed in 22 milliseconds