HomeSort by relevance Sort by last modified time
    Searched full:asymbol (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/oprofile/libutil++/
bfd_support.h 46 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);
bfd_support.cpp 226 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 ** syms
    [all...]
op_bfd.h 38 * 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;
  /external/oprofile/m4/
binutils.m4 31 [[asymbol * synthsyms; bfd * ibfd = 0;
  /external/oprofile/opjitconv/
create_bfd.c 33 asymbol * s;
43 syms = xmalloc(sizeof(asymbol *) * (entry_count+1));
opjitconv.h 133 extern asymbol ** syms;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 95 asymbol **symbols;
101 asymbol **symtab;
146 (asymbol *, struct disassemble_info * info);
295 extern bfd_boolean arm_symbol_is_valid (asymbol *, struct disassemble_info *);
334 (asymbol *, struct disassemble_info *);
bfd.h 4416 asymbol; typedef in typeref:struct:bfd_symbol
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 35 static asymbol **syms = NULL;
  /external/qemu/
dis-asm.h 234 } asymbol; typedef in typeref:struct:symbol_cache_entry
279 asymbol **symbols;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 610 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info 614 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info 704 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info 614 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
bfd.info 704 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
bfd.info 712 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
bfd.info 712 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info 612 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info 614 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info 703 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info 613 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
bfd.info 703 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
bfd.info 711 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
bfd.info 711 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
bfd.info 614 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
    [all...]

Completed in 1734 milliseconds

1 2 3 4 5