Searched refs:auxsize (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c329 unsigned auxsize; /* total size of auxv in bytes */ local
345 auxsize = 0;
379 auxsize += 2 * sizeof(Word);
385 if (info->dynamic) auxsize += sizeof(Word);
395 auxsize + /* auxv */
420 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
423 stringsize, auxsize, stacksize, (Int)clstack_max_size,
H A Dinitimg-linux.c396 unsigned auxsize; /* total size of auxv in bytes */ local
448 auxsize = sizeof(*auxv); /* there's always at least one entry: AT_NULL */
457 auxsize += sizeof(*cauxv);
461 auxsize += 2 * sizeof(*cauxv);
472 auxsize + /* auxv */
491 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
494 stringsize, auxsize, stacksize, (Int)clstack_max_size,

Completed in 93 milliseconds