Searched defs:hfa_info (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c285 struct arg_type_info *hfa_info = type_get_simple(hfa_type); local
286 size_t hfa_sz = type_sizeof(proc, hfa_info);
291 value_init(&tmp, proc, NULL, hfa_info, 0);
292 int rc = allocate_float(ctx, proc, hfa_info, &tmp, 0);
352 struct arg_type_info *hfa_info local
354 if (hfa_info != NULL && hfa_size <= 8)
356 hfa_info->type, hfa_size);
382 struct arg_type_info *hfa_info; local
394 hfa_info = type_get_hfa_type(info, &hfa_size);
395 if (hfa_info !
[all...]

Completed in 69 milliseconds