Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py457 def extract_static_strings(elf, database, section_extraction=False): argument
477 if section_extraction:
520 section_extraction = True
524 section_extraction = False
557 string_mappings = extract_static_strings(elf, database, section_extraction)
563 if not section_extraction:
568 string_mappings = extract_static_strings(elf, database, section_extraction=True)