Home
last modified time | relevance | path

Searched defs:name_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/libunwind/include/
Dlibunwind-dynamic.h108 unw_word_t name_ptr; /* address of human-readable procedure name */ member
118 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */ member
127 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */ member
/third_party/rust/crates/nix/src/
Dpty.rs188 let name_ptr = libc::ptsname(fd.as_raw_fd()); in ptsname() localVariable
/third_party/gn/src/gn/
Dtrace.cc62 const std::string* name_ptr; // Pointer to a string with the name in it. member
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc114 auto* name_ptr = p_v8_heap_object->properties[index_].name.c_str(); in GetNext() local
/third_party/gstreamer/gstreamer/gst/
Dgstelement.c1029 const gchar *templ_name_ptr, *name_ptr; in gst_element_is_valid_request_template_name() local
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc7945 const char** name_ptr) { in GetMathIntrinsicOpcode()