Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
symtab.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  symtab_info
 

Functions

const struct symtab_info *const symtab_get (void)
 Get the pointer to the symbol table.
 
const char *const symtab_find_symbol_name (uintptr_t addr, uint32_t *offset)
 Find the symbol name with a binary search.