Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp703 uint8_t uuidbuf[20]; in ParseNoteGNUBuildID() local
704 if (data.GetU8 (&offset, &uuidbuf, notehdr.desc_len) == NULL) in ParseNoteGNUBuildID()
706 uuid.SetBytes (uuidbuf, notehdr.desc_len); in ParseNoteGNUBuildID()