Searched refs:getScatteredRelocationValue (Results 1 – 8 of 8) sorted by relevance
165 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()179 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
246 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()260 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
564 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()574 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
72 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
323 uint32_t getScatteredRelocationValue(
2009 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile
1857 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()1865 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()2032 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()2052 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
1946 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO()