Lines Matching refs:rel
23 .rel.init ${RELOCATING-0} : { *(.rel.init) }
25 .rel.text ${RELOCATING-0} :
27 *(.rel.text)
28 ${RELOCATING+*(.rel.text.*)}
29 ${RELOCATING+*(.rel.gnu.linkonce.t*)}
37 .rel.fini ${RELOCATING-0} : { *(.rel.fini) }
39 .rel.rodata ${RELOCATING-0} :
41 *(.rel.rodata)
42 ${RELOCATING+*(.rel.rodata.*)}
43 ${RELOCATING+*(.rel.gnu.linkonce.r*)}
51 .rel.data ${RELOCATING-0} :
53 *(.rel.data)
54 ${RELOCATING+*(.rel.data.*)}
55 ${RELOCATING+*(.rel.gnu.linkonce.d*)}
63 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
65 .rel.dtors ${RELOCATING-0} : { *(.rel.dtors) }
67 .rel.got ${RELOCATING-0} : { *(.rel.got) }
69 .rel.bss ${RELOCATING-0} : { *(.rel.bss) }
71 .rel.plt ${RELOCATING-0} : { *(.rel.plt) }