/external/musl/src/env/ |
D | __stack_chk_fail.c | 5 uintptr_t __stack_chk_guard; variable 9 if (entropy) memcpy(&__stack_chk_guard, entropy, sizeof(uintptr_t)); in __init_ssp() 10 else __stack_chk_guard = (uintptr_t)&__stack_chk_guard * 1103515245; in __init_ssp() 18 ((char *)&__stack_chk_guard)[1] = 0; in __init_ssp() 21 __pthread_self()->canary = __stack_chk_guard; in __init_ssp()
|
/external/llvm/test/CodeGen/X86/ |
D | stackguard-internal.ll | 4 @__stack_chk_guard = internal global [8 x i64] zeroinitializer, align 16 11 ; CHECK: movq __stack_chk_guard(%rip), %rax 12 ; CHECK: movq __stack_chk_guard(%rip), %rax 13 ; CHECK: .type __stack_chk_guard,@object 14 ; CHECK: .local __stack_chk_guard 15 ; CHECK: .comm __stack_chk_guard,64,16
|
D | ssp-guard-spill.ll | 4 ; __stack_chk_guard must be loaded for twice, once for setting up the canary,
|
/external/trusty/musl/src/env/ |
D | __stack_chk_fail.c | 5 uintptr_t __stack_chk_guard; variable 9 if (entropy) memcpy(&__stack_chk_guard, entropy, sizeof(uintptr_t)); in __init_ssp() 10 else __stack_chk_guard = (uintptr_t)&__stack_chk_guard * 1103515245; in __init_ssp() 12 __pthread_self()->CANARY = __stack_chk_guard; in __init_ssp()
|
/external/llvm/test/CodeGen/AArch64/ |
D | stack_guard_remat.ll | 13 ; PIC-LINUX: adrp [[R0:x[0-9]+]], :got:__stack_chk_guard 14 ; PIC-LINUX: ldr [[R1:x[0-9]+]], {{\[}}[[R0]], :got_lo12:__stack_chk_guard{{\]}} 18 ; STATIC-LARGE: movz [[R0:x[0-9]+]], #:abs_g3:__stack_chk_guard 19 ; STATIC-LARGE: movk [[R0]], #:abs_g2_nc:__stack_chk_guard 20 ; STATIC-LARGE: movk [[R0]], #:abs_g1_nc:__stack_chk_guard 21 ; STATIC-LARGE: movk [[R0]], #:abs_g0_nc:__stack_chk_guard 25 ; STATIC-SMALL: adrp [[R0:x[0-9]+]], __stack_chk_guard 26 ; STATIC-SMALL: ldr {{x[0-9]+}}, {{\[}}[[R0]], :lo12:__stack_chk_guard{{\]}}
|
D | stack-guard-remat-bitcast.ll | 3 @__stack_chk_guard = external global i64* 22 %StackGuard = load i8*, i8** bitcast (i64** @__stack_chk_guard to i8**) 25 call void @llvm.stackprotectorcheck(i8** bitcast (i64** @__stack_chk_guard to i8**))
|
/external/llvm/test/Transforms/Internalize/ |
D | stackguard.ll | 1 ; __stack_chk_guard and __stack_chk_fail should not be internalized. 5 ; CHECK: @__stack_chk_guard = hidden global [8 x i64] zeroinitializer, align 16 6 @__stack_chk_guard = hidden global [8 x i64] zeroinitializer, align 16
|
/external/cronet/tot/base/ |
D | stack_canary_linux.cc | 31 extern uintptr_t __stack_chk_guard; 90 reinterpret_cast<uintptr_t>(&__stack_chk_guard), page_size); in ResetStackCanaryIfPossible() 93 __stack_chk_guard = canary; in ResetStackCanaryIfPossible()
|
/external/cronet/stable/base/ |
D | stack_canary_linux.cc | 31 extern uintptr_t __stack_chk_guard; 90 reinterpret_cast<uintptr_t>(&__stack_chk_guard), page_size); in ResetStackCanaryIfPossible() 93 __stack_chk_guard = canary; in ResetStackCanaryIfPossible()
|
/external/trusty/arm-trusted-firmware/lib/stack_protector/aarch64/ |
D | asm_stack_protector.S | 29 adrp x1, __stack_chk_guard 30 str x0, [x1, #:lo12:__stack_chk_guard]
|
/external/arm-trusted-firmware/lib/stack_protector/aarch64/ |
D | asm_stack_protector.S | 29 adrp x1, __stack_chk_guard 30 str x0, [x1, #:lo12:__stack_chk_guard]
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | expected-stack-object.mir | 6 @__stack_chk_guard = external global i8* 11 %StackGuard = load i8*, i8** @__stack_chk_guard 18 call void @llvm.stackprotectorcheck(i8** @__stack_chk_guard) 56 %rbx = LOAD_STACK_GUARD :: (invariant load 8 from %ir.__stack_chk_guard)
|
D | frame-info-stack-references.mir | 7 @__stack_chk_guard = external global i8* 12 %StackGuard = load i8*, i8** @__stack_chk_guard 19 call void @llvm.stackprotectorcheck(i8** @__stack_chk_guard) 60 %rbx = LOAD_STACK_GUARD :: (invariant load 8 from @__stack_chk_guard)
|
D | external-symbol-operands.mir | 6 @__stack_chk_guard = external global i8* 11 %StackGuard = load i8*, i8** @__stack_chk_guard 17 call void @llvm.stackprotectorcheck(i8** @__stack_chk_guard)
|
/external/llvm/test/CodeGen/SPARC/ |
D | stack-protector.ll | 8 ; LINUX-32-NOT: __stack_chk_guard 9 ; LINUX-64-NOT: __stack_chk_guard 10 ; GENERIC: __stack_chk_guard
|
/external/llvm/test/CodeGen/PowerPC/ |
D | stack-protector.ll | 6 ; DARWIN32: __stack_chk_guard 7 ; DARWIN64: __stack_chk_guard
|
/external/llvm-libc/src/compiler/generic/ |
D | __stack_chk_fail.cpp | 16 uintptr_t __stack_chk_guard = static_cast<uintptr_t>(0xa9fff01234); variable
|
/external/arm-trusted-firmware/lib/stack_protector/ |
D | stack_protector.c | 19 __stack_chk_guard = (u_register_t) 3288484550995823360ULL; variable
|
/external/trusty/arm-trusted-firmware/lib/stack_protector/ |
D | stack_protector.c | 19 __stack_chk_guard = (u_register_t) 3288484550995823360ULL; variable
|
/external/arm-trusted-firmware/lib/stack_protector/aarch32/ |
D | asm_stack_protector.S | 29 ldr r1, =__stack_chk_guard
|
/external/trusty/arm-trusted-firmware/lib/stack_protector/aarch32/ |
D | asm_stack_protector.S | 29 ldr r1, =__stack_chk_guard
|
/external/trusty/musl/ |
D | dynamic.list | 44 __stack_chk_guard;
|
/external/musl/ |
D | dynamic.list | 45 __stack_chk_guard;
|
/external/llvm/test/Transforms/SafeStack/X86/ |
D | ssp.ll | 11 ; CHECK: %[[StackGuard:.*]] = load i8*, i8** @__stack_chk_guard
|
/external/llvm/test/Assembler/ |
D | auto_upgrade_intrinsics.ll | 79 @__stack_chk_guard = external global i8* 85 call void @llvm.stackprotectorcheck(i8** @__stack_chk_guard)
|