Home
last modified time | relevance | path

Searched refs:_EMIT_BUG_ENTRY (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/arch-sh/asm/
Dbug.h20 #define _EMIT_BUG_ENTRY "\t.pushsection __bug_table,\"a\"\n" "2:\t.long 1b\n" "\t.short %O3\n… macro
22 #define BUG() do { __asm__ __volatile__ ( "1:\t.short %O0\n" _EMIT_BUG_ENTRY : : "n" (TR…
24 #define __WARN() do { __asm__ __volatile__ ( "1:\t.short %O0\n" _EMIT_BUG_ENTRY : : "n" …