Home
last modified time | relevance | path

Searched refs:subtype_len (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dpdb.c2494 size_t name_len, subtype_len; in handle_type() local
2506 subtype_len = offsetof (struct lf_member, name); in handle_type()
2522 subtype_len += param_len; in handle_type()
2524 if (left < subtype_len) in handle_type()
2533 strnlen ((char *) mem + subtype_len, left - subtype_len); in handle_type()
2544 subtype_len += name_len; in handle_type()
2546 if (subtype_len % 4 != 0) in handle_type()
2547 subtype_len += 4 - (subtype_len % 4); in handle_type()
2549 if (left < subtype_len) in handle_type()
2556 ptr += subtype_len; in handle_type()
[all …]
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_osfp.c344 int wr_len, version_len, subtype_len; in pfctl_get_fingerprint() local
406 subtype_len = strlen(subtype_nm->nm_name); in pfctl_get_fingerprint()
407 if (wr_len != version_len + subtype_len + 1) in pfctl_get_fingerprint()