Home
last modified time | relevance | path

Searched defs:stb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_load.c484 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms() local
577 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols() local
Dllext_link.c230 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_link_plt() local
/Zephyr-latest/arch/xtensa/core/
Delf.c37 uint8_t *loc, int type, uint32_t stb) in xtensa_elf_relocate()