/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/ |
A D | pthreaddef.h | 35 ({ char *frame; __asm__ ("movq %%rsp, %0" : "=r" (frame)); frame; })
|
/l4re-core-master/ned/server/src/ |
A D | lua_cap.cc | 272 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 D | crti.S | 16 .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 D | unwind.c | 30 # 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 D | crti.S | 12 .frame $30,0,$26,0 31 .frame $30,0,$26,0
|
A D | clone.S | 36 .frame $30 , 0, $26 74 .frame fp,0,zero,0
|
A D | setjmp.S | 31 .frame $30, FRAME, $26, 0 36 .frame $30, FRAME, $26, 0
|
A D | pipe.S | 30 .frame sp, 0, ra
|
A D | syscall.S | 49 .frame sp, 0, ra
|
A D | brk.S | 46 .frame $30 , 8 , $26
|
A D | divrem.h | 94 .frame sp, STACK, retaddr, 0 164 .frame sp, STACK, retaddr, 0
|
A D | crt1.S | 56 .frame $15, 0, $15
|
A D | __longjmp.S | 27 .frame $30 , 0, $26
|
A D | __syscall_rt_sigaction.S | 39 .frame sp,0,ra,0
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | cancel.c | 31 # 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 D | cancel.c | 24 # 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 D | cancel.c | 27 # 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 D | resolve.S | 23 .frame $29, 40, $31 130 .frame $29, 40, $31
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/ |
A D | pthread_spin_trylock.S | 29 .frame $sp, 0, $26, 0
|
A D | pthread_spin_lock.S | 26 .frame $sp, 0, $26, 0
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | Makefile.in | 13 CFLAGS-ldso += -fno-omit-frame-pointer
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/ |
A D | asm.h | 156 symbol: .frame sp,0,ra 166 symbol: .frame sp, framesize, rpc
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/ |
A D | rshift.s | 32 .callinfo frame=64,no_calls
|
A D | lshift.s | 32 .callinfo frame=64,no_calls
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | crt.txt | 25 (like the stack or frame pointer), setting up the argc/argv/env values, and
|