1 .text 2 .stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0 3 .stabs "char:t(0,2)=r(0,2);0;127;",128,0,0,0 4 5 .section .myinit,"ax" 6 .stabs "barxfoo:F(0,20)",36,0,2,_bar 7 .global _bar 8 .global _start 9_start: 10_bar: 11 .long 123 12 13 .section .mytext.baz,"ax" 14 .stabs "baz:F(0,20)",36,0,6,_baz 15 .global _baz 16_baz: 17 .long 456 18