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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 1729 static bool is_leb128_expr;
1734 is_leb128_expr = true;
1736 is_leb128_expr = false;
5986 if (is_leb128_expr && S_GET_SEGMENT (sym) == expr_section)
1726 static bool is_leb128_expr; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 1729 static bool is_leb128_expr;
1734 is_leb128_expr = true;
1736 is_leb128_expr = false;
5986 if (is_leb128_expr && S_GET_SEGMENT (sym) == expr_section)
1726 static bool is_leb128_expr; variable

Completed in 37 milliseconds