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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 438 coff_alloc_type (int index) function
1874 type = coff_alloc_type (aux->x_sym.x_tagndx.u32);
1958 type = coff_alloc_type (cs->c_symnum);
1979 type = coff_alloc_type (cs->c_symnum);
2000 type = coff_alloc_type (cs->c_symnum);
2069 type = coff_alloc_type (index);
2159 type = coff_alloc_type (index);
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 439 coff_alloc_type (int index) function
1875 type = coff_alloc_type (aux->x_sym.x_tagndx.u32);
1959 type = coff_alloc_type (cs->c_symnum);
1980 type = coff_alloc_type (cs->c_symnum);
2001 type = coff_alloc_type (cs->c_symnum);
2070 type = coff_alloc_type (index);
2160 type = coff_alloc_type (index);

Completed in 63 milliseconds