Home
last modified time | relevance | path

Searched refs:sec_names (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c95 HChar** sec_names = sym->sec_names; in ML_() local
97 if (sec_names) in ML_()
98 vg_assert(sec_names); in ML_()
105 sym->pri_name, sec_names ? " " : "" ); in ML_()
106 if (sec_names) { in ML_()
107 while (*sec_names) { in ML_()
108 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : ""); in ML_()
109 sec_names++; in ML_()
291 vg_assert(sym->sec_names == NULL); in ML_()
1350 HChar** to_sec = to->sec_names; in add_DiSym_names_to_from()
[all …]
Ddebuginfo.c226 if (sym->sec_names) in free_DebugInfo()
227 ML_(dinfo_free)(sym->sec_names); in free_DebugInfo()
1799 HChar** sec_names = si->symtab[i].sec_names; in VG_() local
1800 if (sec_names) { in VG_()
1801 tl_assert(sec_names[0]); in VG_()
1802 while (*sec_names) { in VG_()
1803 if (0==VG_(strcmp)(name, *sec_names) in VG_()
1809 sec_names++; in VG_()
3867 /*OUT*/HChar*** sec_names, in VG_()
3876 if (sec_names) *sec_names = (HChar **)si->symtab[idx].sec_names; // FIXME in VG_()
Dreadpdb.c1271 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1297 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1331 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1367 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1389 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1413 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
Dpriv_storage.h75 HChar** sec_names; /* NULL, or a NULL term'd array of other names */ member
Dreadmacho.c360 disym.sec_names = NULL; in read_symtab()
953 vg_assert(cand->sec_names == NULL); in ML_()
Dreadelf.c745 disym.sec_names = NULL; in read_elf_symtab__normal()
976 disym.sec_names = NULL; in read_elf_symtab__ppc64_linux()
/external/valgrind/main/include/
Dpub_tool_debuginfo.h224 /*OUT*/HChar*** sec_names,
/external/valgrind/main/coregrind/
Dm_redir.c337 static HChar** alloc_symname_array ( HChar* pri_name, HChar** sec_names, in alloc_symname_array() argument
342 if (sec_names == NULL) { in alloc_symname_array()
349 HChar** pp = sec_names; in alloc_symname_array()
355 pp = sec_names; in alloc_symname_array()