Lines Matching refs:KEEP
32 .init { KEEP (*(.init)) }
42 .fini { KEEP (*(.fini)) }
94 KEEP (*(.eh_frame))
121 KEEP (*crtbegin.o(.ctors))
126 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
127 KEEP (*(SORT(.ctors.*)))
128 KEEP (*(.ctors))
132 KEEP (*crtbegin.o(.dtors))
133 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
134 KEEP (*(SORT(.dtors.*)))
135 KEEP (*(.dtors))