/external/valgrind/main/include/ |
pub_tool_debuginfo.h | 41 returns False and nothing is copied. VG_(get_fnname) always 45 extern Bool VG_(get_fnname) ( Addr a, Char* fnname, Int n_fnname ); 69 first instruction in a function -- as opposed to VG_(get_fnname) which
|
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 45 #include "pub_tool_debuginfo.h" /* VG_(get_fnname) */ 405 VG_(get_fnname)(origAddr,bbInfo->fn_name,FUNCTION_NAME_LENGTH);
|
/external/valgrind/main/massif/ |
ms_main.c | 850 ( VG_(get_fnname)(ip, buf, BUF_LEN) && is_member_fn(ignore_fns, buf) [all...] |
/external/valgrind/main/callgrind/ |
fn.c | 439 found_fn = VG_(get_fnname)(instr_addr,
|
/external/valgrind/main/cachegrind/ |
cg_main.c | 226 Bool found_fn = VG_(get_fnname)(instr_addr, fn, FN_LEN); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 1482 Bool VG_(get_fnname) ( Addr a, Char* buf, Int nbuf ) function [all...] |