Home
last modified time | relevance | path

Searched refs:ELF_ST_BIND (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h524 #define ELF_ST_BIND ELF64_ST_BIND macro
551 #define ELF_ST_BIND ELF32_ST_BIND macro
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_link.c139 uint32_t stb = ELF_ST_BIND(sym_tbl.st_info); in llext_link_plt()
285 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link()
Dllext_load.c402 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms()
495 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols()