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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 365 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile) function
380 asection *sect = cs_to_bfd_section (cs, objfile);
1071 asection *bfd_section = cs_to_bfd_section (cs, objfile);
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 366 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile) function
381 asection *sect = cs_to_bfd_section (cs, objfile);
1072 asection *bfd_section = cs_to_bfd_section (cs, objfile);

Completed in 29 milliseconds