Lines Matching refs:__ex_table
89 ".section __ex_table,\"a\"\n"
103 ".section __ex_table,\"a\"\n"
117 ".section __ex_table,\"a\"\n"
150 > .section __ex_table,"a"
177 > 3 __ex_table 000015c0 c01a9724 c01a9724 000aa724 2**2
218 > objdump --full-contents --section=__ex_table vmlinux
235 .section __ex_table,"a"
248 ended up in the __ex_table section of the object file. 1b and 3b
265 > .section __ex_table,"a"
287 exception table (i.e. the contents of the ELF section __ex_table)
345 CONFIG_BUILDTIME_TABLE_SORT allows the __ex_table section to be sorted post
347 symbol main_extable_sort_needed to 0, avoiding sorting the __ex_table section
349 occurs we can quickly lookup the __ex_table entry via binary search.