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

  /src/external/gpl3/gdb/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.old/dist/gdb/
corefile.c 42 bfd *exec_bfd = current_program_space->exec_bfd (); local
45 if (exec_bfd == nullptr)
50 gdb_assert ((exec_bfd->flags & BFD_IN_MEMORY) == 0);
54 int res = bfd_stat (exec_bfd, &st);
59 exec_file_attach (bfd_get_filename (exec_bfd), 0);
69 if (current_program_space->exec_bfd () && current_program_space->core_bfd ())
72 current_program_space->exec_bfd ()))
74 else if (bfd_get_mtime (current_program_space->exec_bfd ())
progspace.h 295 /* Close and clear exec_bfd. If we end up with no target sections
300 bfd *exec_bfd () const function in struct:program_space
355 /* Similar to bfd_get_filename (exec_bfd) but in original form given
solib-svr4.c 627 /* If we have a current exec_bfd, use its section table. */
628 if (current_program_space->exec_bfd ()
629 && (bfd_get_flavour (current_program_space->exec_bfd ())
634 interp_sect = bfd_get_section_by_name (current_program_space->exec_bfd (),
642 = 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 (),
1364 if (current_program_space->exec_bfd ()
1365 && bfd_get_section_by_name (current_program_space->exec_bfd (),
2800 bfd *exec_bfd = current_program_space->exec_bfd (); local
3044 bfd *exec_bfd = current_program_space->exec_bfd (); local
    [all...]

Completed in 34 milliseconds