Home
last modified time | relevance | path

Searched refs:okind (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_errors.c258 static void mc_pp_origin ( ExeContext* ec, UInt okind ) in mc_pp_origin() argument
263 switch (okind) { in mc_pp_origin()
Dmc_main.c1809 ThreadId tid, UInt okind ) in make_mem_undefined_w_tid_and_okind() argument
1815 tl_assert(okind <= 3); in make_mem_undefined_w_tid_and_okind()
1820 MC_(make_mem_undefined_w_otag) ( a, len, ecu | okind ); in make_mem_undefined_w_tid_and_okind()
5692 UInt okind; in handle_gdb_monitor_command() local
5724 okind = otag & 3; in handle_gdb_monitor_command()
5725 switch (okind) { in handle_gdb_monitor_command()