Home
last modified time | relevance | path

Searched refs:symtab_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/debug/symtab/
Dsymtab.c13 const struct symtab_info *symtab_get(void) in symtab_get() function
22 const struct symtab_info *const symtab = symtab_get(); in symtab_find_symbol_name()
59 const struct symtab_info *const symtab = symtab_get(); in cmd_symtab_list()
/Zephyr-latest/include/zephyr/debug/
Dsymtab.h49 const struct symtab_info *symtab_get(void);
/Zephyr-latest/doc/services/debugging/
Dsymtab.rst17 file and call :c:func:`symtab_get`. For now, we only provide :c:func:`symtab_find_symbol_name`
/Zephyr-latest/tests/subsys/debug/symtab/src/
Dmain.c14 symtab = symtab_get(); in setup()