Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cand

407 /* 'cand' is a bunch of candidate symbols obtained by reading
890 /* tidy up the cand syms -- trim overlapping ends. May resize
897 DiSym* cand
898 vg_assert(cand->pri_name != NULL);
899 vg_assert(cand->sec_names == NULL);
902 cand->addr, cand->addr + cand->size - 1,
903 cand->pri_name );
904 ML_(addSym)( di, cand );