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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf-attr.c 507 const arg_token_t expected_ttype,
514 gas_assert (expected_ttype & UNSIGNED_INTEGER);
604 obj_attr_parse_arg (arg_token_t expected_ttype,
609 const arg_token_t low_ttype = (expected_ttype & LT_MASK);
674 if (lookup_known_symbols (identifier, expected_ttype, arg_out))
746 obj_attr_parse_args (arg_token_t expected_ttype,
750 if ((expected_ttype & LIST) == 0)
751 return obj_attr_parse_arg (expected_ttype, resolve_identifier, false,
758 expected_ttype &= ~LIST;
765 if (! obj_attr_parse_arg (expected_ttype, resolve_identifier, false
874 arg_token_t expected_ttype = va_arg (args, arg_token_t); local
979 arg_token_t expected_ttype = va_arg (args, arg_token_t); local
    [all...]

Completed in 53 milliseconds