Home
last modified time | relevance | path

Searched defs:ELFNote (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h25 struct ELFNote { struct
32 ELFNote() : n_namesz(0), n_descsz(0), n_type(0) {} in ELFNote() argument
48 size_t GetByteSize() const { in GetByteSize()