reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/MachO.h
  476   uint32_t getScatteredRelocationValue(

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   73   unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  378     uint32_t AddrA = MachO.getScatteredRelocationValue(RE);
  392     uint32_t AddrB = MachO.getScatteredRelocationValue(RE2);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  167     uint32_t AddrA = Obj.getScatteredRelocationValue(RE);
  181     uint32_t AddrB = Obj.getScatteredRelocationValue(RE2);
tools/dsymutil/DwarfLinker.cpp
  482       SymAddress = Obj.getScatteredRelocationValue(MachOReloc);
tools/llvm-objdump/MachODump.cpp
  898                               O->getScatteredRelocationValue(RE) : 0);
 2646           r_value = info->O->getScatteredRelocationValue(RE);
 2654               pair_r_value = info->O->getScatteredRelocationValue(RENext);
 2829       r_value = info->O->getScatteredRelocationValue(RE);
 2849         pair_r_value = info->O->getScatteredRelocationValue(RENext);
tools/llvm-readobj/MachODumper.cpp
  577       W.printHex("Value", Obj->getScatteredRelocationValue(RE));
  587       SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE));