Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1053 std::vector<uint8_t> note_bytes; in FindBuidIdInCoreMemory() local
1054 note_bytes.resize(program_header.p_memsz); in FindBuidIdInCoreMemory()
1060 ReadMemory(vaddr, note_bytes.data(), program_header.p_memsz, error); in FindBuidIdInCoreMemory()
1063 DataExtractor segment_data(note_bytes.data(), note_bytes.size(), in FindBuidIdInCoreMemory()