HomeSort by: relevance | last modified time | path
    Searched defs:core_bfd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
progspace.h 261 bfd *core_bfd () const function in struct:program_space
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_corefile.cc 41 bfd *core_bfd; variable
72 core_bfd = bfd_openr (aout_name, 0);
74 if (!core_bfd)
80 core_bfd->flags |= BFD_DECOMPRESS;
82 if (!bfd_check_format (core_bfd, bfd_object))
89 core_text_sect = bfd_get_section_by_name (core_bfd, ".text");
92 core_text_sect = bfd_get_section_by_name (core_bfd, "$CODE$");
104 core_sym_bytes = bfd_get_symtab_upper_bound (core_bfd);
113 core_num_syms = bfd_canonicalize_symtab (core_bfd, core_syms);
122 synth_count = bfd_get_synthetic_symtab (core_bfd, core_num_syms, core_syms
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 309 bfd *core_bfd () const function in struct:program_space
  /src/external/gpl3/binutils/dist/gprof/
corefile.c 36 bfd *core_bfd; variable
185 core_bfd = bfd_openr (aout_name, 0);
187 if (!core_bfd)
193 core_bfd->flags |= BFD_DECOMPRESS;
195 if (!bfd_check_format (core_bfd, bfd_object))
202 core_text_sect = bfd_get_section_by_name (core_bfd, ".text");
205 core_text_sect = bfd_get_section_by_name (core_bfd, "$CODE$");
217 core_sym_bytes = bfd_get_symtab_upper_bound (core_bfd);
226 core_num_syms = bfd_canonicalize_symtab (core_bfd, core_syms);
235 synth_count = bfd_get_synthetic_symtab (core_bfd, core_num_syms, core_syms
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
corefile.c 36 bfd *core_bfd; variable
185 core_bfd = bfd_openr (aout_name, 0);
187 if (!core_bfd)
193 core_bfd->flags |= BFD_DECOMPRESS;
195 if (!bfd_check_format (core_bfd, bfd_object))
202 core_text_sect = bfd_get_section_by_name (core_bfd, ".text");
205 core_text_sect = bfd_get_section_by_name (core_bfd, "$CODE$");
217 core_sym_bytes = bfd_get_symtab_upper_bound (core_bfd);
226 core_num_syms = bfd_canonicalize_symtab (core_bfd, core_syms);
235 synth_count = bfd_get_synthetic_symtab (core_bfd, core_num_syms, core_syms
    [all...]

Completed in 34 milliseconds