Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
989
int
990
linker_ddb_lookup(const char *symstr, c_linker_sym_t *sym)
991
{
992
993
return (linker_debug_lookup(symstr, sym));
994
}
995
#endif
996
997
int
Callers
1
X_db_lookup
Function · 0.85
Calls
1
linker_debug_lookup
Function · 0.85
Tested by
no test coverage detected