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

  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.c 54 /* The various possibilities of bitness defined for a probe's argument.
58 - STAP_ARG_BITNESS_UNDEFINED: The user hasn't specified the bitness.
88 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
91 /* The bitness of this argument. */
92 enum stap_arg_bitness bitness; member in struct:stap_probe_arg
94 /* The corresponding `struct type *' to the bitness. */
211 unsigned bitness. This function basically handles them, properly
449 /* Given the bitness of the argument, represented by B, return the
491 error (_("Undefined bitness for probe '%s'."), probe_name);
1263 enum stap_arg_bitness bitness; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stap-probe.c 54 /* The various possibilities of bitness defined for a probe's argument.
58 - STAP_ARG_BITNESS_UNDEFINED: The user hasn't specified the bitness.
88 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
91 /* The bitness of this argument. */
92 enum stap_arg_bitness bitness; member in struct:stap_probe_arg
94 /* The corresponding `struct type *' to the bitness. */
211 unsigned bitness. This function basically handles them, properly
449 /* Given the bitness of the argument, represented by B, return the
491 error (_("Undefined bitness for probe '%s'."), probe_name);
1263 enum stap_arg_bitness bitness; local
    [all...]

Completed in 22 milliseconds