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

  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 37 uint64_t OpdAddress = 0;
51 OpdAddress = Section->getAddress();
59 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress);
122 uint64_t OpdAddress) {
139 uint64_t OpdOffset = SymbolAddress - OpdAddress;
SymbolizableObjectFile.h 52 // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
57 uint64_t OpdAddress = 0);

Completed in 358 milliseconds