Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5205 uint64_t DescOffset = 0; in readCoreNote() local
5206 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote()
5207 Ret.PageSize = Desc.getAddress(&DescOffset); in readCoreNote()
5216 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
5228 Mapping.Start = Desc.getAddress(&DescOffset); in readCoreNote()
5229 Mapping.End = Desc.getAddress(&DescOffset); in readCoreNote()
5230 Mapping.Offset = Desc.getAddress(&DescOffset); in readCoreNote()