Searched refs:stack_p (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_stacktrace_map.c | 56 void *stack_p; in oncpu() local 66 stack_p = bpf_map_lookup_elem(&stack_amap, &key); in oncpu() 67 if (stack_p) in oncpu() 68 bpf_get_stack(ctx, stack_p, max_len, 0); in oncpu()
|
D | test_stacktrace_build_id.c | 56 void *stack_p; in oncpu() local 66 stack_p = bpf_map_lookup_elem(&stack_amap, &key); in oncpu() 67 if (stack_p) in oncpu() 68 bpf_get_stack(args, stack_p, max_len, in oncpu()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-big-endian-varargs.ll | 46 %stack_p = getelementptr inbounds %struct.__va_list, %struct.__va_list* %vl, i64 0, i32 0 47 %stack = load i8*, i8** %stack_p, align 8 49 store i8* %new_stack, i8** %stack_p, align 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-big-endian-varargs.ll | 46 %stack_p = getelementptr inbounds %struct.__va_list, %struct.__va_list* %vl, i64 0, i32 0 47 %stack = load i8*, i8** %stack_p, align 8 49 store i8* %new_stack, i8** %stack_p, align 8
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 4879 Address stack_p = CGF.Builder.CreateStructGEP(VAListAddr, 0, in EmitAAPCSVAArg() local 4881 llvm::Value *OnStackPtr = CGF.Builder.CreateLoad(stack_p, "stack"); in EmitAAPCSVAArg() 4915 CGF.Builder.CreateStore(NewStack, stack_p); in EmitAAPCSVAArg()
|