@@ -13,12 +13,12 @@ * file. */ #include "config.h" -.globl _of_forward -.globl _of_forward_stret +.globl _OFForward +.globl _OFForward_stret .section __TEXT, __cstring, cstring_literals str_forwardingTargetForSelector_: .asciz "forwardingTargetForSelector:" @@ -28,11 +28,11 @@ .section __OBJC, __image_info .long 0, 0 .section __TEXT, __text, regular, pure_instructions -_of_forward: +_OFForward: pushl %ebp movl %esp, %ebp pushl %ebx subl $20, %esp @@ -76,13 +76,13 @@ 0: addl $20, %esp popl %ebx popl %ebp - jmp _of_method_not_found + jmp _OFMethodNotFound -_of_forward_stret: +_OFForward_stret: pushl %ebp movl %esp, %ebp pushl %ebx subl $20, %esp @@ -126,10 +126,10 @@ 0: addl $20, %esp popl %ebx popl %ebp - jmp _of_method_not_found_stret + jmp _OFMethodNotFound_stret get_eip: movl (%esp), %ebx ret