Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5686 uint64_t DescOffset = 0; in readCoreNote() local
5687 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote()
5688 Ret.PageSize = Desc.getAddress(&DescOffset); in readCoreNote()
5697 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
5709 Mapping.Start = Desc.getAddress(&DescOffset); in readCoreNote()
5710 Mapping.End = Desc.getAddress(&DescOffset); in readCoreNote()
5711 Mapping.Offset = Desc.getAddress(&DescOffset); in readCoreNote()