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

/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c398 const struct auxv *cauxv; local
453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
454 if (cauxv->a_type == AT_PLATFORM ||
455 cauxv->a_type == AT_BASE_PLATFORM)
456 stringsize += VG_(strlen)(cauxv->u.a_ptr) + 1;
457 else if (cauxv->a_type == AT_RANDOM)
459 else if (cauxv->a_type == AT_EXECFN && have_exename)
461 auxsize += sizeof(*cauxv);
[all...]

Completed in 318 milliseconds