Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp363 uint32_t uuidt[4] = { gnu_debuglink_crc, 0, 0, 0 }; in GetModuleSpecifications() local
364 uuid.SetBytes (uuidt, sizeof(uuidt)); in GetModuleSpecifications()
479 uint32_t uuidt[4] = { m_gnu_debuglink_crc, 0, 0, 0 }; in GetUUID() local
480 uuid->SetBytes (uuidt, sizeof(uuidt)); in GetUUID()