Searched refs:uval32 (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/include/
H A Ddwarf_i.h353 uint32_t uval32; local
393 if ((ret = dwarf_readu32 (as, a, addr, &uval32, arg)) < 0)
395 val = uval32;
/external/lldb/source/Interpreter/
H A DArgs.cpp974 unsigned long uval32 = ::strtoul (s, &pos, 0);
977 major = uval32;
985 uval32 = ::strtoul (minor_cstr, &pos, 0);
988 minor = uval32;
992 uval32 = ::strtoul (update_cstr, &pos, 0);
995 update = uval32;
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp326 const uint32_t uval32 = data.GetU32(&offset); local
327 m_opcode.SetOpcode32(uval32);
329 mnemonic_strm.Printf("0x%8.8x", uval32);

Completed in 209 milliseconds