OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__stack_chk_fail
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/arch-x86/bionic/
__stack_chk_fail_local.h
32
__stack_chk_fail
routine is runtime part of stack protector compiler
39
__stack_chk_fail_local is wrapper for
__stack_chk_fail
. Compiler generates
48
For x86_64 or non-PIC code compiler always generates
__stack_chk_fail
calls.
52
extern void
__stack_chk_fail
();
55
__stack_chk_fail
();
/development/ndk/platforms/android-9/arch-x86/src/
__stack_chk_fail_local.h
31
__stack_chk_fail
routine is runtime part of stack protector compiler
38
__stack_chk_fail_local is wrapper for
__stack_chk_fail
. Compiler generates
47
For x86_64 or non-PIC code compiler always generates
__stack_chk_fail
calls.
52
extern void
__stack_chk_fail
();
57
__stack_chk_fail
();
/bionic/libc/bionic/
__stack_chk_fail.cpp
34
void
__stack_chk_fail
() {
function
/bionic/libc/private/
bionic_ssp.h
41
extern void
__stack_chk_fail
();
/bionic/libc/
Android.mk
581
LOCAL_SRC_FILES := bionic/
__stack_chk_fail
.cpp
[
all
...]
Completed in 106 milliseconds