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

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c394 int relacount = RELACOUNT(lmp), plthint = 0; local
430 plthint = PLTRELSZ(lmp) / relsiz;
556 if (plthint && (plt == 0) &&
560 plthint, relsiz, basebgn, lmp, textrel, 1);
561 plthint = 0;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c372 int relacount = RELACOUNT(lmp), plthint = 0; local
408 plthint = PLTRELSZ(lmp) / relsiz;
534 if (plthint && (plt == 0) &&
538 plthint, relsiz, basebgn, lmp, textrel, 0);
539 plthint = 0;

Completed in 82 milliseconds