Home
last modified time | relevance | path

Searched defs:get_handle (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cpp124 StackDepotHandle StackDepotNode::get_handle(u32 id) { in get_handle() function in __sanitizer::StackDepotNode
H A Dsanitizer_chained_origin_depot.cpp120 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { in get_handle() function in __sanitizer::ChainedOriginDepotNode
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc98 Handle get_handle() { return Handle(this); } in get_handle() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc81 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c499 get_handle(struct sshbuf *queue, int *hp) in get_handle() function
H A Dsftp-client.c287 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() function