Home | History | Annotate | Download | only in ldscripts

Lines Matching full:keep

52     KEEP (*(.init))
64 KEEP (*(.fini))
76 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
82 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
89 KEEP (*(.preinit_array))
93 KEEP (*(SORT(.init_array.*)))
94 KEEP (*(.init_array))
98 KEEP (*(.fini_array))
99 KEEP (*(SORT(.fini_array.*)))
112 KEEP (*crtbegin.o(.ctors))
113 KEEP (*crtbegin?.o(.ctors))
118 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
119 KEEP (*(SORT(.ctors.*)))
120 KEEP (*(.ctors))
124 KEEP (*crtbegin.o(.dtors))
125 KEEP (*crtbegin?.o(.dtors))
126 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
127 KEEP (*(SORT(.dtors.*)))
128 KEEP (*(.dtors))
130 .jcr : { KEEP (*(.jcr)) }
202 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
203 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }