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

  /src/external/gpl3/gdb.old/dist/gdb/arch/
amd64-linux-tdesc.c 38 static tdesc_cache_type amd64_tdesc_cache, x32_tdesc_cache; local
40 tdesc_cache_type &tdesc_cache = is_x32 ? x32_tdesc_cache : amd64_tdesc_cache;
  /src/external/gpl3/gdb/dist/gdb/arch/
amd64-linux-tdesc.c 38 static tdesc_cache_type amd64_tdesc_cache, x32_tdesc_cache; local
40 tdesc_cache_type &tdesc_cache = is_x32 ? x32_tdesc_cache : amd64_tdesc_cache;

Completed in 31 milliseconds