Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h60 ELFNote info;
H A DProcessElfCore.cpp479 ELFNote note = ELFNote(); in parseSegment()
/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() function
H A DObjectFileELF.cpp243 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()
1180 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()