Searched defs:sec_names (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/
H A Dm_redir.c338 const HChar** sec_names,
343 if (sec_names == NULL) {
350 const HChar** pp = sec_names;
356 pp = sec_names;
337 alloc_symname_array( const HChar* pri_name, const HChar** sec_names, const HChar** twoslots ) argument
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c97 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...]
H A Dpriv_storage.h56 ::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:__anon19914
1007 name, so there is no auxiliary ::sec_names vector to duplicate.
H A Ddebuginfo.c231 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
2146 if (sec_names) {
2147 vg_assert(sec_names[0]);
2148 while (*sec_names) {
2149 if (0==VG_(strcmp)(name, *sec_names)
2155 sec_names
4302 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, SymAVMAs* avmas, UInt* size, const HChar** pri_name, const HChar*** sec_names, Bool* isText, Bool* isIFunc ) argument
[all...]

Completed in 116 milliseconds