Searched defs:bug_frame (Results 1 – 2 of 2) sorted by relevance
18 struct bug_frame { struct19 signed int loc_disp; /* Relative address to the bug address */20 signed int file_disp; /* Relative address to the filename */21 signed int msg_disp; /* Relative address to the predicate (for ASSERT) */22 uint16_t line; /* Line number */23 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 2 milliseconds