Searched refs:eightbytes (Results 1 – 1 of 1) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 350 size_t sz, size_t eightbytes); 392 size_t eightbytes, in classify_eightbytes() argument 396 if (eightbytes > 1) { in classify_eightbytes() 459 size_t sz, size_t eightbytes) in classify() argument 500 (size_t)l, eightbytes, in classify() 519 eightbytes, type_struct_get); in classify() 551 size_t eightbytes = (sz + 7) / 8; /* Round up. */ in classify_argument() local 557 if (eightbytes > 2 || contains_unaligned_fields(info)) { in classify_argument() 566 return classify(proc, context, info, classes, sz, eightbytes); in classify_argument()
|