Home
last modified time | relevance | path

Searched refs:adjusted_base (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Dpartition_map.c621 uint32_t adjusted_base = 0; in add_partition_to_map() local
683 adjusted_base = base + length; in add_partition_to_map()
690 adjusted_base = data->dpme_pblock_start; in add_partition_to_map()
691 adjusted_length = base - adjusted_base; in add_partition_to_map()
696 adjusted_base = base + length; in add_partition_to_map()
720 cur->data->dpme_pblock_start = adjusted_base; in add_partition_to_map()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc626 uptr adjusted_base = base_address - preferred_base; in init() local
629 cur_module.set(module_name, adjusted_base); in init()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc624 uptr adjusted_base = base_address - preferred_base; in init() local
627 cur_module.set(module_name, adjusted_base); in init()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp675 uptr adjusted_base = base_address - preferred_base; in init() local
679 cur_module.set(&module_name[0], adjusted_base); in init()