Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Data Structures | |
struct | symtab_info |
Functions | |
const struct symtab_info * | symtab_get (void) |
Get the pointer to the symbol table. | |
const char * | symtab_find_symbol_name (uintptr_t addr, uint32_t *offset) |
Find the symbol name with a binary search. | |
#include <zephyr/debug/symtab.h>
Find the symbol name with a binary search.
[in] | addr | Address of the symbol to find |
[out] | offset | Offset of the symbol from the nearest symbol. If the symbol can't be found, this will be 0. |
const struct symtab_info * symtab_get | ( | void | ) |
#include <zephyr/debug/symtab.h>
Get the pointer to the symbol table.