1#include "asm_multiarch.h" 2 3 .section .preinit_array, "aw" 4 ASM_ALIGN_TO_PTR_SIZE 5 ASM_PTR_SIZE(0) 6 7 .section .init_array, "aw" 8 ASM_ALIGN_TO_PTR_SIZE 9 ASM_PTR_SIZE(0) 10 11 .section .fini_array, "aw" 12 ASM_ALIGN_TO_PTR_SIZE 13 ASM_PTR_SIZE(0) 14 15 .section .eh_frame,"a",@progbits 16 .align 4 17 .type __FRAME_END__, @object 18 .size __FRAME_END__, 4 19__FRAME_END__: 20 .zero 4 21