Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:plt

42   .rela.plt       :
44 *(.rela.plt)
53 .plt : { *(.plt) *(.iplt) }
54 .plt.got : { *(.plt.got) }
55 .plt.bnd : { *(.plt.bnd) }
147 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
148 .got.plt : { *(.got.plt) *(.igot.plt) }