Searched refs:InitialLength (Results 1 – 1 of 1) sorted by relevance
1985 uint32_t InitialLength = Data.getU32(&InputOffset); in patchFrameInfoForObject() local1986 if (InitialLength == 0xFFFFFFFF) in patchFrameInfoForObject()1992 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject()1995 InputOffset += InitialLength - 4; in patchFrameInfoForObject()2009 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()2033 unsigned FDERemainingBytes = InitialLength - (4 + AddrSize); in patchFrameInfoForObject()