OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_ptr
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/usr.bin/indent/
fmt_decl.c
18
typedef void ( *
function_ptr
) ( int * ) ;
typedef
22
typedef void (*
function_ptr
)(int *);
typedef
/src/tests/usr.bin/xlint/lint1/
queries.c
571
typedef void (function_typedef)(int), (*
function_ptr
)(int);
typedef
/src/external/gpl3/binutils/dist/bfd/
dwarf2.c
3305
/* If ADDR is within UNIT's function tables, set
FUNCTION_PTR
, and return
3313
struct funcinfo **
function_ptr
)
3383
*
function_ptr
= best_fit;
4697
The output parameters, FILENAME_PTR,
FUNCTION_PTR
, and
4704
struct funcinfo **
function_ptr
,
4713
*
function_ptr
= NULL;
4714
func_p = lookup_address_in_function_table (unit, addr,
function_ptr
);
4716
if (func_p && (*
function_ptr
)->tag == DW_TAG_inlined_subroutine)
4717
unit->stash->inliner_chain = *
function_ptr
;
/src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c
3305
/* If ADDR is within UNIT's function tables, set
FUNCTION_PTR
, and return
3313
struct funcinfo **
function_ptr
)
3383
*
function_ptr
= best_fit;
4697
The output parameters, FILENAME_PTR,
FUNCTION_PTR
, and
4704
struct funcinfo **
function_ptr
,
4713
*
function_ptr
= NULL;
4714
func_p = lookup_address_in_function_table (unit, addr,
function_ptr
);
4716
if (func_p && (*
function_ptr
)->tag == DW_TAG_inlined_subroutine)
4717
unit->stash->inliner_chain = *
function_ptr
;
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026