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

  /src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c 470 exp = <rest_of_func_info> OP_modulus <width>, where,
472 - <rest_of_func_info> and <width> are themselves expressionS.
473 - <rest_of_func_info> stores a constant expression where X_add_number is
487 expressionS rest_of_func_info; local
494 rest_of_func_info.X_op = O_constant;
495 rest_of_func_info.X_add_number = func_info;
498 cexp->X_add_symbol = make_expr_symbol (&rest_of_func_info);
  /src/external/gpl3/binutils/dist/gas/
gen-sframe.c 557 exp = <rest_of_func_info> OP_modulus <width>, where,
559 - <rest_of_func_info> and <width> are themselves expressionS.
560 - <rest_of_func_info> stores a constant expression where X_add_number is
579 expressionS rest_of_func_info = { local
586 .X_add_symbol = make_expr_symbol (&rest_of_func_info),

Completed in 17 milliseconds