Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c1254 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, in add_hardwired_spec() argument
1274 spec->from_fnpatt = CONST_CAST(HChar *,fnpatt); in add_hardwired_spec()
1751 HChar* fnpatt = VG_(strchr)(sopatt, sep); in handle_require_text_symbols() local
1754 vg_assert(fnpatt && *fnpatt == sep); in handle_require_text_symbols()
1755 *fnpatt = 0; in handle_require_text_symbols()
1756 fnpatt++; in handle_require_text_symbols()
1758 HChar *pattern = VG_(strdup)("m_redir.hrts.2", fnpatt); in handle_require_text_symbols()
1785 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols() local
1804 if (VG_(string_match)(fnpatt, *names)) { in handle_require_text_symbols()
1824 VG_(printf)("%s %s\n", v, fnpatt); in handle_require_text_symbols()