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

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 386 type *target_ftype = find_function_type (funaddr); local
390 if (target_ftype == NULL)
391 target_ftype = find_gnu_ifunc_target_type (resolver_addr);
392 if (target_ftype != NULL)
394 value_type = check_typedef (target_ftype)->target_type ();
395 ftype = target_ftype;
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 386 type *target_ftype = find_function_type (funaddr); local
390 if (target_ftype == NULL)
391 target_ftype = find_gnu_ifunc_target_type (resolver_addr);
392 if (target_ftype != NULL)
394 value_type = check_typedef (target_ftype)->target_type ();
395 ftype = target_ftype;

Completed in 23 milliseconds