Searched defs:GDB_SIGBUS (Results 1 – 2 of 2) sorted by relevance
/external/coreboot/payloads/libpayload/include/ | ||
D | gdb.h | 93 GDB_SIGBUS = 10, /* Bus error */ enumerator |
/external/coreboot/src/arch/x86/ | ||
D | exception.c | 41 #define GDB_SIGBUS 10 /* Bus error */ macro |