Lines Matching refs:fixup
47 (fixup). If this search is successful, the fault handler modifies the
49 continue at the address in fixup.
51 Where does fixup point to?
53 Since we jump to the contents of fixup, fixup obviously points
79 ".section .fixup,\"ax\"\n"
93 ".section .fixup,\"ax\"\n"
107 ".section .fixup,\"ax\"\n"
140 > .section .fixup,"ax"
167 > 1 .fixup 000016bc c0198f40 c0198f40 00099f40 2**0
204 > objdump --disassemble --section=.fixup vmlinux
206 > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
207 > c0199ffa <.fixup+10ba> xorb %dl,%dl
208 > c0199ffc <.fixup+10bc> jmp c017e7a7 <do_con_write+e3>
227 .section .fixup,"ax"
235 ended up in the .fixup section of the object file and the addresses
247 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax