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

  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 49 uint64_t OpdAddress = 0;
60 OpdAddress = Section->getAddress();
67 addSymbol(Symbol, OpdExtractor.get(), OpdAddress);
75 addSymbol(*si, OpdExtractor.get(), OpdAddress);
81 uint64_t OpdAddress) {
97 uint64_t OpdOffset = SymbolAddress - OpdAddress;
LLVMSymbolize.h 119 // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
123 uint64_t OpdAddress = 0);

Completed in 473 milliseconds