summaryrefslogtreecommitdiff
path: root/src/sys/include/np/symbol.h
AgeCommit message (Collapse)Author
6 daysnp: symbol: Ensure of assigned name and IDIan Moffett
This commit adds a lookup ID to each symbol as well as ensuring that they have a defined name even if the requested one is NULL Signed-off-by: Ian Moffett <ian@osmora.org>
6 daysnp: 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>