Searched refs:fnpatts (Results 1 – 1 of 1) sorted by relevance
1666 XArray *fnpatts = VG_(newXA)( VG_(malloc), "m_redir.hrts.5", in handle_require_text_symbols() local1688 VG_(addToXA)(fnpatts, &pattern); in handle_require_text_symbols()1693 if (VG_(sizeXA)(fnpatts) == 0) { in handle_require_text_symbols()1694 VG_(deleteXA)(fnpatts); in handle_require_text_symbols()1705 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()1707 *(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()1712 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) { in handle_require_text_symbols()1714 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols()1765 VG_(deleteXA)(fnpatts); in handle_require_text_symbols()