Searched refs:fr_type (Results 1 - 25 of 161) sorted by relevance

1234567

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfcomp.c75 if ((fr->fr_type != FR_T_IPF) && (fr->fr_type != FR_T_NONE))
77 if ((fr->fr_type == FR_T_IPF) &&
143 fr->fr_type |= FR_T_BUILTIN;
154 fr->fr_type &= ~FR_T_BUILTIN;
1047 (fr->fr_type == fr1->fr_type) &&
1048 (fr->fr_type == FR_T_IPF) &&
1057 (fr->fr_type == fr1->fr_type)
[all...]
H A Dipf_y.y213 if ((fr->fr_type == FR_T_IPF) &&
824 IPFY_FLAGS { if (frc->fr_type != FR_T_IPF)
1290 frc->fr_type == FR_T_IPF &&
1295 frc->fr_type == FR_T_IPF &&
2078 fr->fr_type = FR_T_NONE;
2093 if (fr->fr_type == FR_T_NONE) {
2094 fr->fr_type = FR_T_IPF;
2108 if (fr->fr_type != FR_T_IPF) {
2187 if (fr->fr_type != FR_T_NONE) {
2192 fr->fr_type
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dfrags.c48 zero_address_frag.fr_type = rs_fill;
49 predefined_address_frag.fr_type = rs_fill;
176 gas_assert (frag_now->fr_type != 0);
238 frag_now->fr_type = type;
301 fragP->fr_type = rs_fill;
449 while (frag->fr_type == rs_fill)
465 while (frag->fr_type == rs_fill)
503 while (frag->fr_type == rs_fill
504 || frag->fr_type == rs_align
505 || frag->fr_type
[all...]
H A Ddebug.c58 switch (fp->fr_type)
H A Dfrags.h82 relax_stateT fr_type; member in struct:frag
H A Dwrite.c387 gas_assert (prev_frag->fr_type != 0);
398 && prev_frag->fr_type != 0);
425 switch (fragP->fr_type)
449 if (fragP->fr_type == rs_space_nop)
450 fragP->fr_type = rs_fill_nop;
452 fragP->fr_type = rs_fill;
475 fragP->fr_type = rs_fill;
523 BAD_CASE (fragP->fr_type);
1436 f->fr_type = rs_fill;
1515 last_newf->fr_type
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score.h68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
H A Dtc-visium.h49 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-frv.h104 if ((FRAGP)->fr_type == rs_align_code) \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.h68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
H A Dtc-visium.h49 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-frv.h103 if ((FRAGP)->fr_type == rs_align_code) \
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score.h68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
H A Dtc-visium.h49 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-frv.h103 if ((FRAGP)->fr_type == rs_align_code) \
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dfrags.c48 zero_address_frag.fr_type = rs_fill;
49 predefined_address_frag.fr_type = rs_fill;
176 gas_assert (frag_now->fr_type != 0);
238 frag_now->fr_type = type;
301 fragP->fr_type = rs_fill;
449 while (frag->fr_type == rs_fill)
465 while (frag->fr_type == rs_fill)
H A Ddebug.c58 switch (fp->fr_type)
H A Dfrags.h84 relax_stateT fr_type; member in struct:frag
H A Dwrite.c396 gas_assert (prev_frag->fr_type != 0);
407 && prev_frag->fr_type != 0);
434 switch (fragP->fr_type)
458 if (fragP->fr_type == rs_space_nop)
459 fragP->fr_type = rs_fill_nop;
461 fragP->fr_type = rs_fill;
484 fragP->fr_type = rs_fill;
532 BAD_CASE (fragP->fr_type);
1397 f->fr_type = rs_fill;
1476 last_newf->fr_type
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dfrags.c48 zero_address_frag.fr_type = rs_fill;
49 predefined_address_frag.fr_type = rs_fill;
176 gas_assert (frag_now->fr_type != 0);
238 frag_now->fr_type = type;
301 fragP->fr_type = rs_fill;
449 while (frag->fr_type == rs_fill)
465 while (frag->fr_type == rs_fill)
H A Ddebug.c58 switch (fp->fr_type)
H A Dfrags.h84 relax_stateT fr_type; member in struct:frag
H A Dwrite.c396 gas_assert (prev_frag->fr_type != 0);
407 && prev_frag->fr_type != 0);
434 switch (fragP->fr_type)
458 if (fragP->fr_type == rs_space_nop)
459 fragP->fr_type = rs_fill_nop;
461 fragP->fr_type = rs_fill;
484 fragP->fr_type = rs_fill;
532 BAD_CASE (fragP->fr_type);
1397 f->fr_type = rs_fill;
1476 last_newf->fr_type
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dgetport.c23 if (fr == NULL || fr->fr_type != FR_T_IPF) {
H A Dprintfr.c30 type = fp->fr_type & ~FR_T_BUILTIN;
32 if ((fp->fr_type & FR_T_BUILTIN) != 0)
38 if (fp->fr_type == FR_T_CALLFUNC) {
239 PRINTF("[unknown filter type %#x]", fp->fr_type);

Completed in 316 milliseconds

1234567