summaryrefslogtreecommitdiff
path: root/src/sys/include/np/symbol.h
AgeCommit message (Collapse)Author
2025-10-03np: symbol: Introduce symbol table + symbol cacheIan Moffett
This commit introduces a way to allocate and store symbols as structures consiting of a name and an address. We also provide a way to cache lookups to provide faster access. Signed-off-by: Ian Moffett <ian@osmora.org>