Lines Matching refs:plt
433 * Make sure that the .got.plt is either completely empty or it
436 .got.plt (INFO) : { *(.got.plt) }
437 ASSERT(SIZEOF(.got.plt) == 0 ||
439 SIZEOF(.got.plt) == 0x18,
441 SIZEOF(.got.plt) == 0xc,
454 .plt : {
455 *(.plt) *(.plt.*) *(.iplt)
457 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")