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

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

Completed in 61 milliseconds