@@ -15,15 +15,15 @@ #include "config.h" #include "platform.h" -.globl _of_forward -.globl _of_forward_stret +.globl _OFForward +.globl _OFForward_stret .section __TEXT, __text, regular, pure_instructions -_of_forward: +_OFForward: pushq %rbp movq %rsp, %rbp /* Save all arguments */ subq $0xC0, %rsp /* 16-byte alignment */ @@ -100,13 +100,13 @@ movq -0x18(%rbp), %rsi movq %rbp, %rsp popq %rbp - jmp _of_method_not_found + jmp _OFMethodNotFound -_of_forward_stret: +_OFForward_stret: pushq %rbp movq %rsp, %rbp /* Save all arguments */ subq $0xC0, %rsp /* 16-byte alignment */ @@ -185,11 +185,11 @@ movq -0x20(%rbp), %rdx movq %rbp, %rsp popq %rbp - jmp _of_method_not_found_stret + jmp _OFMethodNotFound_stret init: leaq module(%rip), %rdi jmp ___objc_exec_class