1#include "asm_multiarch.h" 2 3 .section .init_array, "aw" 4 ASM_ALIGN_TO_PTR_SIZE 5 ASM_PTR_SIZE(0) 6 7 .section .fini_array, "aw" 8 ASM_ALIGN_TO_PTR_SIZE 9 ASM_PTR_SIZE(0) 10
1#include "asm_multiarch.h" 2 3 .section .init_array, "aw" 4 ASM_ALIGN_TO_PTR_SIZE 5 ASM_PTR_SIZE(0) 6 7 .section .fini_array, "aw" 8 ASM_ALIGN_TO_PTR_SIZE 9 ASM_PTR_SIZE(0) 10