Searched refs:vsym (Results 1 – 1 of 1) sorted by relevance
1213 DiSym vsym; in DEBUG_SnarfCodeView() local1224 VG_(memset)(&vsym, 0, sizeof(vsym)); /* avoid holes */ in DEBUG_SnarfCodeView()1266 vsym.avmas.main = bias + sectp[sym->data_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView()1268 SET_TOCPTR_AVMA(vsym.avmas, 0); in DEBUG_SnarfCodeView()1269 vsym.pri_name = nmstr; in DEBUG_SnarfCodeView()1270 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1271 vsym.size = sym->data_v1.p_name.namelen; in DEBUG_SnarfCodeView()1273 vsym.isText = (sym->generic.id == S_PUB_V1); in DEBUG_SnarfCodeView()1274 vsym.isIFunc = False; in DEBUG_SnarfCodeView()1275 ML_(addSym)( di, &vsym ); in DEBUG_SnarfCodeView()[all …]