Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py33 class SectionAddressRange(object): class
46 TARGET_SECTIONS: Dict[str, List[SectionAddressRange]] = {
48 SectionAddressRange('.rom.text', 0x40000000, 0x70000),
49 SectionAddressRange('.rom.rodata', 0x3ff96000, 0x9018)
52 SectionAddressRange('.rom.text', 0x40000000, 0x1bed0),
53 SectionAddressRange('.rom.rodata', 0x3ffac600, 0x392c)
56 SectionAddressRange('.rom.text', 0x40000000, 0x568d0),
57 SectionAddressRange('.rom.rodata', 0x3ff071c0, 0x8e30)
134 def _load_sections(self) -> List[SectionAddressRange]:
142 SectionAddressRange(