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