Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dipmi.h73 int addr_type; member
85 int addr_type; member
96 int addr_type; member
121 int addr_type; member
/external/ppp/pppd/
Dcbcp.c310 u_char type, opt_len, delay, addr_type; local
337 GETCHAR(addr_type, pckt);
451 u_char type, delay, addr_type; local
464 GETCHAR(addr_type, pckt);
/external/lldb/source/Core/
DValueObjectChild.cpp145 AddressType addr_type = parent->GetAddressTypeOfChildren(); in UpdateValue() local
147 switch (addr_type) in UpdateValue()
DValueObject.cpp910 AddressType addr_type; in GetPointeeData() local
911 …lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) : GetAddressOf(true, &addr_type); in GetPointeeData()
913 switch (addr_type) in GetPointeeData()
/external/lldb/source/API/
DSBValue.cpp1455 AddressType addr_type; in GetLoadAddress() local
1456 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type); in GetLoadAddress()
1457 if (addr_type == eAddressTypeFile) in GetLoadAddress()
1469 else if (addr_type == eAddressTypeHost || addr_type == eAddressTypeInvalid) in GetLoadAddress()
1493 AddressType addr_type; in GetAddress() local
1494 value = value_sp->GetAddressOf(scalar_is_load_address, &addr_type); in GetAddress()
1495 if (addr_type == eAddressTypeFile) in GetAddress()
1501 else if (addr_type == eAddressTypeLoad) in GetAddress()
/external/llvm/lib/Target/R600/
DSIInstructions.td2423 MIMG sample_d, MIMG sample_c_d, ValueType addr_type> {
2424 def : SamplePattern <SIsample, sample, addr_type>;
2425 def : SampleRectPattern <SIsample, sample, addr_type>;
2426 def : SampleArrayPattern <SIsample, sample, addr_type>;
2427 def : SampleShadowPattern <SIsample, sample_c, addr_type>;
2428 def : SampleShadowArrayPattern <SIsample, sample_c, addr_type>;
2430 def : SamplePattern <SIsamplel, sample_l, addr_type>;
2431 def : SampleArrayPattern <SIsamplel, sample_l, addr_type>;
2432 def : SampleShadowPattern <SIsamplel, sample_c_l, addr_type>;
2433 def : SampleShadowArrayPattern <SIsamplel, sample_c_l, addr_type>;
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp52 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in __anonc66f9a130111::DyldELFObject
92 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress()
104 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress()
123 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; in createRTDyldELFObject() typedef
140 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1057 AddressType addr_type; in DoExecute() local
1058 addr = valobj_sp->GetAddressOf(false, &addr_type); in DoExecute()
1059 if (addr_type == eAddressTypeLoad) in DoExecute()
/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py603 self.types_cache.addr_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
604 self.types_cache.addr_ptr_type = self.types_cache.addr_type.GetPointerType()