Lines Matching refs:pltent

284 	uint32_t	*pltent;	/* ptr to plt instr. sequence */
350 pltent = (uint32_t *)(pltbuf + pltoff);
353 (void) memcpy(pltent, farplt_instrs, sizeof (farplt_instrs));
362 pltent[3] |= (uint32_t)(pltptroff - (pltoff + 4));
396 uchar_t *pltent; /* PLT entry being created. */
411 pltent = (uchar_t *)ofl->ofl_osplt->os_outdata->d_buf + pltoff;
420 *(Word *)pltent = M_SETHIG1 | pltoff;
423 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
429 pltent += M_PLT_INSSIZE;
433 *(Word *)pltent = M_BA_A_XCC |
437 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
442 pltent += M_PLT_INSSIZE;
444 *(Word *)pltent = M_NOP;
447 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
452 pltent += M_PLT_INSSIZE;
454 *(Word *)pltent = M_NOP;
457 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
462 pltent += M_PLT_INSSIZE;
464 *(Word *)pltent = M_NOP;
467 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
472 pltent += M_PLT_INSSIZE;
474 *(Word *)pltent = M_NOP;
477 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
482 pltent += M_PLT_INSSIZE;
484 *(Word *)pltent = M_NOP;
487 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
492 pltent += M_PLT_INSSIZE;
494 *(Word *)pltent = M_NOP;
497 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
529 Byte *pltent; /* PLT entry being created. */
534 pltent = (Byte *)ofl->ofl_osplt->os_outdata->d_buf + pltoff;
543 *(Word *)pltent = M_SETHIG1 | pltoff;
546 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
551 pltent += M_PLT_INSSIZE;
555 *(Word *)pltent = M_BA_A | ((pltoff >> 2) & S_MASK(22));
558 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
563 pltent += M_PLT_INSSIZE;
565 *(Word *)pltent = M_SETHIG0;
568 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
573 pltent += M_PLT_INSSIZE;
575 *(Word *)pltent = M_SETHIG0;
578 *(Word *)pltent = ld_bswap_Word(*(Word *)pltent);