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

  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 1817 unsigned int new_c_type;
1821 new_c_type = DECREF (c_type);
1824 type = decode_type (cs, new_c_type, aux, objfile);
1829 type = decode_type (cs, new_c_type, aux, objfile);
1851 base_type = decode_type (cs, new_c_type, aux, objfile);
1807 unsigned int new_c_type; local
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 1818 unsigned int new_c_type;
1822 new_c_type = DECREF (c_type);
1825 type = decode_type (cs, new_c_type, aux, objfile);
1830 type = decode_type (cs, new_c_type, aux, objfile);
1852 base_type = decode_type (cs, new_c_type, aux, objfile);
1808 unsigned int new_c_type; local

Completed in 30 milliseconds