Searched refs:getScatteredRelocationValue (Results 1 – 9 of 9) sorted by relevance
166 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()180 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
377 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()391 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
73 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
583 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()593 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
632 uint32_t getScatteredRelocationValue(
113 R.value = (R.is_scattered ? Obj.getScatteredRelocationValue(RE) : 0); in constructSectionCommon()
827 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO()
846 O->getScatteredRelocationValue(RE) : 0); in PrintRelocationEntries()2891 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()2899 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()3074 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()3094 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
4558 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile