1# indirect references, stubs and {non,}_lazy_symbol_pointer sections. 2# not applicable to x86_64 mach-o. 3 4 .text 5 .globl c 6 .globl c1 7 .globl c2 8c: nop 9c1: nop 10c2: nop 11 12e: nop 13e1: nop 14e2: nop 15 16 .data 17d: .space 8 18d1: .space 8 19d2: .space 8 20 21 .private_extern f 22 .private_extern f1 23 .private_extern f2 24f: .space 8 25f1: .space 8 26f2: .space 8 27 28 .section __dummy, __dummy, symbol_stubs,strip_static_syms,8 29 30 .indirect_symbol a 31La: .space 8 32 33 .indirect_symbol b 34Lb: .space 8 35 36 .indirect_symbol c 37Lc: .space 8 38 39 .indirect_symbol d 40Ld: .space 8 41 42 .indirect_symbol e 43Le: .space 8 44 45 .indirect_symbol f 46Lf: .space 8 47 48 .private_extern g 49 .indirect_symbol g 50Lg: .space 8 51 52 .lazy_symbol_pointer 53 54 .indirect_symbol a1 55La1: .space 4 56 57 .indirect_symbol b1 58Lb1: .space 4 59 60 .indirect_symbol c1 61Lc1: .space 4 62 63 .indirect_symbol d1 64Ld1: .space 4 65 66 .indirect_symbol e1 67Le1: .space 4 68 69 .indirect_symbol f1 70Lf1: .space 4 71 72 .private_extern g1 73 .indirect_symbol g1 74Lg1: .space 4 75 76 .non_lazy_symbol_pointer 77 78 .indirect_symbol a2 79La2: .space 4 80 81 .indirect_symbol b2 82Lb2: .space 4 83 84 .indirect_symbol c2 85Lc2: .space 4 86 87 .indirect_symbol d2 88Ld2: .space 4 89 90 .indirect_symbol e2 91Le2: .space 4 92 93 .indirect_symbol f2 94Lf2: .space 4 95 96 .private_extern g2 97 .indirect_symbol g2 98Lg2: .space 4 99 100 .indirect_symbol f1 101Lf11: .space 4 102 103 .private_extern g1 104 .indirect_symbol g1 105Lg11: .space 4 106 107 .indirect_symbol a2 108La12: .space 4 109 110 .indirect_symbol b2 111Lb12: .space 4 112