Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h25 struct ELFNote { struct
32 ELFNote() = default; argument
H A DObjectFileELF.cpp220 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()
1048 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h75 ELFNote info;
H A DProcessElfCore.cpp578 ELFNote note = ELFNote(); in parseSegment()