Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dmm.py135 mem_section = gdb.parse_and_eval("mem_section")
136 return mem_section[root][nr & self.SECTION_ROOT_MASK]
160 def valid_section(self, mem_section): argument
161 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_HAS_MEM_MAP):
165 def early_section(self, mem_section): argument
166 if mem_section != None and (mem_section['section_mem_map'] & self.SECTION_IS_EARLY):