Searched refs:SectionLoadAddress (Results 1 – 5 of 5) 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()
460 uint64_t SectionLoadAddress = in printLineInfoForInput() local462 if (SectionLoadAddress != 0) in printLineInfoForInput()463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
1471 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local1472 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()