Searched refs:SectionLoadAddress (Results 1 – 2 of 2) sorted by relevance
735 uint64_t SectionLoadAddress = 0; in DWARFContextInMemory() local778 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()779 if (SectionLoadAddress != 0) in DWARFContextInMemory()780 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()
350 uint64_t SectionLoadAddress = in printLineInfoForInput() local352 if (SectionLoadAddress != 0) in printLineInfoForInput()353 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()