Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h24 struct ELFNote { struct
31 ELFNote() = default; argument
H A DObjectFileELF.cpp217 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()
1031 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h74 ELFNote info;
H A DProcessElfCore.cpp578 ELFNote note = ELFNote(); in parseSegment()