Searched defs:bug_frame (Results 1 – 2 of 2) sorted by relevance
16 struct bug_frame { struct17 signed int loc_disp; /* Relative address to the bug address */18 signed int file_disp; /* Relative address to the filename */19 signed int msg_disp; /* Relative address to the predicate (for ASSERT) */20 uint16_t line; /* Line number */21 uint32_t pad0:16; /* Padding for 8-bytes align */
17 struct bug_frame { struct36 ".pushsection .bug_frames.%c[bf_type], \"a\", @progbits\n" \ argument
Completed in 3 milliseconds