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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 149 uint32_t AddrA = Obj.getScatteredRelocationValue(RE);
159 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2);
RuntimeDyldMachOARM.h 233 uint32_t AddrA = MachO.getScatteredRelocationValue(RE);
243 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 71 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 563 W.printHex("Value", Obj->getScatteredRelocationValue(RE));
573 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE));
  /external/llvm/include/llvm/Object/
MachO.h 319 uint32_t getScatteredRelocationValue(
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 62 milliseconds