Searched refs:fnpatt (Results 1 – 1 of 1) sorted by relevance
1200 static void add_hardwired_spec (const HChar* sopatt, const HChar* fnpatt, in add_hardwired_spec() argument1220 spec->from_fnpatt = CONST_CAST(HChar *,fnpatt); in add_hardwired_spec()1680 HChar* fnpatt = VG_(strchr)(sopatt, sep); in handle_require_text_symbols() local1683 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() local1733 if (VG_(string_match)(fnpatt, *names)) { in handle_require_text_symbols()1753 VG_(printf)("%s %s\n", v, fnpatt); in handle_require_text_symbols()