Home
last modified time | relevance | path

Searched refs:sh_name (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h153 elf32_word sh_name; member
179 elf64_word sh_name; member
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_link.c66 (void *)llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name), in llext_link_plt()
220 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_link()
Dllext.c47 shdr->sh_name); in llext_find_section()
Dllext_load.c154 shdr->sh_name, in llext_find_tables()
209 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_map_sections()
/Zephyr-Core-3.7.0/scripts/logging/dictionary/
Ddatabase_gen.py126 def find_elf_sections(elf, sh_name): argument
129 if section.name == sh_name: