Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c1200 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, in add_hardwired_spec() argument
1220 spec->from_fnpatt = CONST_CAST(HChar *,fnpatt); in add_hardwired_spec()
1680 HChar* fnpatt = VG_(strchr)(sopatt, sep); in handle_require_text_symbols() local
1683 vg_assert(fnpatt && *fnpatt == sep); in handle_require_text_symbols()
1684 *fnpatt = 0; in handle_require_text_symbols()
1685 fnpatt++; in handle_require_text_symbols()
1687 HChar *pattern = VG_(strdup)("m_redir.hrts.2", fnpatt); in handle_require_text_symbols()
1714 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols() local
1733 if (VG_(string_match)(fnpatt, *names)) { in handle_require_text_symbols()
1753 VG_(printf)("%s %s\n", v, fnpatt); in handle_require_text_symbols()