Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h50 return llext_string(ldr, ext, LLEXT_MEM_SHSTRTAB, shdr->sh_name); in llext_section_name()
Delf.h153 elf32_word sh_name; member
179 elf64_word sh_name; member
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py126 def find_elf_sections(elf, sh_name): argument
129 if section.name == sh_name:
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c546 return shdr->sh_name == detached_shdr.sh_name; in test_section_detached()
/Zephyr-latest/subsys/llext/
Dllext.c73 shdr->sh_name); in llext_find_section()
Dllext_load.c169 shdr->sh_name, in llext_find_tables()