/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm/ |
H A D | exception.c | 35 u32 exception_stack[0x400] __attribute__((aligned(8))); variable 120 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
|
H A D | gdb.c | 65 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/ |
H A D | exception.c | 33 u64 exception_stack[2*KiB] __attribute__((aligned(16))); variable 34 u64 *exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack);
|
H A D | gdb.c | 96 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
|
/aosp_15_r20/external/coreboot/src/arch/arm/armv7/ |
H A D | exception.c | 8 uint8_t exception_stack[0x100] __aligned(8); variable 132 exception_stack_end = exception_stack + sizeof(exception_stack); in exception_init()
|
/aosp_15_r20/external/coreboot/src/arch/arm64/armv8/ |
H A D | exception.c | 11 uint8_t exception_stack[2*KiB] __attribute__((aligned(16))); variable 205 exception_init_asm(exception_stack + ARRAY_SIZE(exception_stack)); in exception_init()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/x86/ |
H A D | exception.c | 43 u8 exception_stack[0x400] __aligned(16); variable 218 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
|
H A D | gdb.c | 65 if (stack_pointer >= exception_stack && stack_pointer <= exception_stack_end) in gdb_arch_enter()
|
H A D | exception_asm_64.S | 200 lea exception_stack, %rax
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm/arch/ |
H A D | exception.h | 44 extern u32 exception_stack[];
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/ |
H A D | exception.h | 102 extern u8 exception_stack[];
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm64/arch/ |
H A D | exception.h | 120 extern u64 exception_stack[];
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/libstatslog_rust/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex31/out/ |
D | statslog.rs | 23466 pub r#exception_stack: &'a str, 23474 …stats_write(self.r#log_session_id, self.r#exception_stack, self.r#error_code, self.r#sub_error_cod… in stats_write() 23480 r#exception_stack: &str, in stats_write() 23491 let str = std::ffi::CString::new(r#exception_stack)?; in stats_write()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/statslog.rs/gen/ |
D | statslog.rs | 23466 pub r#exception_stack: &'a str, 23474 …stats_write(self.r#log_session_id, self.r#exception_stack, self.r#error_code, self.r#sub_error_cod… in stats_write() 23480 r#exception_stack: &str, in stats_write() 23491 let str = std::ffi::CString::new(r#exception_stack)?; in stats_write()
|
/aosp_15_r20/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 19171 optional string exception_stack = 2; field
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/ |
D | atoms.pb.h | 168674 const std::string& exception_stack() const; in Swap() 168679 void set_allocated_exception_stack(std::string* exception_stack); in Swap() 390708 inline const std::string& MediaPlaybackErrorReported::exception_stack() const { in exception_stack() function 390749 inline void MediaPlaybackErrorReported::set_allocated_exception_stack(std::string* exception_stack)… in set_allocated_exception_stack() argument 390750 if (exception_stack != nullptr) { in set_allocated_exception_stack() 390755 _impl_.exception_stack_.SetAllocated(exception_stack, GetArenaForAllocation()); in set_allocated_exception_stack()
|