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

  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.c 1833 const target_desc *tdesc_trans = string_read_description_xml (xml + 1);
1835 if (tdesc_trans == nullptr)
1841 else if (*tdesc != *tdesc_trans)
1831 const target_desc *tdesc_trans = string_read_description_xml (xml + 1); local
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.c 1834 const target_desc *tdesc_trans = string_read_description_xml (xml + 1);
1836 if (tdesc_trans == nullptr)
1842 else if (*tdesc != *tdesc_trans)
1832 const target_desc *tdesc_trans = string_read_description_xml (xml + 1); local

Completed in 16 milliseconds