Home | History | Annotate | Download | only in ld-elf
      1 	.data
      2 	.balign		32
      3 	.xdef		protected_bar
      4 	.protected	protected_bar
      5 protected_bar:
      6 	.balign		32
      7 	.xdef		protected_foo
      8 	.protected	protected_foo
      9 protected_foo:
     10 	.balign		32
     11 	.xdef		hidden_bar
     12 	.hidden		hidden_bar
     13 hidden_bar:
     14 	.balign		32
     15 	.xdef		hidden_foo
     16 	.hidden		hidden_foo
     17 hidden_foo:
     18 	.balign		32
     19 	.xdef		internal_bar
     20 	.internal	internal_bar
     21 internal_bar:
     22 	.balign		32
     23 	.xdef		internal_foo
     24 	.internal	internal_foo
     25 internal_foo:
     26