Lines Matching refs:applyIntVal
176 applyIntVal(PatchOffset, Val, Format.getDwarfOffsetByteSize()); in apply()
180 applyIntVal(PatchOffset, Val, Format.getRefAddrByteSize()); in apply()
183 applyIntVal(PatchOffset, Val, 1); in apply()
186 applyIntVal(PatchOffset, Val, 2); in apply()
189 applyIntVal(PatchOffset, Val, 4); in apply()
192 applyIntVal(PatchOffset, Val, 8); in apply()
196 applyIntVal(PatchOffset, Val, 1); in apply()
199 applyIntVal(PatchOffset, Val, 2); in apply()
202 applyIntVal(PatchOffset, Val, 4); in apply()
205 applyIntVal(PatchOffset, Val, 8); in apply()
214 applyIntVal(PatchOffset, Val, Format.getDwarfOffsetByteSize()); in apply()
217 applyIntVal(PatchOffset, Val, 1); in apply()
250 void SectionDescriptor::applyIntVal(uint64_t PatchOffset, uint64_t Val, in applyIntVal() function in SectionDescriptor