Searched refs:M_NOP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/sparc/
H A Dplt32_resolution.c74 if ((instr[0] != M_NOP) &&
106 } else if ((instr[0] == M_NOP) &&
126 } else if ((instr[0] == M_NOP) &&
/illumos-gate/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c162 if ((instr[0] != M_NOP) &&
174 } else if ((instr[0] == M_NOP) &&
200 } else if ((instr[0] == M_NOP) &&
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h122 #define M_NOP 0x90 macro
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h101 #define M_NOP 0x01000000 /* sethi 0, %o0 (nop) */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s365 #define M_NOP 0x01000000 /* sethi 0x0, %g0 */ define
396 ((ulong_t)M_NOP << 32) | (M_SETHI_G5 | LM22(nsym));
422 sethi %hi(M_NOP), %o4 ! Get "nop" instruction
447 *(ulong_t *)pc = ((ulong_t)M_NOP << 32) | (M_SETHI_G5 | H44(nsym));
479 setuw M_NOP, %o4 ! Get "nop" instruction
504 ((ulong_t)M_NOP << 32) | (M_SETHI_G1 | HH22(symval));
545 sethi %hi(M_NOP), %o4 ! Get "nop" instruction
H A Dsparc_elf.c204 pltent[2] = M_NOP; /* nop instr */
208 pltent[0] = M_NOP; /* nop instr */
716 ((uint_t *)plt)[i] = M_NOP;
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s154 *((uint_t *)plt + 8) = M_NOP;
184 sethi %hi(M_NOP), %o0 ! Generate nop instruction
H A Dsparc_elf.c163 pltent[2] = M_NOP; /* nop instr */
167 pltent[0] = M_NOP; /* nop instr */
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c444 *(Word *)pltent = M_NOP;
454 *(Word *)pltent = M_NOP;
464 *(Word *)pltent = M_NOP;
474 *(Word *)pltent = M_NOP;
484 *(Word *)pltent = M_NOP;
494 *(Word *)pltent = M_NOP;
977 *offset = M_NOP;

Completed in 518 milliseconds