1 #objdump: -h 2 #source: empty.s 3 # we should only see a text section by default. 4 .*: +file format mach-o.* 5 #... 6 Idx Name.* 7 0 .text.* 8 .* 9 #failif 10 1 .data.* 11 .* 12 2 .bss.* 13 .* 14 15