Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Ddebuginfo.c2604 const HChar *buf_fn; in VG_() local
2617 ? VG_(get_fnname_w_offset) (ep, eip, &buf_fn) in VG_()
2618 : VG_(get_fnname) (ep, eip, &buf_fn); in VG_()
2625 buf_fn = next_inl->inlinedfn; in VG_()
2692 APPEND_ESC(buf_fn); in VG_()
2731 APPEND(buf_fn); in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Ddebuginfo.c2604 const HChar *buf_fn; in VG_() local
2617 ? VG_(get_fnname_w_offset) (ep, eip, &buf_fn) in VG_()
2618 : VG_(get_fnname) (ep, eip, &buf_fn); in VG_()
2625 buf_fn = next_inl->inlinedfn; in VG_()
2692 APPEND_ESC(buf_fn); in VG_()
2731 APPEND(buf_fn); in VG_()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/python/
H A Dbotan2.py1267 def _load_buf_or_file(filename, buf, file_fn, buf_fn): argument
1278 buf_fn(byref(obj), _ctype_bits(buf), len(buf))
/dports/security/botan2/Botan-2.18.2/src/python/
H A Dbotan2.py1267 def _load_buf_or_file(filename, buf, file_fn, buf_fn): argument
1278 buf_fn(byref(obj), _ctype_bits(buf), len(buf))
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/python/
H A Dbotan2.py1267 def _load_buf_or_file(filename, buf, file_fn, buf_fn): argument
1278 buf_fn(byref(obj), _ctype_bits(buf), len(buf))
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/
H A Dvalgrind-wheezy.diff1114 + const HChar *buf_fn;
1120 +- ? VG_(get_fnname_w_offset) (eip, &buf_fn)
1121 +- : VG_(get_fnname) (eip, &buf_fn);
1122 ++ ? VG_(get_fnname_w_offset) (ep, eip, &buf_fn)
1123 ++ : VG_(get_fnname) (ep, eip, &buf_fn);