• Home
  • Raw
  • Download

Lines Matching refs:NOINLINE

15 NOINLINE void *malloc_fff(size_t size) {  in malloc_fff()
17 NOINLINE void *malloc_eee(size_t size) { in malloc_eee()
19 NOINLINE void *malloc_ddd(size_t size) { in malloc_ddd()
21 NOINLINE void *malloc_ccc(size_t size) { in malloc_ccc()
23 NOINLINE void *malloc_bbb(size_t size) { in malloc_bbb()
25 NOINLINE void *malloc_aaa(size_t size) { in malloc_aaa()
28 NOINLINE void free_ccc(void *p) { free(p); break_optimization(0);} in free_ccc()
29 NOINLINE void free_bbb(void *p) { free_ccc(p); break_optimization(0);} in free_bbb()
30 NOINLINE void free_aaa(void *p) { free_bbb(p); break_optimization(0);} in free_aaa()
33 NOINLINE void uaf_test(int size, int off) { in uaf_test()
462 NOINLINE void SizedStackTest() { in SizedStackTest()
511 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) {
521 NOINLINE static void Frame1(int frame, char *a, char *b) {
525 NOINLINE static void Frame2(int frame, char *a) {
529 NOINLINE static void Frame3(int frame) {
548 NOINLINE void LongJmpFunc1(jmp_buf buf) { in LongJmpFunc1()
559 NOINLINE void TouchStackFunc() { in TouchStackFunc()
577 NOINLINE void UnderscopeLongJmpFunc1(jmp_buf buf) { in UnderscopeLongJmpFunc1()
588 NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) { in SigLongJmpFunc1()
602 NOINLINE void BuiltinLongJmpFunc1(jmp_buf buf) { in BuiltinLongJmpFunc1()
648 NOINLINE void ThrowFunc() { in ThrowFunc()
813 NOINLINE static int LargeFunction(bool do_bad_access) { in LargeFunction()
953 NOINLINE static void UseThenFreeThenUse() { in UseThenFreeThenUse()
1054 NOINLINE static void FuncWithStack() { in FuncWithStack()
1108 NOINLINE static void StackReuseAndException() { in StackReuseAndException()