Searched refs:SectionLoadAddress (Results 1 – 4 of 4) sorted by relevance
791 uint64_t SectionLoadAddress = 0; in DWARFContextInMemory() local848 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()849 if (SectionLoadAddress != 0) in DWARFContextInMemory()850 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()
374 uint64_t SectionLoadAddress = in printLineInfoForInput() local376 if (SectionLoadAddress != 0) in printLineInfoForInput()377 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
1579 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local1580 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()