Searched refs:asymbol (Results 1 - 11 of 11) sorted by relevance

/external/oprofile/libutil++/
H A Dbfd_support.h46 scoped_array<asymbol *> syms;
59 * On PPC64, synth_syms points to an array of synthetic asymbol
64 asymbol * synth_syms;
84 void translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms);
124 bool interesting_symbol(asymbol * sym);
H A Dbfd_support.cpp226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms,
332 bool interesting_symbol(asymbol * sym)
452 void bfd_info::translate_debuginfo_syms(asymbol ** dbg_syms, long nr_dbg_syms)
468 asymbol * sym = dbg_syms[0];
520 asymbol ** mini_syms = (asymbol **)buf;
549 syms.reset(new asymbol *[nr_syms + 1]);
591 nr_syms /= sizeof(asymbol *);
596 syms.reset(new asymbol *[nr_syms]);
617 asymbol ** sym
[all...]
H A Dop_bfd.h38 * information pointed by an asymbol, we need this duplication in case
45 op_bfd_symbol(asymbol const * a);
56 asymbol const * symbol() const { return bfd_symbol; }
69 asymbol const * bfd_symbol;
H A Dop_bfd.cpp58 op_bfd_symbol::op_bfd_symbol(asymbol const * a)
/external/oprofile/opjitconv/
H A Dopjitconv.h133 extern asymbol ** syms;
H A Dcreate_bfd.c33 asymbol * s;
43 syms = xmalloc(sizeof(asymbol *) * (entry_count+1));
H A Dopjitconv.c47 asymbol ** syms;
/external/qemu/include/disas/
H A Dbfd.h240 } asymbol; typedef in typeref:struct:symbol_cache_entry
285 asymbol **symbols;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL;
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c27 static asymbol **syms = NULL;

Completed in 132 milliseconds