1 /* Force .data aligned to 4K, so that .got very likely gets 2 placed at 0x1200131d0. */ 3 .data 4 .balign 4096 5 6 /* Force .text aligned to 4K, so it very likely gets placed at 7 0x120001000. */ 8 .text 9 .balign 4096 10