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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 346 static int cs_to_section (struct coff_symbol *, struct objfile *);
378 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) function
940 int section = cs_to_section (cs, objfile);
1066 sec = cs_to_section (cs, objfile);
1073 sec = cs_to_section (cs, objfile);
1646 sym->set_section_index (cs_to_section (cs, objfile));
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 347 static int cs_to_section (struct coff_symbol *, struct objfile *);
379 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) function
941 int section = cs_to_section (cs, objfile);
1067 sec = cs_to_section (cs, objfile);
1074 sec = cs_to_section (cs, objfile);
1647 sym->set_section_index (cs_to_section (cs, objfile));

Completed in 53 milliseconds