Home
last modified time | relevance | path

Searched refs:type_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c819 section). If type is source, then type_arg should be a filename. If
820 type is section, then type_arg should be the name of an ELF/DWARF
821 section. Otherwise type_arg may be NULL. Return a file descriptor
829 const char *type_arg, in debuginfod_query_server()
851 filename = type_arg; in debuginfod_query_server()
854 section = type_arg; in debuginfod_query_server()
825 debuginfod_query_server(debuginfod_client *c, const unsigned char *build_id, int build_id_len, const char *type, const char *type_arg, char **path) debuginfod_query_server() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc490 uint32_t type_arg = NumberToUint32(args[0]); in RUNTIME_FUNCTION() local
492 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()

Completed in 4 milliseconds