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

Function linker_debug_symbol_values

freebsd/kern/kern_linker.c:949–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949static int
950linker_debug_symbol_values(c_linker_sym_t sym, linker_symval_t *symval)
951{
952 linker_file_t lf;
953
954 TAILQ_FOREACH(lf, &linker_files, link) {
955 if (LINKER_SYMBOL_VALUES(lf, sym, symval) == 0)
956 return (0);
957 }
958 return (ENOENT);
959}
960
961static int
962linker_debug_search_symbol_name(caddr_t value, char *buf, u_int buflen,

Callers 2

linker_ddb_symbol_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected