mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
71e6744210
Now that we're not overloading the name "symbol", we can define struct drgn_symbol as a symbol table entry. For now, this is very minimal: it's just a name, address, and size. We can then add a way to find the symbol for a given address, drgn_program_find_symbol(). For now, this is only supported through the actual ELF symbol tables. However, in the future, we can probably support adding "symbol finders". |
||
---|---|---|
.. | ||
docstrings.h | ||
drgnpy.h | ||
error.c | ||
module.c | ||
object.c | ||
program.c | ||
symbol.c | ||
test.c | ||
type.c | ||
util.c |