Searched refs:PTR_L (Results 1 – 7 of 7) sorted by relevance
/sysdeps/unix/sysv/linux/mips/ |
A D | clone.S | 80 PTR_L a2,(FRAMESZ+PTRSIZE+PTRSIZE+16)(sp) 82 PTR_L a2,(FRAMESZ+16)(sp) 83 PTR_L a3,(FRAMESZ+PTRSIZE+16)(sp) 137 PTR_L t9,0(sp) /* Function pointer. */ 138 PTR_L a0,PTRSIZE(sp) /* Argument pointer. */
|
A D | makecontext.S | 96 PTR_L t0, STACK_SP(a0) 97 PTR_L t2, STACK_SIZE(a0) 136 PTR_L v1, UCONTEXT_LINK(a0)
|
A D | vfork.S | 55 PTR_L a5, GPOFF(sp)
|
/sysdeps/mips/ |
A D | start.S | 88 PTR_L $5, 0($29) /* argc */
|
A D | dl-trampoline.c | 364 " IFABIO32(STRINGXP(PTR_L) " $13, " STRINGXP(PTRSIZE) "($28)") "\n\ 365 " IFNEWABI(STRINGXP(PTR_L) " $13, " STRINGXP(PTRSIZE) "($14)") "\n\
|
A D | dl-machine.h | 305 " STRINGXP(PTR_L) " $4, 0($29)\n\ 314 " STRINGXP(PTR_L) " $4, _rtld_local\n\ 315 " STRINGXP(PTR_L) /* or lw??? fixme */ " $5, 0($29)\n\ 329 " STRINGXP(PTR_L) " $29, (32 - " STRINGXP(SZREG) ")($29)\n\
|
/sysdeps/mips/sys/ |
A D | asm.h | 402 # define PTR_L lw macro 431 # define PTR_L lw macro 454 # define PTR_L ld macro
|
Completed in 10 milliseconds