Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 85) sorted by relevance

1234

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp31 uint32_t byte_size) in GetMaxU64()
42 uint32_t byte_size, in GetMaxU64()
62 uint32_t byte_size) in GetMaxS64()
73 uint32_t byte_size, in GetMaxS64()
114 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse() local
203 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
323 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
373 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local
417 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
432 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
[all …]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.cpp35 unsigned int byte_size) in GetMaxU64()
46 unsigned int byte_size) in ParseAuxvEntry()
70 const unsigned int byte_size = m_process->GetAddressByteSize(); in ParseAuxv() local
/external/lldb/source/Core/
DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : in AddressRange()
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : in AddressRange()
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) : in AddressRange()
DAddressResolverName.cpp188 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); in SearchCallback() local
216 addr_t byte_size = sc.symbol->GetByteSize(); in SearchCallback() local
DOpcode.cpp91 uint32_t byte_size = GetByteSize (); in GetData() local
DRegisterValue.cpp275 const uint32_t byte_size = reg_info->byte_size; in SetType() local
413 ParseVectorEncoding(const RegisterInfo *reg_info, const char *vector_str, const uint32_t byte_size,… in ParseVectorEncoding()
460 const uint32_t byte_size = reg_info->byte_size; in SetValueFromCString() local
1001 RegisterValue::SetUInt (uint64_t uint, uint32_t byte_size) in SetUInt()
DScalar.cpp136 size_t byte_size = GetByteSize(); in GetData() local
524 Scalar::GetValueTypeForSignedIntegerWithByteSize (size_t byte_size) in GetValueTypeForSignedIntegerWithByteSize()
536 Scalar::GetValueTypeForUnsignedIntegerWithByteSize (size_t byte_size) in GetValueTypeForUnsignedIntegerWithByteSize()
548 Scalar::GetValueTypeForFloatWithByteSize (size_t byte_size) in GetValueTypeForFloatWithByteSize()
1781 Scalar::SetValueFromCString (const char *value_str, Encoding encoding, size_t byte_size) in SetValueFromCString()
1894 Scalar::SetValueFromData (DataExtractor &data, lldb::Encoding encoding, size_t byte_size) in SetValueFromData()
DAddressResolverFileLine.cpp65 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
DValueObjectConstResultChild.cpp24 uint32_t byte_size, in ValueObjectConstResultChild()
DValue.cpp185 uint64_t byte_size = 0; in GetValueByteSize() local
548 size_t byte_size = GetValueByteSize (&error); in GetValueAsData() local
DValueObjectChild.cpp32 uint64_t byte_size, in ValueObjectChild()
/external/lldb/source/Target/
DMemory.cpp85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in AddInvalidRange()
97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in RemoveInvalidRange()
209 uint32_t byte_size, in AllocatedBlock()
383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size, in AllocatePage()
413 AllocatedMemoryCache::AllocateMemory (size_t byte_size, in AllocateMemory()
/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp126 uint32_t byte_size = 0; in SetOptionValue() local
208 …atLetter (CommandInterpreter &interpreter, char format_letter, Format &format, uint32_t &byte_size) in ParserGDBFormatLetter()
/external/lldb/include/lldb/Core/
DAddressRange.h270 SetByteSize (lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
DVMRange.h85 SetByteSize (lldb::addr_t byte_size) in SetByteSize()
/external/lldb/source/Breakpoint/
DStoppointLocation.cpp33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardwar… in StoppointLocation()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DUniqueDWARFASTType.h48 int32_t byte_size) : in UniqueDWARFASTType()
157 const int32_t byte_size, in Find()
DUniqueDWARFASTType.cpp27 const int32_t byte_size, in Find()
/external/chromium_org/cc/blink/
Dweb_external_bitmap_impl.cc30 size_t byte_size = size.width * size.height * 4; in setSize() local
/external/chromium_org/media/base/
Daudio_bus_perftest.cc19 const int byte_size = sizeof(T); in RunInterleaveBench() local
/external/lldb/tools/debugserver/source/
DDNBArch.cpp92 DNBArchProtocol::GetBreakpointOpcode (nub_size_t byte_size) in GetBreakpointOpcode()
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py201 def __init__(self, byte_size): argument
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dwire_format_test.py201 def __init__(self, byte_size): argument
/external/lldb/source/Expression/
DClangExpressionVariable.cpp100 const size_t byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
/external/lldb/source/Symbol/
DLineEntry.cpp34 lldb::addr_t byte_size, in LineEntry()

1234