Searched refs:end_address (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dpcd.c106 const uint32_t end_address)
108 return start_address <= range->end && end_address >= range->start;
113 const uint32_t end_address = END_ADDRESS(address, size); local
121 address, end_address))
123 if (end_address < mandatory_dpcd_partitions[partition_iterator].end)
146 const uint32_t end_address = END_ADDRESS(in_address, in_size); local
152 new_addr_range.end = end_address;
158 if (addr_range->start <= end_address && addr_range->end >= end_address)
164 if (new_addr_range.start != in_address || new_addr_range.end != end_address) {
103 do_addresses_intersect_with_range( const struct dpcd_address_range *range, const uint32_t start_address, const uint32_t end_address) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp175 uptr end_address = address + size; local
180 ScanRangeForPointers(address, end_address, frontier, "GLOBAL",
185 ScanRangeForPointers(address, end_address, frontier, "GLOBAL",
193 ScanRangeForPointers(address, end_address, frontier, "GLOBAL",
216 ScanRootRegion(frontier, (*root_regions)[i], address, end_address,
221 address = end_address;
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddw2gencfi.c91 symbolS *end_address; member in struct:fde_entry
177 cur_fde_data->end_address = label;
829 symbolS *after_size_address, *end_address;
835 end_address = symbol_temp_make ();
838 exp.X_add_symbol = end_address;
864 symbol_set_value_now (end_address);
871 symbolS *after_size_address, *end_address;
875 end_address = symbol_temp_make ();
878 exp.X_add_symbol = end_address;
904 exp.X_add_symbol = fde->end_address;
826 symbolS *after_size_address, *end_address; local
868 symbolS *after_size_address, *end_address; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h39 dw_addr_t end_address() const { return address + length; } function in struct:DWARFDebugArangeSet::Descriptor
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddw2gencfi.c88 symbolS *end_address; member in struct:fde_entry
189 frchain_now->frch_cfi_data->cur_fde_data->end_address = label;
1053 symbolS *after_size_address, *end_address;
1060 end_address = symbol_temp_make ();
1063 exp.X_add_symbol = end_address;
1123 symbol_set_value_now (end_address);
1130 symbolS *after_size_address, *end_address;
1135 end_address = symbol_temp_make ();
1138 exp.X_add_symbol = end_address;
1164 exp.X_add_symbol = fde->end_address;
1050 symbolS *after_size_address, *end_address; local
1127 symbolS *after_size_address, *end_address; local
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/
H A Ddisassembler.py128 end_address = pc + len(source)
129 while address < end_address:
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py165 end_address = cur_line_entry.GetEndAddress()
166 line_range = end_address.GetFileAddress() - start_address.GetFileAddress()
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp46 lldb::addr_t end_address = line_extractor.GetHexMaxU64(false, start_address);
55 region.GetRange().SetRangeEnd(end_address);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp131 vm_address_t end_address = end; local
134 while (address < end_address) {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp490 uptr end_address;
514 module_infos[i].end_address = modules[i].ranges().back()->end;
521 if (mi.end_address != 0) {
522 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address,
694 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage;
708 cur_module.addAddressRange(base_address, end_address, /*executable*/ true,

Completed in 270 milliseconds