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

  /src/external/gpl3/gdb/dist/gdb/
elfread.c 59 asection *stabsect; /* Section pointer for .stab section */ member in struct:elfinfo
181 ei->stabsect = sectp;
1078 && ei->stabsect == NULL
1282 STABSECT is the BFD section information for the .stab section.
1290 elfstab_build_psymtabs (struct objfile *objfile, asection *stabsect,
1310 = bfd_section_size (stabsect) / DBX_SYMBOL_SIZE (objfile);
1312 DBX_SYMTAB_OFFSET (objfile) = stabsect->filepos;
1313 DBX_STAB_SECTION (objfile) = stabsect;
1337 key->ctx.symbuf_left = bfd_section_size (stabsect);
1342 key->ctx.stabs_data = symfile_relocate_debug_section (objfile, stabsect, NULL)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
elfread.c 62 asection *stabsect; /* Section pointer for .stab section */ member in struct:elfinfo
184 ei->stabsect = sectp;
1079 && ei->stabsect == NULL
1289 if (ei.stabsect)
1300 ei.stabsect,
dbxread.c 3082 STABSECT is the BFD section information for the .stab section.
3090 elfstab_build_psymtabs (struct objfile *objfile, asection *stabsect,
3109 = bfd_section_size (stabsect) / DBX_SYMBOL_SIZE (objfile);
3111 DBX_SYMTAB_OFFSET (objfile) = stabsect->filepos;
3112 DBX_STAB_SECTION (objfile) = stabsect;
3136 symbuf_left = bfd_section_size (stabsect);
3141 stabs_data = symfile_relocate_debug_section (objfile, stabsect, NULL);
3178 asection *stabsect;
3182 stabsect = bfd_get_section_by_name (sym_bfd, stab_name);
3185 if (!stabsect)
3165 asection *stabsect; local
    [all...]

Completed in 31 milliseconds