Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
1084 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h74 ELFNote info;
H A DProcessElfCore.cpp588 ELFNote note = ELFNote(); in parseSegment()