MCPcopy Create free account
hub / github.com/F-Stack/f-stack / linker_ddb_lookup

Function linker_ddb_lookup

freebsd/kern/kern_linker.c:989–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 */
988#ifdef DDB
989int
990linker_ddb_lookup(const char *symstr, c_linker_sym_t *sym)
991{
992
993 return (linker_debug_lookup(symstr, sym));
994}
995#endif
996
997int

Callers 1

X_db_lookupFunction · 0.85

Calls 1

linker_debug_lookupFunction · 0.85

Tested by

no test coverage detected