HomeSort by relevance Sort by last modified time
    Searched refs:sec_names (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 94 UChar** sec_names = sym->sec_names; local
96 if (sec_names)
97 vg_assert(sec_names);
104 sym->pri_name, sec_names ? " " : "" );
105 if (sec_names) {
106 while (*sec_names) {
107 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : "");
108 sec_names++
    [all...]
debuginfo.c 215 sec_names arrays that might exist. */
219 if (sym->sec_names)
220 ML_(dinfo_free)(sym->sec_names);
1743 UChar** sec_names = si->symtab[i].sec_names; local
    [all...]
priv_storage.h 50 ::sec_names is NULL. If there are other names, these are stored in
51 ::sec_names, which is a NULL terminated vector holding the names.
61 sec_names[]. This has the convenient side effect that, in the
63 sec_names[] does not need to be allocated.
70 UChar** sec_names; /* NULL, or a NULL term'd array of other names */ member in struct:__anon13729
804 name, so there is no auxiliary ::sec_names vector to duplicate.
readpdb.c     [all...]
readmacho.c 369 disym.sec_names = NULL;
883 vg_assert(cand->sec_names == NULL);
    [all...]
readelf.c 651 disym.sec_names = NULL;
859 disym.sec_names = NULL;
    [all...]
  /external/valgrind/main/include/
pub_tool_debuginfo.h 208 them. The primary name is returned in *pri_name, and *sec_names is
218 /*OUT*/UChar*** sec_names,
  /external/valgrind/main/coregrind/
m_redir.c 334 static UChar** alloc_symname_array ( UChar* pri_name, UChar** sec_names,
339 if (sec_names == NULL) {
346 UChar** pp = sec_names;
352 pp = sec_names;
    [all...]

Completed in 319 milliseconds