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

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms.c181 int prev_type;
197 prev_type = -1;
212 if ((prev_type == EOBJ_S_C_EGSD)
224 prev_type = PRIV (rec_type);
228 if (prev_type <= OBJ_S_C_MAXRECTYP)
234 switch (prev_type)
238 err = _bfd_vms_slurp_hdr (abfd, prev_type);
243 err = _bfd_vms_slurp_eom (abfd, prev_type);
247 err = _bfd_vms_slurp_gsd (abfd, prev_type);
251 err = _bfd_vms_slurp_tir (abfd, prev_type);
179 int prev_type; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms.c415 int prev_type;
431 prev_type = -1;
446 if ((prev_type == EOBJ_S_C_EGSD)
458 prev_type = PRIV (rec_type);
462 if (prev_type <= OBJ_S_C_MAXRECTYP)
468 switch (prev_type)
472 err = _bfd_vms_slurp_hdr (abfd, prev_type);
477 err = _bfd_vms_slurp_eom (abfd, prev_type);
481 err = _bfd_vms_slurp_gsd (abfd, prev_type);
485 err = _bfd_vms_slurp_tir (abfd, prev_type);
413 int prev_type; local
[all...]
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.c458 * @param prev_type: type of last seen RR.
470 size_t* prev_dnamelen, uint16_t* prev_type,
478 if(type == *prev_type && dclass == *prev_dclass &&
490 *prev_type) &&
534 *prev_type = covtype;
553 *prev_type = type;
571 *prev_type = type;
833 uint16_t type, prev_type = 0; local
883 &prev_dnamelen, &prev_type, &prev_dclass, &rrset,
466 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_type* hash, uint32_t* rrset_flags, uint8_t** prev_dname_first, uint8_t** prev_dname_last, size_t* prev_dnamelen, uint16_t* prev_type, uint16_t* prev_dclass, struct rrset_parse** rrset_prev, sldns_pkt_section section, struct regional* region) argument
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.c458 * @param prev_type: type of last seen RR.
470 size_t* prev_dnamelen, uint16_t* prev_type,
478 if(type == *prev_type && dclass == *prev_dclass &&
490 *prev_type) &&
534 *prev_type = covtype;
553 *prev_type = type;
571 *prev_type = type;
833 uint16_t type, prev_type = 0; local
883 &prev_dnamelen, &prev_type, &prev_dclass, &rrset,
466 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_type* hash, uint32_t* rrset_flags, uint8_t** prev_dname_first, uint8_t** prev_dname_last, size_t* prev_dnamelen, uint16_t* prev_type, uint16_t* prev_dclass, struct rrset_parse** rrset_prev, sldns_pkt_section section, struct regional* region) argument
/openbsd-current/gnu/gcc/gcc/
H A Dstor-layout.c1030 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL;
1046 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)))
1116 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))
1026 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mmix.c3477 relax_substateT prev_type = fragP->fr_subtype; local
3494 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more;
3505 - mmix_relax_table[prev_type].rlx_length);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.c3417 relax_substateT prev_type = fragP->fr_subtype; local
3434 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more;
3445 - mmix_relax_table[prev_type].rlx_length);

Completed in 96 milliseconds