Home
last modified time | relevance | path

Searched refs:sect_name (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c330 const char *sect_name, const char *sym_name) in do_inspect_checks() argument
341 sect_shndx = llext_section_shndx(ldr, ext, sect_name); in do_inspect_checks()
342 zassert_true(sect_shndx > 0, "section %s should be found", sect_name); in do_inspect_checks()
354 "section %s overflows its region %d", sect_name, reg_idx); in do_inspect_checks()
360 "symbol %s mapped outside section %s", sym_name, sect_name); in do_inspect_checks()
/Zephyr-latest/subsys/llext/
Dllext.c27 const char *sect_name) in llext_section_shndx() argument
34 if (!strcmp(name, sect_name)) { in llext_section_shndx()
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py488 for sect_name in string_sections:
489 if sect_name in elf_sections:
490 rawstr_map = extract_strings_in_one_section(elf_sections[sect_name],