Home | History | Annotate | Download | only in memcheck

Lines Matching refs:am

610    AuxMapEnt* am = find_or_alloc_in_auxmap(a);
611 return &am->sm;
682 AuxMapEnt* am = maybe_find_in_auxmap(a);
683 return am ? am->sm : NULL;