Lines Matching full:keep
52 KEEP (*(.init))
63 KEEP (*(.fini))
96 .eh_frame : { KEEP (*(.eh_frame)) }
110 KEEP (*crtbegin.o(.ctors))
115 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
116 KEEP (*(SORT(.ctors.*)))
117 KEEP (*(.ctors))
121 KEEP (*crtbegin.o(.dtors))
122 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
123 KEEP (*(SORT(.dtors.*)))
124 KEEP (*(.dtors))
126 .jcr : { KEEP (*(.jcr)) }