Lines Matching refs:init
42 * [__init_begin, __init_end] is the init section that may be freed after init
44 * // free the whole .init memory
141 /* The actual configuration determine if the init/exit sections
274 KEEP(*(.lsm_info.init)) \
278 KEEP(*(.early_lsm_info.init)) \
325 KEEP(*(.dtb.init.rodata)) \
337 MEM_KEEP(init.data*) \
429 RO_AFTER_INIT_DATA /* Read only after init */ \
553 /* __*init sections */ \
556 MEM_KEEP(init.rodata) \
625 MEM_KEEP(init.text*) \
681 /* Section used for early init (in .S files) */
739 /* init and exit section handling */
742 *(.init.data init.data.*) \
743 MEM_DISCARD(init.data*) \
746 *(.init.rodata .init.rodata.*) \
751 MEM_DISCARD(init.rodata) \
768 *(.init.text .init.text.*) \
770 MEM_DISCARD(init.text*)
946 KEEP(*(.init.setup)) \
951 KEEP(*(.initcall##level##.init)) \
952 KEEP(*(.initcall##level##s.init)) \
956 KEEP(*(.initcallearly.init)) \
970 KEEP(*(.con_initcall.init)) \
984 KEEP(*(.init.ramfs)) \
986 KEEP(*(.init.ramfs.info))
1169 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) { \
1176 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) { \