OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026