/external/ltrace/sysdeps/linux-gnu/s390/ |
fetch.c | 127 struct arg_type_info *info, struct value *valuep, 145 value_in_inferior(valuep, ctx->stack_pointer + off); 152 copy_gpr(struct fetch_context *ctx, struct value *valuep, int regno) 154 value_set_word(valuep, ctx->regs.gprs[regno]); 159 struct arg_type_info *info, struct value *valuep, 163 return allocate_stack_slot(ctx, proc, info, valuep, sz); 165 copy_gpr(ctx, valuep, ctx->greg++); 171 struct arg_type_info *info, struct value *valuep, 179 return allocate_stack_slot(ctx, proc, info, valuep, sz); 182 if (value_reserve(valuep, sz) == NULL [all...] |
/external/ltrace/ |
fetch.c | 38 struct value *valuep); 42 struct value *valuep); 82 struct arg_type_info *info, struct value *valuep) 85 value_set_word(valuep, l); 92 struct arg_type_info *info, struct value *valuep) 95 value_set_word(valuep, l); 136 struct arg_type_info *info, struct value *valuep) 138 return arch_fetch_arg_next(context, type, proc, info, valuep); 144 struct arg_type_info *info, struct value *valuep) 146 return arch_fetch_retval(context, type, proc, info, valuep); [all...] |
fetch.h | 50 * *VALUEP. */ 53 struct arg_type_info *info, struct value *valuep); 56 * value on failure. The extracted value is stored in *VALUEP. */ 59 struct arg_type_info *info, struct value *valuep); 84 struct value *valuep); 87 struct value *valuep);
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
fetch.c | 106 struct value *valuep, unsigned long val, size_t offset) 108 if (valuep != NULL) { 109 unsigned char *buf = value_get_raw_data(valuep); 116 copy_sse_register(struct fetch_context *context, struct value *valuep, 127 if (valuep != NULL) { 128 unsigned char *buf = value_get_raw_data(valuep); 138 struct value *valuep, size_t sz, size_t offset, 141 assert(valuep != NULL); 142 size_t a = type_alignof(valuep->inferior, valuep->type) [all...] |
/external/ltrace/sysdeps/linux-gnu/ppc/ |
fetch.c | 35 struct arg_type_info *info, struct value *valuep); 147 struct arg_type_info *info, struct value *valuep) 165 if (valuep != NULL) 166 value_in_inferior(valuep, ctx->stack_pointer + off); 219 struct arg_type_info *info, struct value *valuep) 222 return allocate_stack_slot(ctx, proc, info, valuep); 225 if (valuep == NULL) 232 if (value_reserve(valuep, sz) == NULL) 243 memcpy(value_get_raw_data(valuep), u.buf, sz); 249 struct arg_type_info *info, struct value *valuep) [all...] |
/external/ltrace/sysdeps/linux-gnu/m68k/ |
fetch.c | 107 struct value *valuep) 127 value_set_word(valuep, context->regs[reg]); 129 size_t a = type_alignof(valuep->inferior, valuep->type); 137 value_in_inferior(valuep, context->stack_pointer); 147 struct value *valuep) 155 *valuep = context->retval; 162 if (value_reserve(valuep, sz) == NULL) 178 unsigned char *buf = value_get_raw_data(valuep); 199 if (valuep->type->type == ARGTYPE_FLOAT [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_string.c | 33 static size_t SDL_ScanLong(const char *text, int radix, long *valuep) 61 if ( valuep ) { 63 *valuep = -value; 65 *valuep = value; 73 static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) 96 if ( valuep ) { 97 *valuep = value; 104 static size_t SDL_ScanUintPtrT(const char *text, int radix, uintptr_t *valuep) 127 if ( valuep ) { 128 *valuep = value 782 char *valuep = va_arg(ap, char*); local 838 Sint64 *valuep = va_arg(ap, Sint64*); local 851 { short* valuep = va_arg(ap, short*); local 856 { int* valuep = va_arg(ap, int*); local 861 { long* valuep = va_arg(ap, long*); local 891 Uint64 *valuep = va_arg(ap, Uint64*); local 904 { short* valuep = va_arg(ap, short*); local 909 { int* valuep = va_arg(ap, int*); local 914 { long* valuep = va_arg(ap, long*); local 932 void** valuep = va_arg(ap, void**); local 944 float* valuep = va_arg(ap, float*); local 962 char *valuep = va_arg(ap, char*); local [all...] |
/external/ltrace/sysdeps/linux-gnu/ia64/ |
fetch.c | 106 struct arg_type_info *info, struct value *valuep) 118 value_set_word(valuep, value); 125 struct arg_type_info *info, struct value *valuep) 128 return allocate_stack_slot(ctx, proc, info, valuep); 133 if (valuep == NULL) 150 value_set_word(valuep, ret); 180 struct arg_type_info *info, struct value *valuep) 187 unsigned char *buf = value_reserve(valuep, sz); 217 struct arg_type_info *info, struct value *valuep, 230 return allocate_reg(ctx, proc, info, valuep); [all...] |
/external/ltrace/sysdeps/linux-gnu/arm/ |
fetch.c | 142 enum arg_type type, size_t count, struct value *valuep) 159 unsigned char *data = value_reserve(valuep, sz); 185 struct arg_type_info *info, struct value *valuep) 196 hfa_size, valuep); 203 struct arg_type_info *info, struct value *valuep) 210 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1) 231 unsigned char *data = value_reserve(valuep, words * 4); 258 value_in_inferior(valuep, ctx->nsaa); 267 struct value *valuep) 274 if ((rc = consider_vfp(ctx, proc, info, valuep)) != 1 [all...] |
/development/ndk/sources/android/libportable/arch-arm/ |
unwind.c | 47 void* valuep); 53 void* valuep);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 725 void* valuep) { 730 memcpy(&value, valuep, sizeof(uint32_t)); 736 memcpy(&value, valuep, sizeof(uint64_t)); 747 void *valuep) { 751 ValueAsBitPattern(representation, valuep)); 757 return unw_set_reg(cursor, UNW_ARM_R0 + regno, *(unw_word_t *)valuep) == 764 return unw_set_reg(cursor, UNW_ARM_WC0 + regno, *(unw_word_t *)valuep) == 781 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS 788 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS 799 void *valuep) { [all...] |
/external/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 759 void* valuep) { 764 memcpy(&value, valuep, sizeof(uint32_t)); 770 memcpy(&value, valuep, sizeof(uint64_t)); 781 void *valuep) { 785 ValueAsBitPattern(representation, valuep)); 792 *(unw_word_t *)valuep) == UNW_ESUCCESS 799 *(unw_word_t *)valuep) == UNW_ESUCCESS 815 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS 822 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS 833 void *valuep) { [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
UNUSED_STABS.txt | 710 static Bool newvar(Char *name, SymType *ty, Addr valuep, UInt size, 716 if (has_visited(valuep, ty)) 737 v->valuep = valuep; 754 v->container, v->valuep); 857 var->container, var->valuep); 859 if (0 && has_visited(var->valuep, var->type)) { 866 addr >= var->valuep && addr < (var->valuep + var->size)) { 887 if(newvar(f->name, f->type, var->valuep + (f->offset / 8) [all...] |
/ndk/sources/cxx-stl/gabi++/include/ |
unwind-arm.h | 126 void* valuep); 132 void* valuep);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
unwind-arm.h | 127 void* valuep); 133 void* valuep);
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/ |
unwind-arm.h | 127 void* valuep); 133 void* valuep);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/external/libgsm/man/ |
gsm_option.3 | 13 int gsm_option(handle, option, valueP); 19 int * valueP;
|