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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 55 std::vector<asection *> *stabsects; /* .stab sections. */ member in struct:coff_symfile_info
219 STABSECTS is the list of .stab sections in OBJFILE.
229 const std::vector<asection *> &stabsects,
274 if (stabsects.size () == 1)
276 stabsize = bfd_section_size (stabsects[0]);
278 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
283 for (asection *section : stabsects)
289 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
292 key->ctx.symbuf_sections = &stabsects;
293 key->ctx.symbuf_left = bfd_section_size (stabsects[0])
713 std::vector<asection *> stabsects; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 55 std::vector<asection *> *stabsects; /* .stab sections. */ member in struct:coff_symfile_info
219 STABSECTS is the list of .stab sections in OBJFILE.
229 const std::vector<asection *> &stabsects,
275 if (stabsects.size () == 1)
277 stabsize = bfd_section_size (stabsects[0]);
279 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
284 for (asection *section : stabsects)
290 DBX_SYMTAB_OFFSET (objfile) = stabsects[0]->filepos;
293 key->ctx.symbuf_sections = &stabsects;
294 key->ctx.symbuf_left = bfd_section_size (stabsects[0])
714 std::vector<asection *> stabsects; local
    [all...]

Completed in 22 milliseconds