Home
last modified time | relevance | path

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

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