Home
last modified time | relevance | path

Searched refs:M_PLT_INSSIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c429 pltent += M_PLT_INSSIZE; in plt_entry()
430 pltoff += M_PLT_INSSIZE; in plt_entry()
442 pltent += M_PLT_INSSIZE; in plt_entry()
452 pltent += M_PLT_INSSIZE; in plt_entry()
462 pltent += M_PLT_INSSIZE; in plt_entry()
472 pltent += M_PLT_INSSIZE; in plt_entry()
482 pltent += M_PLT_INSSIZE; in plt_entry()
492 pltent += M_PLT_INSSIZE; in plt_entry()
551 pltent += M_PLT_INSSIZE; in plt_entry()
552 pltoff += M_PLT_INSSIZE; in plt_entry()
[all …]
H A Dmachrel.amd.c215 M_PLT_INSSIZE; in plt_entry()
H A Dmachrel.intel.c181 M_PLT_INSSIZE; in plt_entry()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c111 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE; in ldso_plt_init()
126 pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE; in ldso_plt_init()
537 (farplt && (addr % M_PLT_INSSIZE))) { in elf_bndr()
790 pltoff = (2 * M_PLT_ENTSIZE) / M_PLT_INSSIZE; in elf_reloc()
805 pltoff = M_PLT_ENTSIZE / M_PLT_INSSIZE; in elf_reloc()
950 _roffset += M_PLT_INSSIZE; in elf_reloc()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h108 #define M_PLT_INSSIZE 6 /* single plt instruction size */ macro
H A Delf_SPARC.h193 #define M_PLT_INSSIZE 4 /* single plt instruction size */ macro