Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 25 of 40) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c87 struct gstr gs; in str_new() local
89 gs.len = 64; in str_new()
92 return gs; in str_new()
102 return gs; in str_assign()
108 if (gs->s) in str_free()
109 free(gs->s); in str_free()
110 gs->s = NULL; in str_free()
111 gs->len = 0; in str_free()
121 gs->s = realloc(gs->s, l); in str_append()
122 gs->len = l; in str_append()
[all …]
A Dlkc.h142 void str_free(struct gstr *gs);
143 void str_append(struct gstr *gs, const char *s);
144 void str_printf(struct gstr *gs, const char *fmt, ...);
145 const char *str_get(struct gstr *gs);
A Dexpr.c1137 struct gstr *gs = (struct gstr*)data; in expr_print_gstr_helper() local
1143 if (gs->max_width) { in expr_print_gstr_helper()
1145 const char *last_cr = strrchr(gs->s, '\n'); in expr_print_gstr_helper()
1152 last_cr = gs->s; in expr_print_gstr_helper()
1154 last_line_length = strlen(gs->s) - (last_cr - gs->s); in expr_print_gstr_helper()
1156 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
1157 str_append(gs, "\\\n"); in expr_print_gstr_helper()
1160 str_append(gs, str); in expr_print_gstr_helper()
1162 str_printf(gs, " [=%s]", sym_str); in expr_print_gstr_helper()
1165 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print() argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/
A Dvfork.S22 movl %gs:PID, %edx; \
27 1: movl %eax, %gs:PID
33 movl %edx, %gs:PID; \
A Dpt-vfork.S27 movl %gs:PID, %edx; \
30 movl %eax, %gs:PID
36 movl %edx, %gs:PID; \
A Dpthread_once.S92 movl %gs:PRIVATE_FUTEX, %ecx
95 orl %gs:PRIVATE_FUTEX, %ecx
142 orl %gs:PRIVATE_FUTEX, %ecx
168 orl %gs:PRIVATE_FUTEX, %ecx
A Dsysdep-cancel.h31 cmpl $0, %gs:MULTIPLE_THREADS_OFFSET; \
140 # define SINGLE_THREAD_P cmpl $0, %gs:MULTIPLE_THREADS_OFFSET
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dsem_post.S85 addl %gs:0, %edx
89 movl $EINVAL, %gs:(%edx)
111 addl %gs:0, %edx
115 movl $EOVERFLOW, %gs:(%edx)
A Dlowlevelrobustlock.S38 andl %gs:PRIVATE_FUTEX, reg
42 andl %gs:PRIVATE_FUTEX, reg ; \
88 movl %gs:TID, %edx
196 movl %gs:TID, %edx
A Dlowlevellock.S41 movl %gs:PRIVATE_FUTEX, reg
44 movl %gs:PRIVATE_FUTEX, reg ; \
48 movl %gs:PRIVATE_FUTEX, reg ; \
53 andl %gs:PRIVATE_FUTEX, reg
57 andl %gs:PRIVATE_FUTEX, reg ; \
62 andl %gs:PRIVATE_FUTEX, reg ; \
66 andl %gs:PRIVATE_FUTEX, reg ; \
A Dpthread_rwlock_wrlock.S84 xorl %gs:PRIVATE_FUTEX, %ecx
107 movl %gs:TID, %eax
140 14: cmpl %gs:TID , %eax
A Dsem_trywait.S53 addl %gs:0, %edx
57 movl $EAGAIN, %gs:(%edx)
A Dpthread_rwlock_timedwrlock.S119 xorl %gs:PRIVATE_FUTEX, %ecx
148 movl %gs:TID, %eax
191 14: cmpl %gs:TID, %eax
A Dpthread_rwlock_rdlock.S86 xorl %gs:PRIVATE_FUTEX, %ecx
142 14: cmpl %gs:TID, %eax
A Dpthread_cond_signal.S104 andl %gs:PRIVATE_FUTEX, %ecx
162 andl %gs:PRIVATE_FUTEX, %ecx
A Dpthread_cond_broadcast.S109 movl %gs:PRIVATE_FUTEX, %ecx
230 andl %gs:PRIVATE_FUTEX, %ecx
A Dpthread_rwlock_timedrdlock.S121 xorl %gs:PRIVATE_FUTEX, %ecx
193 14: cmpl %gs:TID, %eax
A Dpthread_cond_wait.S159 andl %gs:PRIVATE_FUTEX, %ecx
233 andl %gs:PRIVATE_FUTEX, %ecx
479 andl %gs:PRIVATE_FUTEX, %ecx
525 andl %gs:PRIVATE_FUTEX, %ecx
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-x86/
A Darch.h29 ucf->uc_mcontext.gregs[REG_GS] = ue->gs; in fill_ucontext_frame()
58 ue->gs = ucf->uc_mcontext.gregs[REG_GS]; in fill_utcb_exc()
84 printf(" GS=%08lx FS=%08lx\n", u->gs, u->fs); in show_regs()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/
A Dsysdep.h231 movl src, %gs:(destoff)
234 addl %gs:0, destoff; \
279 # define ENTER_KERNEL call *%gs:SYSINFO_OFFSET
408 # define PTR_MANGLE(reg) xorl %gs:POINTER_GUARD, reg; \
411 xorl %gs:POINTER_GUARD, reg
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Dsigcontext.h82 unsigned short gs, __gsh; member
145 unsigned short gs; member
/l4re-core-master/uclibc/lib/uclibc/ARCH-amd64/include/asm/
A Dsigcontext.h36 unsigned short gs; member
/l4re-core-master/l4sys/include/ARCH-x86/
A D__vcpu-arch.h42 l4_umword_t gs; /**< gs register */ member
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/
A Dsigcontext.h43 unsigned short gs, __gsh; member
/l4re-core-master/l4sys/include/ARCH-amd64/
A D__vcpu-arch.h80 l4_uint16_t ds, es, fs, gs; member

Completed in 18 milliseconds

12