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

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 583 struct type *funcptr_type = builtin_type (gdbarch)->builtin_func_ptr; local
596 ptr_value = extract_typed_address (contents, funcptr_type);
598 funcptr_type->length (), byte_order);
599 contents += funcptr_type->length ();
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 583 struct type *funcptr_type = builtin_type (gdbarch)->builtin_func_ptr; local
596 ptr_value = extract_typed_address (contents, funcptr_type);
598 funcptr_type->length (), byte_order);
599 contents += funcptr_type->length ();

Completed in 40 milliseconds