Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:rel

21   .rel.init     0 : { *(.rel.init) }
22 .rel.text 0 : { *(.rel.text) }
23 .rel.fini 0 : { *(.rel.fini) }
24 .rel.rodata 0 : { *(.rel.rodata) }
25 .rel.data.rel.ro 0 : { *(.rel.data.rel.ro) }
26 .rel.data 0 : { *(.rel.data) }
27 .rel.tdata 0 : { *(.rel.tdata) }
28 .rel.tbss 0 : { *(.rel.tbss) }
29 .rel.ctors 0 : { *(.rel.ctors) }
30 .rel.dtors 0 : { *(.rel.dtors) }
31 .rel.got 0 : { *(.rel.got) }
32 .rel.bss 0 : { *(.rel.bss) }
33 .rel.ifunc 0 : { *(.rel.ifunc) }
34 .rel.plt 0 :
36 *(.rel.plt)