Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_redir.c1772 XArray *fnpatts = VG_(newXA)( VG_(malloc), "m_redir.hrts.5", in handle_require_text_symbols() local
1794 VG_(addToXA)(fnpatts, &pattern); in handle_require_text_symbols()
1799 if (VG_(sizeXA)(fnpatts) == 0) { in handle_require_text_symbols()
1800 VG_(deleteXA)(fnpatts); in handle_require_text_symbols()
1811 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1813 *(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
1818 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) { in handle_require_text_symbols()
1820 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols()
1871 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1872 VG_(free)(*(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_redir.c1772 XArray *fnpatts = VG_(newXA)( VG_(malloc), "m_redir.hrts.5", in handle_require_text_symbols() local
1794 VG_(addToXA)(fnpatts, &pattern); in handle_require_text_symbols()
1799 if (VG_(sizeXA)(fnpatts) == 0) { in handle_require_text_symbols()
1800 VG_(deleteXA)(fnpatts); in handle_require_text_symbols()
1811 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1813 *(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
1818 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) { in handle_require_text_symbols()
1820 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols()
1871 for (i = 0; i < VG_(sizeXA)(fnpatts); i++) in handle_require_text_symbols()
1872 VG_(free)(*(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
[all …]