Searched refs:getScatteredRelocationValue (Results 1 – 7 of 7) sorted by relevance
165 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()179 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
376 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()390 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
74 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
564 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()574 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
483 uint32_t getScatteredRelocationValue(
568 O->getScatteredRelocationValue(RE) : 0); in PrintRelocationEntries()2287 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()2295 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()2480 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()2500 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
4178 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile