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

  /src/external/gpl3/gdb.old/dist/gdb/
elfread.c 911 struct type *func_func_type = builtin_type (gdbarch)->builtin_func_func; local
927 function = value::allocate (func_func_type);
1006 struct type *func_func_type = builtin_type (gdbarch)->builtin_func_func; local
1007 struct type *value_type = func_func_type->target_type ();
1036 func_func = value::allocate (func_func_type);
  /src/external/gpl3/gdb/dist/gdb/
elfread.c 909 struct type *func_func_type = builtin_type (gdbarch)->builtin_func_func; local
925 function = value::allocate (func_func_type);
1004 struct type *func_func_type = builtin_type (gdbarch)->builtin_func_func; local
1005 struct type *value_type = func_func_type->target_type ();
1034 func_func = value::allocate (func_func_type);

Completed in 69 milliseconds