Lines Matching refs:section
79 ".section .fixup,\"ax\"\n"
83 ".section __ex_table,\"a\"\n"
93 ".section .fixup,\"ax\"\n"
97 ".section __ex_table,\"a\"\n"
107 ".section .fixup,\"ax\"\n"
111 ".section __ex_table,\"a\"\n"
140 > .section .fixup,"ax"
144 > .section __ex_table,"a"
155 memory. But what does the .section stuff do?????
159 > objdump --section-headers vmlinux
186 > objdump --disassemble --section=.text vmlinux
200 The instructions bracketed in the .section directives are no longer
201 in the normal execution path. They are located in a different section
204 > objdump --disassemble --section=.fixup vmlinux
211 > objdump --full-contents --section=__ex_table vmlinux
227 .section .fixup,"ax"
228 .section __ex_table,"a"
235 ended up in the .fixup section of the object file and the addresses
237 ended up in the __ex_table section of the object file. 1b and 3b
250 > .section __ex_table,"a"
269 exception table (i.e. the contents of the ELF section __ex_table)
290 only use exceptions for code in the .text section. Any other section