Searched refs:sec_names (Results 1 – 8 of 8) sorted by relevance
94 UChar** sec_names = sym->sec_names; in ML_() local96 if (sec_names) in ML_()97 vg_assert(sec_names); in ML_()104 sym->pri_name, sec_names ? " " : "" ); in ML_()105 if (sec_names) { in ML_()106 while (*sec_names) { in ML_()107 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : ""); in ML_()108 sec_names++; in ML_()262 vg_assert(sym->sec_names == NULL); in ML_()1285 UChar** to_sec = to->sec_names; in add_DiSym_names_to_from()[all …]
219 if (sym->sec_names) in free_DebugInfo()220 ML_(dinfo_free)(sym->sec_names); in free_DebugInfo()1743 UChar** sec_names = si->symtab[i].sec_names; in VG_() local1744 if (sec_names) { in VG_()1745 tl_assert(sec_names[0]); in VG_()1746 while (*sec_names) { in VG_()1747 if (0==VG_(strcmp)(name, *sec_names) in VG_()1753 sec_names++; in VG_()3753 /*OUT*/UChar*** sec_names, in VG_()3762 if (sec_names) *sec_names = si->symtab[idx].sec_names; in VG_()
1292 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1318 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1352 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1388 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1410 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()1434 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
70 UChar** sec_names; /* NULL, or a NULL term'd array of other names */ member
369 disym.sec_names = NULL; in read_symtab()883 vg_assert(cand->sec_names == NULL); in ML_()
651 disym.sec_names = NULL; in read_elf_symtab__normal()859 disym.sec_names = NULL; in read_elf_symtab__ppc64_linux()
218 /*OUT*/UChar*** sec_names,
334 static UChar** alloc_symname_array ( UChar* pri_name, UChar** sec_names, in alloc_symname_array() argument339 if (sec_names == NULL) { in alloc_symname_array()346 UChar** pp = sec_names; in alloc_symname_array()352 pp = sec_names; in alloc_symname_array()