Home | History | Annotate | Download | only in security_ASLR

Lines Matching defs:Mapping

109 class Mapping(object):
110 """Holds information about a process's address mapping.
112 Stores information about one memory mapping for a process.
129 return "<mapping %s %s>" % (self._name, self._start)
211 for i, mapping in enumerate(mappings[1:]):
213 for key in mapping.iterkeys():
222 mapping[key].get_start())
251 A dict mapping names to mapping objects (see above for mapping
268 memory_map[name] = Mapping(name, start)
278 column data into a dict mapping column names to their string values.
314 error.TestFail if any processes' memory mapping addresses are the