Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_bundle.py59 rwdata_section = elffile.get_section_by_name("RW_DATA") variable
68 if rwdata_section is not None:
69 rwdata = rwdata_section.data()
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_bundle.py59 rwdata_section = elffile.get_section_by_name("RW_DATA") variable
68 if rwdata_section is not None:
69 rwdata = rwdata_section.data()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/
Dcreate_provisioning_bundle.py48 rwdata_section = elffile.get_section_by_name("RW_DATA") variable
57 if rwdata_section is not None:
58 rwdata = rwdata_section.data()