Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Delf.c37 uint8_t *loc, int type, uint32_t stb) in xtensa_elf_relocate() argument
64 if (stb == STB_GLOBAL) { in xtensa_elf_relocate()
/Zephyr-latest/subsys/llext/
Dllext_load.c484 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms() local
489 if ((stt == STT_FUNC || stt == STT_OBJECT) && stb == STB_GLOBAL) { in llext_count_export_syms()
491 i, name, stt, stb, sect); in llext_count_export_syms()
495 i, name, stt, stb, sect); in llext_count_export_syms()
577 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols() local
581 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
Dllext_link.c230 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_link_plt() local
233 switch (stb) { in llext_link_plt()
268 (size_t)rela.r_offset, (size_t)ldr->sects[LLEXT_MEM_TEXT].sh_offset, stb); in llext_link_plt()