Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Delf.h153 elf32_word sh_name; member
179 elf64_word sh_name; member
/Zephyr-latest/subsys/llext/
Dllext.c37 tmp->sh_name); in llext_get_section_header()
69 shdr->sh_name); in llext_find_section()
Dllext_link.c156 (void *)llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name), in llext_link_plt()
321 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_link()
Dllext_load.c166 shdr->sh_name, in llext_find_tables()
222 name = llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_map_sections()
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c459 return shdr->sh_name == detached_shdr.sh_name; in test_section_detached()
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py126 def find_elf_sections(elf, sh_name): argument
129 if section.name == sh_name: