Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_bundle.py60 code_section = elffile.get_section_by_name("CODE") variable
62 if code_section is not None:
63 code = code_section.data()
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_bundle.py60 code_section = elffile.get_section_by_name("CODE") variable
62 if code_section is not None:
63 code = code_section.data()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/
Dcreate_provisioning_bundle.py49 code_section = elffile.get_section_by_name("CODE") variable
51 if code_section is not None:
52 code = code_section.data()