Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:plt

40   .rel.plt        :
42 *(.rel.plt)
51 .plt : { *(.plt) *(.iplt) }
52 .plt.got : { *(.plt.got) }
144 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .);
145 .got.plt : { *(.got.plt) *(.igot.plt) }