Home | History | Annotate | Download | only in qemu

Lines Matching full:keep

55     KEEP (*(.init))
66 KEEP (*(.fini))
104 .eh_frame : { KEEP (*(.eh_frame)) }
118 KEEP (*crtbegin*.o(.ctors))
123 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
124 KEEP (*(SORT(.ctors.*)))
125 KEEP (*(.ctors))
129 KEEP (*crtbegin*.o(.dtors))
130 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
131 KEEP (*(SORT(.dtors.*)))
132 KEEP (*(.dtors))
134 .jcr : { KEEP (*(.jcr)) }