Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dstorage.c97 const HChar** sec_names = sym->sec_names; in ML_() local
99 if (sec_names) in ML_()
100 vg_assert(sec_names); in ML_()
107 sym->pri_name, sec_names ? " " : "" ); in ML_()
108 if (sec_names) { in ML_()
109 while (*sec_names) { in ML_()
110 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : ""); in ML_()
111 sec_names++; in ML_()
331 vg_assert(sym->sec_names == NULL); in ML_()
1597 const HChar** to_sec = to->sec_names; in add_DiSym_names_to_from()
[all …]
Ddebuginfo.c235 if (sym->sec_names) in free_DebugInfo()
236 ML_(dinfo_free)(sym->sec_names); in free_DebugInfo()
2145 const HChar** sec_names = si->symtab[i].sec_names; in VG_() local
2146 if (sec_names) { in VG_()
2147 vg_assert(sec_names[0]); in VG_()
2148 while (*sec_names) { in VG_()
2149 if (0==VG_(strcmp)(name, *sec_names) in VG_()
2155 sec_names++; in VG_()
4307 /*OUT*/const HChar*** sec_names, in VG_()
4315 if (sec_names) *sec_names = si->symtab[idx].sec_names; in VG_()
Dreadpdb.c1270 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1295 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1328 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1364 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1385 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
1407 vsym.sec_names = NULL; in DEBUG_SnarfCodeView()
Dreadmacho.c363 disym.sec_names = NULL; in read_symtab()
958 vg_assert(cand->sec_names == NULL); in ML_()
Dpriv_storage.h77 const HChar** sec_names; /* NULL, or a NULL term'd array of other names */ member
Dreadelf.c798 disym.sec_names = NULL; in read_elf_symtab__normal()
1033 disym.sec_names = NULL; in read_elf_symtab__ppc64be_linux()
/external/valgrind/coregrind/
Dpub_core_debuginfo.h217 /*OUT*/const HChar*** sec_names,
Dm_redir.c338 const HChar** sec_names, in alloc_symname_array() argument
343 if (sec_names == NULL) { in alloc_symname_array()
350 const HChar** pp = sec_names; in alloc_symname_array()
356 pp = sec_names; in alloc_symname_array()