7#ifndef ZEPHYR_INCLUDE_DEBUG_SYMTAB_H_
8#define ZEPHYR_INCLUDE_DEBUG_SYMTAB_H_
26struct z_symtab_entry {
28 const char *
const name;
41 const struct z_symtab_entry *
const entries;
const char *const symtab_find_symbol_name(uintptr_t addr, uint32_t *offset)
Find the symbol name with a binary search.
const struct symtab_info *const symtab_get(void)
Get the pointer to the symbol table.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINTPTR_TYPE__ uintptr_t
Definition stdint.h:105
const struct z_symtab_entry *const entries
Definition symtab.h:41
const uintptr_t first_addr
Definition symtab.h:37
const uint32_t length
Definition symtab.h:39