Searched refs:DescOffset (Results 1 – 2 of 2) sorted by relevance
36 auto DescOffset = in getElfNote() local38 std::copy(Desc.begin(), Desc.end(), DescOffset); in getElfNote()
5342 uint64_t DescOffset = 0; in readCoreNote() local5343 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote()5344 Ret.PageSize = Desc.getAddress(&DescOffset); in readCoreNote()5353 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()5365 Mapping.Start = Desc.getAddress(&DescOffset); in readCoreNote()5366 Mapping.End = Desc.getAddress(&DescOffset); in readCoreNote()5367 Mapping.Offset = Desc.getAddress(&DescOffset); in readCoreNote()