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

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dsysinfo.y50 %type <s> attr_desc attr_id attr_type
254 '(' attr_desc '(' attr_type attr_size ')' attr_id
361 attr_type: label
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-radius.c373 } attr_type[]= variable in typeref:struct:attrtype
626 if (attr_type[attr_code].siz_subtypes)
630 table = attr_type[attr_code].subtypes;
645 if ( data_value <= (uint32_t)(attr_type[attr_code].siz_subtypes - 1 +
646 attr_type[attr_code].first_subtype) &&
647 data_value >= attr_type[attr_code].first_subtype )
896 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
897 attr_string = attr_type[rad_attr->type].name;
921 if (rad_attr->type < TAM_SIZE(attr_type))
925 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c486 uint16_t attr_type; local
531 attr_type = EXTRACT_16BITS(ptr); ptr++;
532 ND_PRINT((ndo, "%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)));
537 switch (attr_type) {
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c5170 static enum attr_type ia64_safe_type (rtx);
5181 static enum attr_type
6394 enum attr_type t = ia64_safe_type (insn);
7767 enum attr_type type;
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.c5202 enum attr_type attr_type = get_attr_type (dep);
5209 && (attr_type == TYPE_ALU_SHIFT || attr_type == TYPE_ALU_SHIFT_REG))
5192 enum attr_type attr_type = get_attr_type (dep); local
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c1353 static int ix86_flags_dependent (rtx, rtx, enum attr_type);
1354 static int ix86_agi_dependent (rtx, rtx, enum attr_type);
14096 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14141 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14177 enum attr_type insn_type, dep_insn_type;
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c16714 enum attr_type type = get_attr_type (insn);
16735 enum attr_type type;
16788 enum attr_type type = get_attr_type (insn);
16816 enum attr_type type = get_attr_type (insn);
17116 enum attr_type type;
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c7264 enum attr_type insn_type;
7325 enum attr_type insn_type, dep_type;
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c1473 static enum attr_type

Completed in 274 milliseconds