Home | History | Annotate | Download | only in m_initimg

Lines Matching refs:a_ptr

353       void *a_ptr;
457 stringsize += VG_(strlen)(cauxv->u.a_ptr) + 1;
677 auxv->u.a_ptr = copy_str(&strtab, orig_auxv->u.a_ptr);
796 const NSegment* ehdrseg = VG_(am_find_nsegment)((Addr)auxv->u.a_ptr);
808 auxv->u.a_ptr = strtab;
809 VG_(memcpy)(strtab, orig_auxv->u.a_ptr, 16);
815 auxv->u.a_ptr = copy_str(&strtab, VG_(args_the_exename));