Searched refs:note_bytes (Results 1 – 1 of 1) sorted by relevance
1034 std::vector<uint8_t> note_bytes; in FindBuidIdInCoreMemory() local1035 note_bytes.resize(program_header.p_memsz); in FindBuidIdInCoreMemory()1037 byte_read = ReadMemory(program_header.p_vaddr, note_bytes.data(), in FindBuidIdInCoreMemory()1041 DataExtractor segment_data(note_bytes.data(), note_bytes.size(), in FindBuidIdInCoreMemory()