Searched refs:SectionAddressRange (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/tools/ci/ |
D | check_callgraph.py | 48 class SectionAddressRange(object): class 63 SectionAddressRange('.rom.text', 0x40000000, 0x70000), 64 SectionAddressRange('.rom.rodata', 0x3ff96000, 0x9018) 67 SectionAddressRange('.rom.text', 0x40000000, 0x1bed0), 68 SectionAddressRange('.rom.rodata', 0x3ffac600, 0x392c) 71 SectionAddressRange('.rom.text', 0x40000000, 0x568d0), 72 SectionAddressRange('.rom.rodata', 0x3ff071c0, 0x8e30) 152 SectionAddressRange(
|