Home | History | Annotate | Download | only in boot

Lines Matching refs:rel

16   .rel.text      : { *(.rel.text)		}
18 .rel.data : { *(.rel.data) }
20 .rel.rodata : { *(.rel.rodata) }
22 .rel.got : { *(.rel.got) }
24 .rel.ctors : { *(.rel.ctors) }
26 .rel.dtors : { *(.rel.dtors) }
28 .rel.bss : { *(.rel.bss) }
30 .rel.plt : { *(.rel.plt) }