Home
last modified time | relevance | path

Searched defs:call_site (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dinstrument-functions.c59 __cyg_profile_func_enter(void *this_fn, void *call_site) in __cyg_profile_func_enter()
65 __cyg_profile_func_exit(void *this_fn, void *call_site) in __cyg_profile_func_exit()
70 static void print_debug(void *this_fn, void *call_site, action_type action) in print_debug()
/freebsd/contrib/libpcap/
H A Dinstrument-functions.c59 __cyg_profile_func_enter(void *this_fn, void *call_site) in __cyg_profile_func_enter()
65 __cyg_profile_func_exit(void *this_fn, void *call_site) in __cyg_profile_func_exit()
70 static void print_debug(void *this_fn, void *call_site, action_type action) in print_debug()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp427 const Declaration &call_site = inline_info->GetCallSite(); in SetNextBranchBreakpoint() local