Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dcrashlog.py153 def __init__(self, text_addr_lo, text_addr_hi, identifier, version, uuid, path): argument
155 self.add_section (symbolication.Section(text_addr_lo, text_addr_hi, "__TEXT"))
664 …pping %s loaded at %#16.16x duplicate entry (probably commpage)" % (image.path, image.text_addr_lo)