26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
$0:
testq %rdi, %rdi
jz ret_nil
movq (%rdi), %r8
movq 64(%r8), %r8
Lmain$0:
movq (%rsi), %rax
movzbl %ah, %ecx
movzbl %al, %edx
#ifdef OF_SELUID24
shrl $16, %eax
movq (%r8,%rax,8), %r8
|
|
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
$0:
testq %rdi, %rdi
jz ret_nil
movq (%rdi), %r8
movq 64(%r8), %r8
Lmain_$0:
movq (%rsi), %rax
movzbl %ah, %ecx
movzbl %al, %edx
#ifdef OF_SELUID24
shrl $16, %eax
movq (%r8,%rax,8), %r8
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
movq (%rdi), %rax
testq %rax, %rax
jz ret_nil
movq 8(%rdi), %r8
movq 64(%r8), %r8
movq %rdi, %rax
jmp Lmain$1
.endmacro
generate_lookup _objc_msg_lookup, _objc_method_not_found
generate_lookup _objc_msg_lookup_stret, _objc_method_not_found_stret
generate_lookup_super _objc_msg_lookup_super, _objc_msg_lookup
generate_lookup_super _objc_msg_lookup_super_stret, _objc_msg_lookup_stret
|
|
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
movq (%rdi), %rax
testq %rax, %rax
jz ret_nil
movq 8(%rdi), %r8
movq 64(%r8), %r8
movq %rdi, %rax
jmp Lmain_$1
.endmacro
generate_lookup _objc_msg_lookup, _objc_method_not_found
generate_lookup _objc_msg_lookup_stret, _objc_method_not_found_stret
generate_lookup_super _objc_msg_lookup_super, _objc_msg_lookup
generate_lookup_super _objc_msg_lookup_super_stret, _objc_msg_lookup_stret
|