Searched defs:stack_guard (Results 1 – 6 of 6) sorted by relevance
22 const u32 stack_guard = 0xdeadbeef; in romstage_main() local
71 let mut stack_guard = [0u8; SIZE_OF_STACK_GUARD]; in rust_entry() localVariable
40 pub stack_guard: u64, field
91 let stack_guard = unsafe { bionic::TLS.stack_guard }; in check_stack_guard() localVariable
567 int (*stack_guard)(uint32_t, void *); member
2921 stack_guard(uint32_t depth, void *user_data) in stack_guard() function