Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Delf.c149 xtensa_elf_relocate(ldr, ext, rel, sh_addr, rel_addr, type, ELF_ST_BIND(sym->st_info)); in arch_elf_relocate_local()
166 ELF_ST_BIND(sym->st_info)); in arch_elf_relocate_global()
/Zephyr-latest/include/zephyr/llext/
Delf.h481 #define ELF_ST_BIND ELF64_ST_BIND macro
508 #define ELF_ST_BIND ELF32_ST_BIND macro
/Zephyr-latest/subsys/llext/
Dllext_link.c230 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_link_plt()
391 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link()
Dllext_load.c484 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms()
577 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols()