HomeSort by: relevance | last modified time | path
    Searched defs:objf (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
symfile-mem.c 87 struct objfile *objf; local
122 objf = symbol_file_add_from_bfd (nbfd_holder, bfd_get_filename (nbfd),
125 current_program_space->add_target_sections (objf);
130 return objf;
solib-aix.c 437 objfile *objf = current_program_space->symfile_object_file; local
438 section_offsets offsets = solib_aix_get_section_offsets (objf,
441 objfile_relocate (objf, offsets);
objfiles.c 300 objfile *objf = pspace->symfile_object_file;
301 if (objf == NULL || !objf->per_bfd->ei.entry_point_p)
304 int idx = objf->per_bfd->ei.the_bfd_section_index;
305 *entry_p = objf->per_bfd->ei.entry_point + objf->section_offsets[idx];
727 for (objfile *objf : pspace->objfiles_safe ())
732 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED))
733 objf->unlink ()
298 objfile *objf = pspace->symfile_object_file; local
    [all...]
solib-dsbt.c 805 objfile *objf = current_program_space->symfile_object_file; local
806 section_offsets new_offsets (objf->section_offsets.size ());
809 for (obj_section *osect : objf->sections ())
815 osect_idx = osect - objf->sections_start;
820 offset = objf->section_offsets[osect_idx];
840 objfile_relocate (objf, new_offsets);
842 /* Now that OBJF has been relocated, we can compute the GOT value
solib-frv.c 741 objfile *objf = current_program_space->symfile_object_file; local
742 section_offsets new_offsets (objf->section_offsets.size ());
745 for (obj_section *osect : objf->sections ())
751 osect_idx = osect - objf->sections_start;
756 offset = objf->section_offsets[osect_idx];
776 objfile_relocate (objf, new_offsets);
778 /* Now that OBJF has been relocated, we can compute the GOT value
841 objfile *objf = current_program_space->symfile_object_file; local
844 objf);
904 objfile *objf = current_program_space->symfile_object_file local
    [all...]
solib-svr4.c 2512 objfile *objf = current_program_space->symfile_object_file; local
2516 = lookup_minimal_symbol (current_program_space, *bkpt_namep, objf);
2536 = lookup_minimal_symbol (current_program_space, *bkpt_namep, objf);
3032 objfile *objf = current_program_space->symfile_object_file;
3033 if (objf)
3035 section_offsets new_offsets (objf->section_offsets.size (),
3037 objfile_relocate (objf, new_offsets);
linux-tdep.c 2820 struct objfile *objf; local
2823 struct value *mmap_val = find_function_in_inferior ("mmap64", &objf);
2825 struct gdbarch *gdbarch = objf->arch ();
2861 struct objfile *objf; local
2862 struct value *munmap_val = find_function_in_inferior ("munmap", &objf);
2864 struct gdbarch *gdbarch = objf->arch ();
symfile.c 2131 /* Add an OFFSET to the start address of each section in OBJF, except
2135 set_objfile_default_section_offset (struct objfile *objf,
2140 section_offsets offsets (objf->section_offsets.size (), offset);
2143 sections in OBJF. */
2149 = build_section_addr_info_from_objfile (objf);
2182 objfile_relocate (objf, offsets);
2195 struct objfile *objf;
2326 objf = symbol_file_add (filename.get (), add_flags, &section_addrs,
2328 if (!objfile_has_symbols (objf) && objf->per_bfd->minimal_symbol_count <= 0
2193 struct objfile *objf; local
2411 struct objfile *objf = nullptr; local
    [all...]
valops.c 171 struct objfile *objf; local
172 struct value *val = find_function_in_inferior ("malloc", &objf);
173 struct gdbarch *gdbarch = objf->arch ();
i386-tdep.c 2781 struct objfile *objf = nullptr;
2788 objf = func_section->objfile;
2790 if (objf != nullptr)
2793 asect = bfd_get_section_by_name (objf->obfd.get (), ".got.plt");
2795 asect = bfd_get_section_by_name (objf->obfd.get (), ".got");
2800 osect = maint_obj_section_from_bfd_section (objf->obfd.get (),
2801 asect, objf);
2770 struct objfile *objf = nullptr; local
target.c 2401 objfile *objf = current_program_space->symfile_object_file; local
2404 objfile_name (objf)));
  /src/external/gpl3/gdb.old/dist/gdb/
symfile-mem.c 86 struct objfile *objf; local
121 objf = symbol_file_add_from_bfd (nbfd_holder, bfd_get_filename (nbfd),
124 current_program_space->add_target_sections (objf);
129 return objf;
solib-aix.c 437 objfile *objf = current_program_space->symfile_object_file; local
438 section_offsets offsets = solib_aix_get_section_offsets (objf,
441 objfile_relocate (objf, offsets);
solib-dsbt.c 806 objfile *objf = current_program_space->symfile_object_file; local
807 section_offsets new_offsets (objf->section_offsets.size ());
810 for (obj_section *osect : objf->sections ())
816 osect_idx = osect - objf->sections_start;
821 offset = objf->section_offsets[osect_idx];
841 objfile_relocate (objf, new_offsets);
843 /* Now that OBJF has been relocated, we can compute the GOT value
solib-frv.c 741 objfile *objf = current_program_space->symfile_object_file; local
742 section_offsets new_offsets (objf->section_offsets.size ());
745 for (obj_section *osect : objf->sections ())
751 osect_idx = osect - objf->sections_start;
756 offset = objf->section_offsets[osect_idx];
776 objfile_relocate (objf, new_offsets);
778 /* Now that OBJF has been relocated, we can compute the GOT value
843 objfile *objf = current_program_space->symfile_object_file; local
844 got_sym = lookup_minimal_symbol ("_GLOBAL_OFFSET_TABLE_", NULL, objf);
904 objfile *objf = current_program_space->symfile_object_file local
    [all...]
minsyms.c 244 bool maybe_collect (const char *sfile, objfile *objf,
342 first minimal symbol that matches NAME. If OBJF is non-NULL, limit
363 struct objfile *objf)
384 if (objf == NULL || objf == objfile
385 || objf == objfile->separate_debug_objfile_backlink)
523 (struct objfile *objf, const lookup_name_info &lookup_name,
535 for (minimal_symbol *iter = objf->per_bfd->msymbol_hash[hash];
550 if (!objf->per_bfd->demangled_hash_languages.test (liter))
560 for (minimal_symbol *iter = objf->per_bfd->msymbol_demangled_hash[hash]
1087 objfile *objf = current_program_space->symfile_object_file; local
    [all...]
objfiles.c 356 objfile *objf = current_program_space->symfile_object_file;
357 if (objf == NULL || !objf->per_bfd->ei.entry_point_p)
360 int idx = objf->per_bfd->ei.the_bfd_section_index;
361 *entry_p = objf->per_bfd->ei.entry_point + objf->section_offsets[idx];
796 for (objfile *objf : current_program_space->objfiles_safe ())
801 if (!(objf->flags & OBJF_USERLOADED) && (objf->flags & OBJF_SHARED))
802 objf->unlink ()
354 objfile *objf = current_program_space->symfile_object_file; local
    [all...]
solib-svr4.c 2515 objfile *objf = current_program_space->symfile_object_file; local
2518 msymbol = lookup_minimal_symbol (*bkpt_namep, NULL, objf);
2537 msymbol = lookup_minimal_symbol (*bkpt_namep, NULL, objf);
3033 objfile *objf = current_program_space->symfile_object_file;
3034 if (objf)
3036 section_offsets new_offsets (objf->section_offsets.size (),
3038 objfile_relocate (objf, new_offsets);
linux-tdep.c 2524 struct objfile *objf; local
2527 struct value *mmap_val = find_function_in_inferior ("mmap64", &objf);
2529 struct gdbarch *gdbarch = objf->arch ();
2565 struct objfile *objf; local
2566 struct value *munmap_val = find_function_in_inferior ("munmap", &objf);
2568 struct gdbarch *gdbarch = objf->arch ();
symfile.c 2167 /* Add an OFFSET to the start address of each section in OBJF, except
2171 set_objfile_default_section_offset (struct objfile *objf,
2176 section_offsets offsets (objf->section_offsets.size (), offset);
2179 sections in OBJF. */
2185 = build_section_addr_info_from_objfile (objf);
2218 objfile_relocate (objf, offsets);
2231 struct objfile *objf;
2362 objf = symbol_file_add (filename.get (), add_flags, &section_addrs,
2364 if (!objfile_has_symbols (objf) && objf->per_bfd->minimal_symbol_count <= 0
2229 struct objfile *objf; local
2382 struct objfile *objf = NULL; local
    [all...]
valops.c 172 struct objfile *objf; local
173 struct value *val = find_function_in_inferior ("malloc", &objf);
174 struct gdbarch *gdbarch = objf->arch ();
  /src/external/gpl3/gdb/dist/gdb/python/
py-prettyprint.c 103 gdbpy_ref<> objf = objfile_to_objfile_object (obj); local
104 if (objf == NULL)
111 gdbpy_ref<> pp_list (objfpy_get_printers (objf.get (), NULL));
py-progspace.c 434 for (objfile *objf : self->pspace->objfiles ())
436 gdbpy_ref<> item = objfile_to_objfile_object (objf);
488 struct objfile *objf = self->pspace->objfile_for_address (addr); local
489 if (objf == nullptr)
492 return objfile_to_objfile_object (objf).release ();
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-prettyprint.c 103 gdbpy_ref<> objf = objfile_to_objfile_object (obj); local
104 if (objf == NULL)
111 gdbpy_ref<> pp_list (objfpy_get_printers (objf.get (), NULL));
py-progspace.c 434 for (objfile *objf : self->pspace->objfiles ())
436 gdbpy_ref<> item = objfile_to_objfile_object (objf);
488 struct objfile *objf = self->pspace->objfile_for_address (addr); local
489 if (objf == nullptr)
492 return objfile_to_objfile_object (objf).release ();

Completed in 83 milliseconds

1 2