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()
5381 uint64_t DescOffset = 0; in readCoreNote() local5382 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote()5383 Ret.PageSize = Desc.getAddress(&DescOffset); in readCoreNote()5392 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()5404 Mapping.Start = Desc.getAddress(&DescOffset); in readCoreNote()5405 Mapping.End = Desc.getAddress(&DescOffset); in readCoreNote()5406 Mapping.Offset = Desc.getAddress(&DescOffset); in readCoreNote()