Home
last modified time | relevance | path

Searched refs:cmd_length (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c1915 int cmd, cmd_length; in _bfd_vms_slurp_etir() local
1921 cmd_length = bfd_getl16 (ptr + 2); in _bfd_vms_slurp_etir()
1924 if (cmd_length < 4 || ptr + cmd_length > maxptr) in _bfd_vms_slurp_etir()
1932 cmd_length -= 4; in _bfd_vms_slurp_etir()
1937 _bfd_hexdump (8, ptr, cmd_length, 0); in _bfd_vms_slurp_etir()
1947 _bfd_vms_get_value (abfd, ptr, ptr + cmd_length, info, &op1, &h); in _bfd_vms_slurp_etir()
1957 if (cmd_length < 4) in _bfd_vms_slurp_etir()
1968 if (cmd_length < 8) in _bfd_vms_slurp_etir()
1984 if (cmd_length < 12) in _bfd_vms_slurp_etir()
2087 if (cmd_length < 4) in _bfd_vms_slurp_etir()
[all …]
H A DChangeLog-20202667 command against cmd_length, not the end of record. For
2668 ETIR__C_STO_IMMR check size against cmd_length, mask repeat count
2670 cmd_length test.
H A DChangeLog-20173743 * vms-alpha.c (_bfd_vms_slurp_etir): Extend check of cmd_length.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c1912 int cmd, cmd_length; in _bfd_vms_slurp_etir() local
1918 cmd_length = bfd_getl16 (ptr + 2); in _bfd_vms_slurp_etir()
1921 if (cmd_length < 4 || ptr + cmd_length > maxptr) in _bfd_vms_slurp_etir()
1929 cmd_length -= 4; in _bfd_vms_slurp_etir()
1934 _bfd_hexdump (8, ptr, cmd_length, 0); in _bfd_vms_slurp_etir()
1944 _bfd_vms_get_value (abfd, ptr, ptr + cmd_length, info, &op1, &h); in _bfd_vms_slurp_etir()
1954 if (cmd_length < 4) in _bfd_vms_slurp_etir()
1965 if (cmd_length < 8) in _bfd_vms_slurp_etir()
1981 if (cmd_length < 12) in _bfd_vms_slurp_etir()
2084 if (cmd_length < 4) in _bfd_vms_slurp_etir()
[all …]
H A DChangeLog-20202667 command against cmd_length, not the end of record. For
2668 ETIR__C_STO_IMMR check size against cmd_length, mask repeat count
2670 cmd_length test.
H A DChangeLog-20173743 * vms-alpha.c (_bfd_vms_slurp_etir): Extend check of cmd_length.
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c813 static inline int cmd_length(struct parser_exec_state *s) in cmd_length() function
971 int cmd_len = cmd_length(s); in cmd_handler_lri()
1006 int cmd_len = cmd_length(s); in cmd_handler_lrr()
1034 int cmd_len = cmd_length(s); in cmd_handler_lrm()
1062 int cmd_len = cmd_length(s); in cmd_handler_srm()
1178 return ip_gma_advance(s, cmd_length(s)); in cmd_advance_default()
1415 int len = cmd_length(s); in cmd_handler_mi_display_flip()
1421 ret = gvt_check_valid_cmd_length(cmd_length(s), in cmd_handler_mi_display_flip()
1523 for (i = 0; i < cmd_length(s); i++) { in cmd_address_audit()
1541 int op_size = (cmd_length(s) - 3) * sizeof(u32); in cmd_handler_mi_store_data_imm()
[all …]
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20202667 command against cmd_length, not the end of record. For
2668 ETIR__C_STO_IMMR check size against cmd_length, mask repeat count
2670 cmd_length test.
H A DChangeLog-20173743 * vms-alpha.c (_bfd_vms_slurp_etir): Extend check of cmd_length.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20173743 * vms-alpha.c (_bfd_vms_slurp_etir): Extend check of cmd_length.