Home
last modified time | relevance | path

Searched refs:st_info (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/scripts/tests/build/
Dtest_subfolder_list.py86 st_info = os.stat(OUT_FILE)
91 assert st_info == st_info2
96 st_info = os.stat(OUT_FILE)
99 assert st_info != st_info2
119 st_info = os.stat(trigger_file)
124 assert (time_now - st_info.st_atime) <= time_since_touch
125 assert (time_now - st_info.st_mtime) <= time_since_touch
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_link.c107 uint32_t stt = ELF_ST_TYPE(sym_tbl.st_info); in llext_link_plt()
139 uint32_t stb = ELF_ST_BIND(sym_tbl.st_info); in llext_link_plt()
284 name, ELF_ST_TYPE(sym.st_info), in llext_link()
285 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link()
Dllext_load.c401 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_count_export_syms()
402 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_count_export_syms()
494 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_copy_symbols()
495 uint32_t stb = ELF_ST_BIND(sym.st_info); in llext_copy_symbols()
/Zephyr-Core-3.7.0/arch/xtensa/core/
Delf.c37 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) { in arch_elf_relocate_local()
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h226 unsigned char st_info; member
240 unsigned char st_info; member
/Zephyr-Core-3.7.0/scripts/build/
Dcheck_init_priorities_test.py68 s0.entry.st_info.type = "STT_OBJECT"
78 s2.entry.st_info.type = "STT_FUNC"
Dcheck_init_priorities.py123 sym.entry.st_info.type in ["STT_OBJECT", "STT_FUNC"]):
Delf_parser.py183 if sym.entry.st_info.type != 'STT_OBJECT':