Searched refs:sh_name (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/llext/ |
D | elf.h | 153 elf32_word sh_name; member 179 elf64_word sh_name; member
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | llext_link.c | 66 (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()
|
D | llext.c | 47 shdr->sh_name); in llext_find_section()
|
D | llext_load.c | 154 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/ |
D | database_gen.py | 126 def find_elf_sections(elf, sh_name): argument 129 if section.name == sh_name:
|