Home
last modified time | relevance | path

Searched refs:DescOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFTypesTest.cpp36 auto DescOffset = in getElfNote() local
38 std::copy(Desc.begin(), Desc.end(), DescOffset); in getElfNote()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5381 uint64_t DescOffset = 0; in readCoreNote() local
5382 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()