Home
last modified time | relevance | path

Searched refs:common_symbol (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dlinker.h64 struct common_symbol { struct
65 STAILQ_ENTRY(common_symbol) link;
86 STAILQ_HEAD(, common_symbol) common; /* list of common symbols */ argument
/f-stack/freebsd/sys/
H A Dlinker.h66 struct common_symbol { struct
67 STAILQ_ENTRY(common_symbol) link;
89 STAILQ_HEAD(, common_symbol) common; /* list of common symbols */ argument
/f-stack/freebsd/kern/
H A Dkern_linker.c639 struct common_symbol *cp; in linker_file_unload()
865 struct common_symbol *cp; in linker_file_lookup_symbol_internal()
878 cp = malloc(sizeof(struct common_symbol) in linker_file_lookup_symbol_internal()