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()
380 uint64_t SectionLoadAddress = in printLineInfoForInput() local382 if (SectionLoadAddress != 0) in printLineInfoForInput()383 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
374 uint64_t SectionLoadAddress = in printLineInfoForInput() local376 if (SectionLoadAddress != 0) in printLineInfoForInput()377 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
1179 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local1180 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()