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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 458 (auto_litpools ? MAX_AUTO_POOL_LITERALS : MAX_EXPLICIT_POOL_LITERALS)
495 static bool auto_litpools = false; variable
1010 auto_litpools = true;
1017 auto_litpools = false;
1035 auto_litpools = true;
4929 if (auto_litpools)
7905 if (use_literal_section || !auto_litpools)
11568 if (!auto_litpools)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 458 (auto_litpools ? MAX_AUTO_POOL_LITERALS : MAX_EXPLICIT_POOL_LITERALS)
495 static bool auto_litpools = false; variable
1010 auto_litpools = true;
1017 auto_litpools = false;
1035 auto_litpools = true;
4929 if (auto_litpools)
7905 if (use_literal_section || !auto_litpools)
11568 if (!auto_litpools)

Completed in 79 milliseconds