/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_common_mac.cpp | 159 uptr end_address = address + size; in ProcessPlatformSpecificAllocations() local 164 ScanRangeForPointers(address, end_address, frontier, "GLOBAL", in ProcessPlatformSpecificAllocations() 182 ScanRootRegion(frontier, (*root_regions)[i], address, end_address, in ProcessPlatformSpecificAllocations() 187 address = end_address; in ProcessPlatformSpecificAllocations()
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 129 end_address = pc + len(source) 130 while address < end_address:
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | disassembler.py | 128 end_address = pc + len(source) 129 while address < end_address:
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 308 uptr end_address; member 332 module_infos[i].end_address = modules[i].ranges().front()->end; in DumpProcessMap() 339 if (mi.end_address != 0) { in DumpProcessMap() 340 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap() 503 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; in init() local 515 cur_module.addAddressRange(base_address, end_address, /*executable*/ true); in init()
|
/external/llvm-project/lldb/examples/python/ |
D | scripted_step.py | 167 end_address = cur_line_entry.GetEndAddress() 168 line_range = end_address.GetFileAddress() - start_address.GetFileAddress()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | LinuxProcMaps.cpp | 45 lldb::addr_t end_address = line_extractor.GetHexMaxU64(false, start_address); in ParseMemoryRegionInfoFromProcMapsLine() local 54 region.GetRange().SetRangeEnd(end_address); in ParseMemoryRegionInfoFromProcMapsLine()
|
/external/google-breakpad/src/processor/ |
D | module_serializer.cc | 118 char *end_address = Write(module, serialized_data); in Serialize() local 121 static_cast<unsigned int>(end_address - serialized_data); in Serialize()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cpp | 451 uptr end_address; member 475 module_infos[i].end_address = modules[i].ranges().back()->end; in DumpProcessMap() 482 if (mi.end_address != 0) { in DumpProcessMap() 483 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap() 657 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; in init() local 669 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugArangeSet.h | 36 dw_addr_t end_address() const { return address + length; } in end_address() function
|
/external/arm-trusted-firmware/drivers/renesas/common/emmc/ |
D | emmc_def.h | 50 uint32_t *end_address);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_mac.cpp | 120 vm_address_t end_address = end; in RegionMemUsage() local 123 while (address < end_address) { in RegionMemUsage()
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 294 end_address(0), in Mapping() 299 uint64_t start_address, end_address, offset; member 738 mapping.end_address = stop; in ParseMaps() 982 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream() 1030 addr < iter->second.end_address) { in AddDataToMapping() 1036 iter->second.end_address = addr & ~4095; in AddDataToMapping() 1045 mapping.offset += iter->second.end_address - in AddDataToMapping() 1064 mapping.end_address = in AddDataToMapping() 1361 phdr.p_memsz = mapping.end_address - mapping.start_address; in main()
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
D | TestNetBSDCore.py | 61 end_address = region.GetRegionEnd() - 1 63 error = process.GetMemoryRegionInfo(end_address, region_at_end)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
D | TestLinuxCore.py | 535 end_address = region.GetRegionEnd() - 1 537 error = process.GetMemoryRegionInfo(end_address, region_at_end)
|
/external/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 700 const void *const end_address = ComputeOffset(start_address, size); 706 ((start_address <= pc && pc < end_address) || 707 (start_address == pc && pc == end_address))) { 984 const void *end_address; 985 cursor = GetHex(cursor, eol, &end_address); 1031 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1036 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1433 // address of the ELF section, but when [start_address,end_address) is
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 700 const void *const end_address = ComputeOffset(start_address, size); 706 ((start_address <= pc && pc < end_address) || 707 (start_address == pc && pc == end_address))) { 984 const void *end_address; 985 cursor = GetHex(cursor, eol, &end_address); 1031 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1036 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1433 // address of the ELF section, but when [start_address,end_address) is
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 714 const void *const end_address = ComputeOffset(start_address, size); 720 ((start_address <= pc && pc < end_address) || 721 (start_address == pc && pc == end_address))) { 998 const void *end_address; 999 cursor = GetHex(cursor, eol, &end_address); 1045 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1050 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1506 // address of the ELF section, but when [start_address,end_address) is
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 714 const void *const end_address = ComputeOffset(start_address, size); 720 ((start_address <= pc && pc < end_address) || 721 (start_address == pc && pc == end_address))) { 998 const void *end_address; 999 cursor = GetHex(cursor, eol, &end_address); 1045 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1050 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1506 // address of the ELF section, but when [start_address,end_address) is
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 724 const void *const end_address = ComputeOffset(start_address, size); 730 ((start_address <= pc && pc < end_address) || 731 (start_address == pc && pc == end_address))) { 1008 const void *end_address; 1009 cursor = GetHex(cursor, eol, &end_address); 1055 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1060 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1516 // address of the ELF section, but when [start_address,end_address) is
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | symbolize_elf.inc | 714 const void *const end_address = ComputeOffset(start_address, size); 720 ((start_address <= pc && pc < end_address) || 721 (start_address == pc && pc == end_address))) { 998 const void *end_address; 999 cursor = GetHex(cursor, eol, &end_address); 1045 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1050 if (!callback(cursor, start_address, end_address, offset, arg)) break; 1506 // address of the ELF section, but when [start_address,end_address) is
|
/external/python/cpython2/Lib/ |
D | htmllib.py | 258 def end_address(self): member in HTMLParser
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 1268 uint64_t end_address = in ReadRangeList() local 1272 handler_->SetBaseAddress(end_address); in ReadRangeList() 1273 } else if (start_address == 0 && end_address == 0) { // End-of-list in ReadRangeList() 1277 handler_->AddRange(start_address, end_address); in ReadRangeList()
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 3307 Register end_address, Register temp1, in TryAllocateArray() argument 3318 AddImmediateSetFlags(end_address, instance, instance_size); in TryAllocateArray() 3325 cmp(end_address, Operand(temp2)); in TryAllocateArray() 3332 str(end_address, Address(temp1, Heap::TopOffset(space))); in TryAllocateArray()
|
D | assembler_arm.h | 1116 Register instance, Register end_address, Register temp1,
|