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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386-nat.c440 int max_wp_len = TARGET_HAS_DR_LEN_8 ? 8 : 4; local
456 int align = addr % max_wp_len;
459 int try = (len > max_wp_len ? (max_wp_len - 1) : len - 1);

Completed in 69 milliseconds