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

  /external/valgrind/coregrind/m_debuginfo/
storage.c 97 const HChar** sec_names = sym->sec_names; local
99 if (sec_names)
100 vg_assert(sec_names);
107 sym->pri_name, sec_names ? " " : "" );
108 if (sec_names) {
109 while (*sec_names) {
110 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : "");
111 sec_names++
    [all...]
debuginfo.c 231 sec_names arrays that might exist. */
235 if (sym->sec_names)
236 ML_(dinfo_free)(sym->sec_names);
2145 const HChar** sec_names = si->symtab[i].sec_names; local
    [all...]
readpdb.c     [all...]
priv_storage.h 56 ::sec_names is NULL. If there are other names, these are stored in
57 ::sec_names, which is a NULL terminated vector holding the names.
67 sec_names[]. This has the convenient side effect that, in the
69 sec_names[] does not need to be allocated.
77 const HChar** sec_names; /* NULL, or a NULL term'd array of other names */ member in struct:__anon35480
    [all...]
readmacho.c 363 disym.sec_names = NULL;
    [all...]
readelf.c 798 disym.sec_names = NULL;
    [all...]
  /external/valgrind/coregrind/
pub_core_debuginfo.h 208 them. The primary name is returned in *pri_name, and *sec_names is
217 /*OUT*/const HChar*** sec_names,
m_redir.c 338 const HChar** sec_names,
343 if (sec_names == NULL) {
350 const HChar** pp = sec_names;
356 pp = sec_names;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 12261 static const char *sec_names[] = local
    [all...]

Completed in 225 milliseconds