Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_bundle.py57 values_section = elffile.get_section_by_name("VALUES") variable
78 if values_section is not None:
79 values = values_section.data()
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_bundle.py57 values_section = elffile.get_section_by_name("VALUES") variable
78 if values_section is not None:
79 values = values_section.data()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/
Dcreate_provisioning_bundle.py46 values_section = elffile.get_section_by_name("VALUES") variable
67 if values_section is not None:
68 values = values_section.data()