Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | np: symbol: Ensure of assigned name and ID | Ian 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> | |||
7 days | np: symbol: Introduce symbol table + symbol cache | Ian 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> |