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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c95 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...]
H A Ddebuginfo.c222 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
1800 if (sec_names) {
1801 tl_assert(sec_names[0]);
1802 while (*sec_names) {
1803 if (0==VG_(strcmp)(name, *sec_names)
1809 sec_names
3861 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, Addr* avma, Addr* tocptr, UInt* size, HChar** pri_name, HChar*** sec_names, Bool* isText, Bool* isIFunc ) argument
[all...]
H A Dreadpdb.c1271 vsym.sec_names = NULL;
1297 vsym.sec_names = NULL;
1331 vsym.sec_names = NULL;
1367 vsym.sec_names = NULL;
1389 vsym.sec_names = NULL;
1413 vsym.sec_names = NULL;
H A Dpriv_storage.h55 ::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:__anon32417
868 name, so there is no auxiliary ::sec_names vector to duplicate.
H A Dreadmacho.c360 disym.sec_names = NULL;
953 vg_assert(cand->sec_names == NULL);
H A Dreadelf.c745 disym.sec_names = NULL;
976 disym.sec_names = NULL;
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h214 them. The primary name is returned in *pri_name, and *sec_names is
224 /*OUT*/HChar*** sec_names,
/external/valgrind/main/coregrind/
H A Dm_redir.c337 static HChar** alloc_symname_array ( HChar* pri_name, HChar** sec_names, argument
342 if (sec_names == NULL) {
349 HChar** pp = sec_names;
355 pp = sec_names;

Completed in 1705 milliseconds