Searched refs:plthint (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c392 int relacount = RELACOUNT(lmp), plthint = 0; local
428 plthint = PLTRELSZ(lmp) / relsiz;
554 if (plthint && (plt == 0) &&
558 plthint, relsiz, basebgn, lmp, textrel, 1);
559 plthint = 0;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c370 int relacount = RELACOUNT(lmp), plthint = 0; local
406 plthint = PLTRELSZ(lmp) / relsiz;
532 if (plthint && (plt == 0) &&
536 plthint, relsiz, basebgn, lmp, textrel, 0);
537 plthint = 0;

Completed in 94 milliseconds