Lines Matching refs:plt
235 * Make sure that the .got.plt is either completely empty or it
238 .got.plt : {
239 *(.got.plt)
241 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, "Unexpected GOT/PLT entries detected!")
247 .plt : {
248 *(.plt) *(.plt.*) *(.iplt) *(.igot .igot.plt)
250 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")