Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c1737 XArray *fnpatts = VG_(newXA)( VG_(malloc), "m_redir.hrts.5", in handle_require_text_symbols() local
1759 VG_(addToXA)(fnpatts, &pattern); in handle_require_text_symbols()
1764 if (VG_(sizeXA)(fnpatts) == 0) { in handle_require_text_symbols()
1765 VG_(deleteXA)(fnpatts); in handle_require_text_symbols()
1776 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1778 *(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
1783 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) { in handle_require_text_symbols()
1785 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols()
1836 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1837 VG_(free)(*(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
[all …]