Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5935 uint64_t DescOffset = 0; in readCoreNote() local
5936 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote()
5937 Ret.PageSize = Desc.getAddress(&DescOffset); in readCoreNote()
5946 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
5958 Mapping.Start = Desc.getAddress(&DescOffset); in readCoreNote()
5959 Mapping.End = Desc.getAddress(&DescOffset); in readCoreNote()
5960 Mapping.Offset = Desc.getAddress(&DescOffset); in readCoreNote()