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);
108 sym->pri_name, sec_names ? " " : "" );
109 if (sec_names) {
110 while (*sec_names) {
111 VG_(printf)("%s%s", *sec_names, *(sec_names+1) ? " " : "");
112 sec_names++
    [all...]
debuginfo.c 230 sec_names arrays that might exist. */
234 if (sym->sec_names)
235 ML_(dinfo_free)(sym->sec_names);
2188 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:__anon37174
    [all...]
readmacho.c 363 disym.sec_names = NULL;
    [all...]
readelf.c 835 disym.sec_names = NULL;
    [all...]
  /external/valgrind/coregrind/
pub_core_debuginfo.h 204 them. The primary name is returned in *pri_name, and *sec_names is
213 /*OUT*/const HChar*** sec_names,
m_redir.c 339 const HChar** sec_names,
344 if (sec_names == NULL) {
351 const HChar** pp = sec_names;
357 pp = sec_names;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 12261 static const char *sec_names[] = local
    [all...]

Completed in 2967 milliseconds