Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dfile_id.cc110 size_t note_size; in FindElfBuildIDNote() local
112 (const void**)&note_section, &note_size)) { in FindElfBuildIDNote()
113 return ElfClassBuildIDNoteIdentifier(note_section, note_size, identifier); in FindElfBuildIDNote()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp514 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment() local
515 DataExtractor note_data(segment, note_start, note_size); in parseSegment()
518 offset += note_size; in parseSegment()