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

  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 194 add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect,
229 add_to_objfile_sections (objfile->obfd.get (), sect, objfile, 0);
232 add_to_objfile_sections (objfile->obfd.get (), bfd_com_section_ptr,
234 add_to_objfile_sections (objfile->obfd.get (), bfd_und_section_ptr,
236 add_to_objfile_sections (objfile->obfd.get (), bfd_abs_section_ptr,
238 add_to_objfile_sections (objfile->obfd.get (), bfd_ind_section_ptr,
192 add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect, function
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 193 add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect,
228 add_to_objfile_sections (objfile->obfd.get (), sect, objfile, 0);
231 add_to_objfile_sections (objfile->obfd.get (), bfd_com_section_ptr,
233 add_to_objfile_sections (objfile->obfd.get (), bfd_und_section_ptr,
235 add_to_objfile_sections (objfile->obfd.get (), bfd_abs_section_ptr,
237 add_to_objfile_sections (objfile->obfd.get (), bfd_ind_section_ptr,
191 add_to_objfile_sections (struct bfd *abfd, struct bfd_section *asect, function

Completed in 30 milliseconds