HomeSort by relevance Sort by last modified time
    Searched refs:valuep (Results 1 - 25 of 33) sorted by null

1 2

  /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);
expr.h 141 * value on failure. Computed value is passed back in *VALUEP. */
142 int expr_eval_constant(struct expr_node *node, long *valuep);
ltrace-elf.h 142 /* Read a given DT_ TAG from LTE. Value is returned in *VALUEP.
144 int elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep);
expr.c 399 expr_eval_constant(struct expr_node *node, long *valuep)
402 return expr_eval_word(node, NULL, NULL, valuep);
  /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/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/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/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...]
  /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...]
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 47 void* valuep);
53 void* valuep);
  /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);
  /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...]
  /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/include/
unwind.h 198 void *valuep);
203 void *valuep);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 196 void *valuep);
202 void *valuep);
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 224 TaskCase::Value* valuep = local
226 if (!getTestCase()->registerValue(mOutput[i].getParamString(), *valuep)) {
227 if (!getTestCase()->updateValue(mOutput[i].getParamString(), *valuep)) {
  /external/elfutils/0.153/libdw/
dwarf_getlocation.c 220 bool cfap, bool valuep,
232 if (valuep)
445 if (valuep)
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 187 void *valuep; member in struct:_xmlRegAtom
505 value = ret->atoms[i]->valuep;
816 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL))
817 xmlFree(atom->valuep);
820 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL))
821 xmlFree(atom->valuep);
1095 fprintf(output, "'%s' ", (char *) atom->valuep);
    [all...]
  /external/libxml2/
xmlregexp.c 190 void *valuep; member in struct:_xmlRegAtom
509 value = ret->atoms[i]->valuep;
820 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL))
821 xmlFree(atom->valuep);
824 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL))
825 xmlFree(atom->valuep);
1099 fprintf(output, "'%s' ", (char *) atom->valuep);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 172 the first option and the comma, sets *VALUEP to the value of the
175 Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined.
179 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);

Completed in 843 milliseconds

1 2