Home | History | Annotate | Download | only in src

Lines Matching full:keep

29   .init { KEEP (*(.init)) }
39 .fini { KEEP (*(.fini)) }
97 KEEP (*(.eh_frame))
111 KEEP (*crtbegin.o(.ctors))
116 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
117 KEEP (*(SORT(.ctors.*)))
118 KEEP (*(.ctors))
122 KEEP (*crtbegin.o(.dtors))
123 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
124 KEEP (*(SORT(.dtors.*)))
125 KEEP (*(.dtors))