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

  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 238 /* Similar to `bfd_get_filename (exec_bfd ())` but in original form given
240 iff `exec_bfd ()` is not nullptr. */
247 /* Close and clear exec_bfd. If we end up with no target sections
252 bfd *exec_bfd () const function in struct:program_space
corefile.c 43 bfd *exec_bfd = current_program_space->exec_bfd (); local
46 if (exec_bfd == nullptr)
51 gdb_assert ((exec_bfd->flags & BFD_IN_MEMORY) == 0);
55 int res = gdb_bfd_stat (exec_bfd, &st);
60 exec_file_attach (bfd_get_filename (exec_bfd), 0);
70 if (current_program_space->exec_bfd () && current_program_space->core_bfd ())
73 current_program_space->exec_bfd ()))
75 else if (gdb_bfd_get_mtime (current_program_space->exec_bfd ())
solib-svr4.c 628 /* If we have a current exec_bfd, use its section table. */
629 if (current_program_space->exec_bfd ()
630 && (bfd_get_flavour (current_program_space->exec_bfd ())
635 interp_sect = bfd_get_section_by_name (current_program_space->exec_bfd (),
643 = bfd_get_section_contents (current_program_space->exec_bfd (),
741 current_program_space->exec_bfd (),
762 current_program_space->exec_bfd (),
780 if (gdb_bfd_scan_elf_dyntag (DT_DEBUG, current_program_space->exec_bfd (),
1362 if (current_program_space->exec_bfd ()
1363 && bfd_get_section_by_name (current_program_space->exec_bfd (),
2799 bfd *exec_bfd = current_program_space->exec_bfd (); local
3043 bfd *exec_bfd = current_program_space->exec_bfd (); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
progspace.h 272 /* Similar to `bfd_get_filename (exec_bfd ())` but in original form given
274 iff `exec_bfd ()` is not nullptr. */
281 /* Close and clear exec_bfd. If we end up with no target sections
286 bfd *exec_bfd () const function in struct:program_space
corefile.c 43 bfd *exec_bfd = current_program_space->exec_bfd (); local
46 if (exec_bfd == nullptr)
51 gdb_assert ((exec_bfd->flags & BFD_IN_MEMORY) == 0);
55 int res = gdb_bfd_stat (exec_bfd, &st);
60 exec_file_attach (bfd_get_filename (exec_bfd), 0);
70 if (current_program_space->exec_bfd () && current_program_space->core_bfd ())
73 current_program_space->exec_bfd ()))
75 else if (gdb_bfd_get_mtime (current_program_space->exec_bfd ())
solib-svr4.c 666 /* If we have a current exec_bfd, use its section table. */
667 if (current_program_space->exec_bfd ()
668 && (bfd_get_flavour (current_program_space->exec_bfd ())
673 interp_sect = bfd_get_section_by_name (current_program_space->exec_bfd (),
681 = bfd_get_section_contents (current_program_space->exec_bfd (),
779 current_program_space->exec_bfd (),
800 current_program_space->exec_bfd (),
818 if (gdb_bfd_scan_elf_dyntag (DT_DEBUG, current_program_space->exec_bfd (),
1448 if (current_program_space->exec_bfd ()
1449 && bfd_get_section_by_name (current_program_space->exec_bfd (),
3102 bfd *exec_bfd = current_program_space->exec_bfd (); local
3346 bfd *exec_bfd = current_program_space->exec_bfd (); local
    [all...]

Completed in 20 milliseconds