Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-toc-restore-recursive-call.s17 # CHECK-LABEL: 0000000000010290 <recursive_func>:
26 .global recursive_func
27 .type recursive_func, @function
28 recursive_func: label
32 .localentry recursive_func, .-recursive_func
42 bl recursive_func
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cpp34 void recursive_func(uintptr_t parent_frame_address) { in recursive_func() function
78 recursive_func((uintptr_t)__builtin_frame_address(0)); in recursive_func()
87 recursive_func((uintptr_t)__builtin_frame_address(0)); in ThreadFn()
112 recursive_func((uintptr_t)__builtin_frame_address(0)); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-sigbus.cpp17 void recursive_func(char *p) { in recursive_func() function
23 recursive_func(buf); in recursive_func()
62 recursive_func(0); in main()