Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp584 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local
586 result.push_back({note, DataExtractor(segment, note_start, note_size)}); in parseSegment()
587 offset += note_size; in parseSegment()