Home | History | Annotate | Download | only in ldscripts

Lines Matching full:keep

53     KEEP (*(.init))
65 KEEP (*(.fini))
77 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
83 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
91 KEEP (*(.preinit_array))
97 KEEP (*(SORT(.init_array.*)))
98 KEEP (*(.init_array))
104 KEEP (*(.fini_array))
105 KEEP (*(SORT(.fini_array.*)))
119 KEEP (*crtbegin.o(.ctors))
120 KEEP (*crtbegin?.o(.ctors))
125 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
126 KEEP (*(SORT(.ctors.*)))
127 KEEP (*(.ctors))
131 KEEP (*crtbegin.o(.dtors))
132 KEEP (*crtbegin?.o(.dtors))
133 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
134 KEEP (*(SORT(.dtors.*)))
135 KEEP (*(.dtors))
137 .jcr : { KEEP (*(.jcr)) }
209 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
210 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }