![]() |
Max OS 0.3
|
Implementation of symbol resolution for instruction pointers. More...
#include <common/symbols.h>Go to the source code of this file.
Functions | |
| const char * | MaxOS::common::resolve_symbol (uintptr_t rip, uintptr_t link_base, uintptr_t load_base) |
| resolve an instruction pointer (rip) to a symbol name and optional offset. | |
Implementation of symbol resolution for instruction pointers.
Definition in file symbols.cpp.
| const char * MaxOS::common::resolve_symbol | ( | uintptr_t | rip, |
| uintptr_t | link_base, | ||
| uintptr_t | load_base | ||
| ) |
resolve an instruction pointer (rip) to a symbol name and optional offset.
| rip | Instruction pointer |
| link_base | Where the kernel is linked at |
| load_base | Where the kernel is loaded at |
Definition at line 23 of file symbols.cpp.
References MaxOS::common::resolve_symbol().
Referenced by MaxOS::common::resolve_symbol(), and MaxOS::system::CPU::stack_trace().