HomeSort by relevance Sort by last modified time
    Searched full:note_start (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 526 size_t note_start, note_size; local
527 note_start = offset;
531 DataExtractor note_data (segment_data, note_start, note_size);
551 m_auxv = DataExtractor(segment_data, note_start + 4, note_size - 4);

Completed in 492 milliseconds