Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterUtilities.h70 ELFNote info;
DProcessElfCore.cpp508 ELFNote note = ELFNote(); in parseSegment()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h24 struct ELFNote { struct
31 ELFNote() : n_namesz(0), n_descsz(0), n_type(0) {} in ELFNote() argument
DObjectFileELF.cpp215 bool ELFNote::Parse(const DataExtractor &data, lldb::offset_t *offset) { in Parse()
1012 ELFNote note = ELFNote(); in RefineModuleDetailsFromNote()