Searched refs:eightbytes (Results 1 - 1 of 1) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/x86/ |
H A D | fetch.c | 350 size_t sz, size_t eightbytes); 392 size_t eightbytes, 396 if (eightbytes > 1) { 459 size_t sz, size_t eightbytes) 489 * that's at most 2 eightbytes long. */ 500 (size_t)l, eightbytes, 519 eightbytes, type_struct_get); 551 size_t eightbytes = (sz + 7) / 8; /* Round up. */ local 557 if (eightbytes > 2 || contains_unaligned_fields(info)) { 566 return classify(proc, context, info, classes, sz, eightbytes); 389 classify_eightbytes(struct process *proc, struct fetch_context *context, struct arg_type_info *info, enum arg_class classes[], size_t elements, size_t eightbytes, struct arg_type_info *(*getter)(struct arg_type_info *, size_t)) argument 457 classify(struct process *proc, struct fetch_context *context, struct arg_type_info *info, enum arg_class classes[], size_t sz, size_t eightbytes) argument [all...] |
Completed in 47 milliseconds