/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | util.c | 87 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 D | lkc.h | 142 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 D | expr.c | 1137 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 D | vfork.S | 22 movl %gs:PID, %edx; \ 27 1: movl %eax, %gs:PID 33 movl %edx, %gs:PID; \
|
A D | pt-vfork.S | 27 movl %gs:PID, %edx; \ 30 movl %eax, %gs:PID 36 movl %edx, %gs:PID; \
|
A D | pthread_once.S | 92 movl %gs:PRIVATE_FUTEX, %ecx 95 orl %gs:PRIVATE_FUTEX, %ecx 142 orl %gs:PRIVATE_FUTEX, %ecx 168 orl %gs:PRIVATE_FUTEX, %ecx
|
A D | sysdep-cancel.h | 31 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 D | sem_post.S | 85 addl %gs:0, %edx 89 movl $EINVAL, %gs:(%edx) 111 addl %gs:0, %edx 115 movl $EOVERFLOW, %gs:(%edx)
|
A D | lowlevelrobustlock.S | 38 andl %gs:PRIVATE_FUTEX, reg 42 andl %gs:PRIVATE_FUTEX, reg ; \ 88 movl %gs:TID, %edx 196 movl %gs:TID, %edx
|
A D | lowlevellock.S | 41 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 D | pthread_rwlock_wrlock.S | 84 xorl %gs:PRIVATE_FUTEX, %ecx 107 movl %gs:TID, %eax 140 14: cmpl %gs:TID , %eax
|
A D | sem_trywait.S | 53 addl %gs:0, %edx 57 movl $EAGAIN, %gs:(%edx)
|
A D | pthread_rwlock_timedwrlock.S | 119 xorl %gs:PRIVATE_FUTEX, %ecx 148 movl %gs:TID, %eax 191 14: cmpl %gs:TID, %eax
|
A D | pthread_rwlock_rdlock.S | 86 xorl %gs:PRIVATE_FUTEX, %ecx 142 14: cmpl %gs:TID, %eax
|
A D | pthread_cond_signal.S | 104 andl %gs:PRIVATE_FUTEX, %ecx 162 andl %gs:PRIVATE_FUTEX, %ecx
|
A D | pthread_cond_broadcast.S | 109 movl %gs:PRIVATE_FUTEX, %ecx 230 andl %gs:PRIVATE_FUTEX, %ecx
|
A D | pthread_rwlock_timedrdlock.S | 121 xorl %gs:PRIVATE_FUTEX, %ecx 193 14: cmpl %gs:TID, %eax
|
A D | pthread_cond_wait.S | 159 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 D | arch.h | 29 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 D | sysdep.h | 231 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 D | sigcontext.h | 82 unsigned short gs, __gsh; member 145 unsigned short gs; member
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-amd64/include/asm/ |
A D | sigcontext.h | 36 unsigned short gs; member
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | __vcpu-arch.h | 42 l4_umword_t gs; /**< gs register */ member
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/ |
A D | sigcontext.h | 43 unsigned short gs, __gsh; member
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | __vcpu-arch.h | 80 l4_uint16_t ds, es, fs, gs; member
|