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

  /src/external/gpl3/gdb/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.old/dist/gdb/
value.c 2061 val = value_from_longest (builtin_type (gdbarch)->builtin_int64,
2080 val = value_from_longest (builtin_type (gdbarch)->builtin_int,
2083 val = value_from_longest (var->u.integer.type, var->u.integer.val);
3493 value_from_longest (struct type *type, LONGEST num)
4239 return value_from_longest (builtin_type (gdbarch)->builtin_int, ret);
3485 value_from_longest (struct type *type, LONGEST num) function

Completed in 31 milliseconds