Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:KEEP

39     KEEP (*(.init))
54 KEEP (*(.fini))
62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
75 KEEP (*(.preinit_array))
79 KEEP (*(SORT(.init_array.*)))
80 KEEP (*(.init_array))
84 KEEP (*(SORT(.fini_array.*)))
85 KEEP (*(.fini_array))
98 KEEP (*crtbegin.o(.ctors))
99 KEEP (*crtbegin?.o(.ctors))
104 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
105 KEEP (*(SORT(.ctors.*)))
106 KEEP (*(.ctors))
110 KEEP (*crtbegin.o(.dtors))
111 KEEP (*crtbegin?.o(.dtors))
112 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
113 KEEP (*(SORT(.dtors.*)))
114 KEEP (*(.dtors))
116 .jcr : { KEEP (*(.jcr)) }
182 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }