/external/valgrind/main/coregrind/m_debuginfo/ |
storage.c | 95 HChar** sec_names = sym->sec_names; local 97 if (sec_names) 98 vg_assert(sec_names); 105 sym->pri_name, sec_names ? " " : "" ); 106 if (sec_names) { 107 while (*sec_names) { 108 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : ""); 109 sec_names++ [all...] |
priv_storage.h | 55 ::sec_names is NULL. If there are other names, these are stored in 56 ::sec_names, which is a NULL terminated vector holding the names. 66 sec_names[]. This has the convenient side effect that, in the 68 sec_names[] does not need to be allocated. 75 HChar** sec_names; /* NULL, or a NULL term'd array of other names */ member in struct:__anon16108 868 name, so there is no auxiliary ::sec_names vector to duplicate. [all...] |
debuginfo.c | 222 sec_names arrays that might exist. */ 226 if (sym->sec_names) 227 ML_(dinfo_free)(sym->sec_names); 1799 HChar** sec_names = si->symtab[i].sec_names; local [all...] |
readpdb.c | [all...] |
readmacho.c | 360 disym.sec_names = NULL; [all...] |
readelf.c | 745 disym.sec_names = NULL; [all...] |
/external/valgrind/main/include/ |
pub_tool_debuginfo.h | 214 them. The primary name is returned in *pri_name, and *sec_names is 224 /*OUT*/HChar*** sec_names,
|
/external/valgrind/main/coregrind/ |
m_redir.c | 337 static HChar** alloc_symname_array ( HChar* pri_name, HChar** sec_names, 342 if (sec_names == NULL) { 349 HChar** pp = sec_names; 355 pp = sec_names; [all...] |