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

  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 79 uint64_t SymAddress, uint64_t SymSize,
81 uint64_t SymOffset = SymAddress - SecAddress;
103 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
105 uint64_t SymOffset = SymAddress - SecAddress;
203 uint64_t SymAddress = *SymAddressOrErr;
206 uint64_t SymOffset = SymAddress - SecAddress;
232 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
241 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
257 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 77 uint64_t SymAddress, uint64_t SymSize,
79 uint64_t SymOffset = SymAddress - SecAddress;
101 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
103 uint64_t SymOffset = SymAddress - SecAddress;
201 uint64_t SymAddress = *SymAddressOrErr;
204 uint64_t SymOffset = SymAddress - SecAddress;
230 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
239 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
246 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
255 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfLinker.cpp 393 uint64_t SymAddress;
400 SymAddress = Obj.getScatteredRelocationValue(MachOReloc);
401 SymOffset = int64_t(Addend) - SymAddress;
403 SymAddress = Addend;
417 } else if (const auto *Mapping = DMO.lookupObjectAddress(SymAddress)) {
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 438 milliseconds