Searched refs:section_load_addr (Results 1 – 3 of 3) sorted by relevance
52 addr_t section_load_addr = LLDB_INVALID_ADDRESS; in GetSectionLoadAddress() local59 section_load_addr = pos->second; in GetSectionLoadAddress()61 return section_load_addr; in GetSectionLoadAddress()
244 section_load_addr = self.section.GetLoadAddress(self.target)245 if section_load_addr != lldb.LLDB_INVALID_ADDRESS:246 value = '0x%16.16x' % (section_load_addr)
6183 lldb::addr_t section_load_addr =6186 if (section_load_addr != LLDB_INVALID_ADDRESS) {6188 section_sp, section_load_addr))