Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp600 using u32le = llvm::support::ulittle32_t; in GetModuleSpecifications() typedef
603 u32le data(gnu_debuglink_crc); in GetModuleSpecifications()
609 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()
756 using u32le = llvm::support::ulittle32_t; in GetUUID() typedef
770 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetUUID()
778 u32le data(m_gnu_debuglink_crc); in GetUUID()