Home | History | Annotate | Download | only in gdb

Lines Matching defs:ofile

334 				    objfile *ofile)
336 if (ofile->sections_start == nullptr)
340 = &ofile->sections_start[gdb_bfd_section_index (abfd, asection)];
342 if (osect >= ofile->sections_end)
454 for (objfile *ofile : current_program_space->objfiles ())
456 if (ofile->obfd == current_program_space->exec_bfd ())
457 maint_print_all_sections (_("Exec file: "), ofile->obfd.get (),
458 ofile, arg);
460 maint_print_all_sections (_("Object file: "), ofile->obfd.get (),
461 ofile, arg);