Home
last modified time | relevance | path

Searched defs:NO_STACK_PROTECTOR (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dcompiler_specific.h321 #define NO_STACK_PROTECTOR __attribute__((__no_stack_protector__)) macro
323 #define NO_STACK_PROTECTOR __attribute__((__optimize__("-fno-stack-protector"))) macro
326 #define NO_STACK_PROTECTOR macro
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.h29 #define NO_STACK_PROTECTOR __attribute__((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dmacros.h78 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro
/aosp_15_r20/art/libartbase/base/
H A Dmacros.h82 #define NO_STACK_PROTECTOR __attribute__ ((no_stack_protector)) macro