Home
last modified time | relevance | path

Searched refs:__stack_chk_guard (Results 1 – 25 of 28) sorted by relevance

12

/external/musl/src/env/
D__stack_chk_fail.c5 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/
Dstackguard-internal.ll4 @__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
Dssp-guard-spill.ll4 ; __stack_chk_guard must be loaded for twice, once for setting up the canary,
/external/trusty/musl/src/env/
D__stack_chk_fail.c5 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/
Dstack_guard_remat.ll13 ; 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{{\]}}
Dstack-guard-remat-bitcast.ll3 @__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/
Dstackguard.ll1 ; __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/
Dstack_canary_linux.cc31 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/
Dstack_canary_linux.cc31 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/
Dasm_stack_protector.S29 adrp x1, __stack_chk_guard
30 str x0, [x1, #:lo12:__stack_chk_guard]
/external/arm-trusted-firmware/lib/stack_protector/aarch64/
Dasm_stack_protector.S29 adrp x1, __stack_chk_guard
30 str x0, [x1, #:lo12:__stack_chk_guard]
/external/llvm/test/CodeGen/MIR/X86/
Dexpected-stack-object.mir6 @__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)
Dframe-info-stack-references.mir7 @__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)
Dexternal-symbol-operands.mir6 @__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/
Dstack-protector.ll8 ; LINUX-32-NOT: __stack_chk_guard
9 ; LINUX-64-NOT: __stack_chk_guard
10 ; GENERIC: __stack_chk_guard
/external/llvm/test/CodeGen/PowerPC/
Dstack-protector.ll6 ; DARWIN32: __stack_chk_guard
7 ; DARWIN64: __stack_chk_guard
/external/llvm-libc/src/compiler/generic/
D__stack_chk_fail.cpp16 uintptr_t __stack_chk_guard = static_cast<uintptr_t>(0xa9fff01234); variable
/external/arm-trusted-firmware/lib/stack_protector/
Dstack_protector.c19 __stack_chk_guard = (u_register_t) 3288484550995823360ULL; variable
/external/trusty/arm-trusted-firmware/lib/stack_protector/
Dstack_protector.c19 __stack_chk_guard = (u_register_t) 3288484550995823360ULL; variable
/external/arm-trusted-firmware/lib/stack_protector/aarch32/
Dasm_stack_protector.S29 ldr r1, =__stack_chk_guard
/external/trusty/arm-trusted-firmware/lib/stack_protector/aarch32/
Dasm_stack_protector.S29 ldr r1, =__stack_chk_guard
/external/trusty/musl/
Ddynamic.list44 __stack_chk_guard;
/external/musl/
Ddynamic.list45 __stack_chk_guard;
/external/llvm/test/Transforms/SafeStack/X86/
Dssp.ll11 ; CHECK: %[[StackGuard:.*]] = load i8*, i8** @__stack_chk_guard
/external/llvm/test/Assembler/
Dauto_upgrade_intrinsics.ll79 @__stack_chk_guard = external global i8*
85 call void @llvm.stackprotectorcheck(i8** @__stack_chk_guard)

12