Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 25 of 33) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/
A Dpthreaddef.h35 ({ char *frame; __asm__ ("movq %%rsp, %0" : "=r" (frame)); frame; })
/l4re-core-master/ned/server/src/
A Dlua_cap.cc272 int const frame = lua_gettop(l); in push_new_cap() local
274 lua_pushvalue(l, frame); in push_new_cap()
276 lua_remove(l, frame); in push_new_cap()
277 lua_gettable(l, frame); in push_new_cap()
278 lua_remove(l, frame); // discard cast table in push_new_cap()
284 if ((found_type = !lua_isnil(l, frame)) || void_cap) in push_new_cap()
289 lua_getuservalue(l, frame + 1); in push_new_cap()
290 lua_pushvalue(l, frame); in push_new_cap()
295 lua_remove(l, frame); // cap or nothing at frame in push_new_cap()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dcrti.S16 .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 16, extra= 8
38 .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 16, extra= 8
68 .frame $sp,16,$31 # vars= 0, regs= 2/0, args= 0, gp= 0
90 .frame $sp,16,$31 # vars= 0, regs= 2/0, args= 0, gp= 0
119 .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 0, extra= 16
142 .frame $sp,32,$31 # vars= 0, regs= 2/0, args= 0, extra= 16
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dunwind.c30 # define FRAME_LEFT(frame, other, adj) \ argument
31 ((uintptr_t) frame - adj >= (uintptr_t) other - adj)
33 # define FRAME_LEFT(frame, other, adj) \ argument
34 ((uintptr_t) frame - adj <= (uintptr_t) other - adj)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Dcrti.S12 .frame $30,0,$26,0
31 .frame $30,0,$26,0
A Dclone.S36 .frame $30 , 0, $26
74 .frame fp,0,zero,0
A Dsetjmp.S31 .frame $30, FRAME, $26, 0
36 .frame $30, FRAME, $26, 0
A Dpipe.S30 .frame sp, 0, ra
A Dsyscall.S49 .frame sp, 0, ra
A Dbrk.S46 .frame $30 , 8 , $26
A Ddivrem.h94 .frame sp, STACK, retaddr, 0
164 .frame sp, STACK, retaddr, 0
A Dcrt1.S56 .frame $15, 0, $15
A D__longjmp.S27 .frame $30 , 0, $26
A D__syscall_rt_sigaction.S39 .frame sp,0,ra,0
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dcancel.c31 # define FRAME_LEFT(frame, other) ((char *) frame >= (char *) other) argument
33 # define FRAME_LEFT(frame, other) ((char *) frame <= (char *) other) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dcancel.c24 # define FRAME_LEFT(frame, other) ((char *) frame >= (char *) other) argument
26 # define FRAME_LEFT(frame, other) ((char *) frame <= (char *) other) argument
/l4re-core-master/uclibc/lib/libpthread/src/
A Dcancel.c27 # define FRAME_LEFT(frame, other) ((char *) frame >= (char *) other) argument
29 # define FRAME_LEFT(frame, other) ((char *) frame <= (char *) other) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/
A Dresolve.S23 .frame $29, 40, $31
130 .frame $29, 40, $31
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/
A Dpthread_spin_trylock.S29 .frame $sp, 0, $26, 0
A Dpthread_spin_lock.S26 .frame $sp, 0, $26, 0
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A DMakefile.in13 CFLAGS-ldso += -fno-omit-frame-pointer
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/
A Dasm.h156 symbol: .frame sp,0,ra
166 symbol: .frame sp, framesize, rpc
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Drshift.s32 .callinfo frame=64,no_calls
A Dlshift.s32 .callinfo frame=64,no_calls
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dcrt.txt25 (like the stack or frame pointer), setting up the argc/argv/env values, and

Completed in 21 milliseconds

12