Lines Matching full:keep
47 KEEP (*(.init))
59 KEEP (*(.fini))
71 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
77 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
84 KEEP (*(.preinit_array))
88 KEEP (*(SORT(.init_array.*)))
89 KEEP (*(.init_array))
93 KEEP (*(.fini_array))
94 KEEP (*(SORT(.fini_array.*)))
107 KEEP (*crtbegin.o(.ctors))
108 KEEP (*crtbegin?.o(.ctors))
113 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
114 KEEP (*(SORT(.ctors.*)))
115 KEEP (*(.ctors))
119 KEEP (*crtbegin.o(.dtors))
120 KEEP (*crtbegin?.o(.dtors))
121 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
122 KEEP (*(SORT(.dtors.*)))
123 KEEP (*(.dtors))
125 .jcr : { KEEP (*(.jcr)) }
197 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
198 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }