Searched refs:sym_addr (Results 1 – 3 of 3) sorted by relevance
98 Address sym_addr; in GetBreakableLoadAddress() local100 sym_addr = sc.function->GetAddressRange().GetBaseAddress(); in GetBreakableLoadAddress()102 sym_addr = sc.symbol->GetAddress(); in GetBreakableLoadAddress()104 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress()106 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
39 uptr sym_addr = reinterpret_cast<uptr>(info.dli_saddr); in SymbolizePC() local40 if (addr >= sym_addr) { in SymbolizePC()41 stack->info.function_offset = addr - sym_addr; in SymbolizePC()
670 lldb::addr_t sym_addr = in AppleObjCTrampolineHandler() local673 m_msgSend_map.insert(std::pair<lldb::addr_t, int>(sym_addr, i)); in AppleObjCTrampolineHandler()684 lldb::addr_t sym_addr = in AppleObjCTrampolineHandler() local687 m_opt_dispatch_map.emplace(sym_addr, i); in AppleObjCTrampolineHandler()