Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_app_partitions.py115 full_lib = ELFFile(f)
119 if not full_lib:
122 sections = [x for x in full_lib.iter_sections()]
Dgen_relocate_app.py238 full_lib = ELFFile(obj_file_desc)
239 if not full_lib:
242 sections = [x for x in full_lib.iter_sections()]