Searched refs:valuep (Results 1 - 25 of 25) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/s390/
H A Dfetch.c127 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) argument
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, s
126 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, size_t sz) argument
158 allocate_gpr(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, size_t sz) argument
170 allocate_gpr_pair(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, size_t sz) argument
201 allocate_fpr(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, size_t sz) argument
221 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
276 arch_fetch_retval(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/ltrace/
H A Dfetch.c38 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);
80 arch_fetch_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
90 arch_fetch_retval(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
134 fetch_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
142 fetch_retval(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
H A Dfetch.h53 struct arg_type_info *info, struct value *valuep);
59 struct arg_type_info *info, struct value *valuep);
84 struct value *valuep);
87 struct value *valuep);
H A Dexpr.h142 int expr_eval_constant(struct expr_node *node, long *valuep);
H A Dltrace-elf.h144 int elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep);
H A Dexpr.c399 expr_eval_constant(struct expr_node *node, long *valuep) argument
402 return expr_eval_word(node, NULL, NULL, valuep);
H A Doutput.c299 struct value *valuep)
324 if (valuep != NULL)
325 *valuep = value;
295 fetch_simple_param(enum tof type, struct process *proc, struct fetch_context *context, struct value_dict *arguments, struct arg_type_info *info, int own, struct value *valuep) argument
H A Dltrace-elf.c538 elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep) argument
561 *valuep = dyn.d_un.d_ptr;
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c106 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);
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
124 allocate_reg(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
179 allocate_arg(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
216 allocate_float(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, int take_slot) argument
253 allocate_hfa(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep, enum arg_type hfa_type, size_t hfa_count) argument
338 allocate_ret(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
377 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
418 arch_fetch_retval(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c35 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)
146 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
218 allocate_gpr(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
248 allocate_float(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
279 allocate_argument(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
402 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
410 arch_fetch_retval(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c106 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, argument
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
105 copy_int_register(struct fetch_context *context, struct value *valuep, unsigned long val, size_t offset) argument
137 allocate_stack_slot(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, size_t archw) argument
153 allocate_x87(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool, size_t archw) argument
213 allocate_integer(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
298 allocate_sse(struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
326 allocate_class(enum arg_class cls, struct fetch_context *context, struct value *valuep, size_t sz, size_t offset, enum reg_pool pool) argument
533 pass_by_reference(struct value *valuep, enum arg_class classes[]) argument
542 classify_argument(struct process *proc, struct fetch_context *context, struct arg_type_info *info, struct value *valuep, enum arg_class classes[], size_t *sizep) argument
590 arch_fetch_arg_next_32(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
613 arch_fetch_retval_32(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
768 arch_fetch_pool_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep, enum reg_pool pool) argument
810 arch_fetch_fun_retval(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
842 arch_fetch_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
866 arch_fetch_retval(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dfetch.c142 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)) !
141 pass_in_vfp(struct fetch_context *ctx, struct process *proc, enum arg_type type, size_t count, struct value *valuep) argument
184 consider_vfp(struct fetch_context *ctx, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
201 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
265 arch_fetch_retval(struct fetch_context *ctx, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dfetch.c107 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
105 arch_fetch_arg_next(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
145 arch_fetch_retval(struct fetch_context *context, enum tof type, struct process *proc, struct arg_type_info *info, struct value *valuep) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c33 static size_t SDL_ScanLong(const char *text, int radix, long *valuep) argument
61 if ( valuep ) {
63 *valuep = -value;
65 *valuep = value;
73 static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) argument
96 if ( valuep ) {
97 *valuep = value;
104 static size_t SDL_ScanUintPtrT(const char *text, int radix, uintptr_t *valuep) argument
127 if ( valuep ) {
128 *valuep
136 SDL_ScanLongLong(const char *text, int radix, Sint64 *valuep) argument
176 SDL_ScanUnsignedLongLong(const char *text, int radix, Uint64 *valuep) argument
208 SDL_ScanFloat(const char *text, double *valuep) argument
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/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp759 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) {
758 ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, void* valuep) argument
776 _Unwind_VRS_Set( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
828 _Unwind_VRS_Get_Internal( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
876 _Unwind_VRS_Get( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
[all...]
/external/libcxxabi/include/
H A Dunwind.h198 void *valuep);
203 void *valuep);
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c220 bool cfap, bool valuep,
232 if (valuep)
445 if (valuep)
217 __libdw_intern_expression(Dwarf *dbg, bool other_byte_order, unsigned int address_size, unsigned int ref_size, void **cache, const Dwarf_Block *block, bool cfap, bool valuep, Dwarf_Op **llbuf, size_t *listlen, int sec_index) argument
H A DlibdwP.h465 bool cfap, bool valuep,
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c187 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);
2463 ret = (atom1->valuep == atom2->valuep);
2465 ret = xmlStrEqual((xmlChar *)atom1->valuep,
[all...]
/external/libxml2/
H A Dxmlregexp.c190 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);
2467 ret = (atom1->valuep == atom2->valuep);
2469 ret = xmlStrEqual((xmlChar *)atom1->valuep,
[all...]
/external/bison/darwin-lib/
H A Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/bison/linux-lib/
H A Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/bison/lib/
H A Dstdlib.in.h240 (char **optionp, char *const *tokens, char **valuep)
244 (char **optionp, char *const *tokens, char **valuep));
/external/libsepol/src/
H A Dlink.c1958 unsigned int valuep; member in struct:find_perm_arg
1968 if (arg->valuep == perdatum->s.value) {
2049 fparg.valuep = perm_value;
2100 fparg.valuep = req.perm_value;
2161 fparg.valuep = req->perm_value;
/external/qemu/disas/
H A Darm.c1563 unsigned long *valuep, int *widthp)
1587 *valuep = value;
1562 arm_decode_bitfield(const char *ptr, unsigned long insn, unsigned long *valuep, int *widthp) argument

Completed in 5602 milliseconds