HomeSort by relevance Sort by last modified time
    Searched refs:SectionLoadAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 374 uint64_t SectionLoadAddress =
376 if (SectionLoadAddress != 0)
377 Addr += SectionLoadAddress - Sec->getAddress();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 791 uint64_t SectionLoadAddress = 0;
848 SectionLoadAddress = L->getSectionLoadAddress(*RSec);
849 if (SectionLoadAddress != 0)
850 SymAddr += SectionLoadAddress - RSec->getAddress();

Completed in 66 milliseconds