Searched refs:plthint (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 394 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 D | i386_elf.c | 372 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 60 milliseconds