HomeSort by relevance Sort by last modified time
    Searched refs:get_fnname (Results 1 - 8 of 8) sorted by null

  /external/valgrind/include/
pub_tool_debuginfo.h 61 the VG_(get_fnname...) functions is invalidated by :
62 * another call to any of the functions VG_(get_fnname...).
67 VG_(get_fnname)(a1, &fnname1);
68 VG_(get_fnname)(a2, &fnname2);
75 returns False. VG_(get_fnname) always
80 extern Bool VG_(get_fnname) ( Addr a, const HChar** fnname );
104 first instruction in a function -- as opposed to VG_(get_fnname) which
  /external/valgrind/exp-bbv/
bbv_main.c 46 #include "pub_tool_debuginfo.h" /* VG_(get_fnname) */
395 VG_(get_fnname)(origAddr, &fn_name);
  /external/valgrind/coregrind/
m_addrinfo.c 463 hasfn = VG_(get_fnname)(ai->Addr.Stack.IP, &fn);
m_xtree.c 512 || !VG_(get_fnname)(ips[(n)], &called_fnname)) { \
    [all...]
  /external/valgrind/massif/
ms_main.c 524 top_has_fnname = VG_(get_fnname)(ips[*top], &fnname);
579 VG_(get_fnname)(ips[0], &fnname) ? fnname : "???");
    [all...]
  /external/valgrind/callgrind/
fn.c 447 found_fn = VG_(get_fnname)(instr_addr, fn_name);
  /external/valgrind/cachegrind/
cg_main.c 218 Bool found_fn = VG_(get_fnname)(instr_addr, fn);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 1870 Bool VG_(get_fnname) ( Addr a, const HChar** buf ) function
    [all...]

Completed in 349 milliseconds