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

  /src/external/gpl3/gdb.old/dist/gdb/
value.c 2043 val = value_from_longest (builtin_type (gdbarch)->builtin_int64,
2062 val = value_from_longest (builtin_type (gdbarch)->builtin_int,
2065 val = value_from_longest (var->u.integer.type, var->u.integer.val);
3534 value_from_longest (struct type *type, LONGEST num)
4285 return value_from_longest (builtin_type (gdbarch)->builtin_int, ret);
3526 value_from_longest (struct type *type, LONGEST num) function
  /src/external/gpl3/gdb/dist/gdb/
value.c 2066 val = value_from_longest (builtin_type (gdbarch)->builtin_int64,
2085 val = value_from_longest (builtin_type (gdbarch)->builtin_int,
2088 val = value_from_longest (var->u.integer.type, var->u.integer.val);
3557 value_from_longest (struct type *type, LONGEST num)
4308 return value_from_longest (builtin_type (gdbarch)->builtin_int, ret);
3549 value_from_longest (struct type *type, LONGEST num) function

Completed in 17 milliseconds