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
69 if (stb == STB_GLOBAL) { in xtensa_elf_relocate()
/Zephyr-latest/subsys/llext/
Dllext_load.c542 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms() local
547 if ((stt == STT_FUNC || stt == STT_OBJECT) && stb == STB_GLOBAL) { in llext_count_export_syms()
549 i, name, stt, stb, sect); in llext_count_export_syms()
553 i, name, stt, stb, sect); in llext_count_export_syms()
660 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols() local
664 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
Dllext_link.c324 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_link_plt() local
327 switch (stb) { in llext_link_plt()
362 (size_t)rela.r_offset, (size_t)ldr->sects[LLEXT_MEM_TEXT].sh_offset, stb); in llext_link_plt()