Home
last modified time | relevance | path

Searched refs:fr_type (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd-src/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) &&
1058 (fr->fr_type == FR_T_IPF) &&
1066 (fr->fr_type == fr1->fr_type) &&
1067 (fr->fr_type == FR_T_IPF) &&
[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; in newrule()
2093 if (fr->fr_type == FR_T_NONE) { in setipftype()
2094 fr->fr_type = FR_T_IPF; in setipftype()
2108 if (fr->fr_type != FR_T_IPF) { in setipftype()
2187 if (fr->fr_type != FR_T_NONE) {
2192 fr->fr_type = FR_T_BPFOPC;
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dfrags.c47 zero_address_frag.fr_type = rs_fill; in frag_init()
48 predefined_address_frag.fr_type = rs_fill; in frag_init()
173 gas_assert (frag_now->fr_type != 0); in frag_new()
233 frag_now->fr_type = type; in frag_var_init()
294 fragP->fr_type = rs_fill; in frag_wane()
440 while (frag->fr_type == rs_fill) in frag_offset_fixed_p()
456 while (frag->fr_type == rs_fill) in frag_offset_fixed_p()
494 while (frag->fr_type == rs_fill in frag_offset_ignore_align_p()
495 || frag->fr_type == rs_align in frag_offset_ignore_align_p()
496 || frag->fr_type == rs_align_code in frag_offset_ignore_align_p()
[all …]
H A Dwrite.c388 gas_assert (prev_frag->fr_type != 0); in chain_frchains_together_1()
400 && prev_frag->fr_type != 0); in chain_frchains_together_1()
427 switch (fragP->fr_type) in cvt_frag_to_fill()
451 if (fragP->fr_type == rs_space_nop) in cvt_frag_to_fill()
452 fragP->fr_type = rs_fill_nop; in cvt_frag_to_fill()
454 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
477 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
529 BAD_CASE (fragP->fr_type); in cvt_frag_to_fill()
1437 f->fr_type = rs_fill; in compress_frag()
1503 last_newf->fr_type = rs_fill; in compress_debug()
[all …]
H A Ddebug.c58 switch (fp->fr_type)
H A Dfrags.h82 relax_stateT fr_type; member
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dfrags.c47 zero_address_frag.fr_type = rs_fill; in frag_init()
48 predefined_address_frag.fr_type = rs_fill; in frag_init()
172 gas_assert (frag_now->fr_type != 0); in frag_new()
232 frag_now->fr_type = type; in frag_var_init()
293 fragP->fr_type = rs_fill; in frag_wane()
439 while (frag->fr_type == rs_fill) in frag_offset_fixed_p()
455 while (frag->fr_type == rs_fill) in frag_offset_fixed_p()
493 while (frag->fr_type == rs_fill in frag_offset_ignore_align_p()
494 || frag->fr_type == rs_align in frag_offset_ignore_align_p()
495 || frag->fr_type == rs_align_code in frag_offset_ignore_align_p()
[all …]
H A Dwrite.c387 gas_assert (prev_frag->fr_type != 0); in chain_frchains_together_1()
398 && prev_frag->fr_type != 0); in chain_frchains_together_1()
425 switch (fragP->fr_type) in cvt_frag_to_fill()
449 if (fragP->fr_type == rs_space_nop) in cvt_frag_to_fill()
450 fragP->fr_type = rs_fill_nop; in cvt_frag_to_fill()
452 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
475 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
523 BAD_CASE (fragP->fr_type); in cvt_frag_to_fill()
1436 f->fr_type = rs_fill; in compress_frag()
1515 last_newf->fr_type = rs_fill; in compress_debug()
[all …]
H A Ddebug.c58 switch (fp->fr_type)
H A Dfrags.h82 relax_stateT fr_type; member
/netbsd-src/external/bsd/ipf/dist/lib/
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);
H A Dgetport.c23 if (fr == NULL || fr->fr_type != FR_T_IPF) {
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c3855 if (fragP->fr_type == rs_fill && fragP->fr_offset != 0) in is_next_frag_target()
3857 if ((fragP->fr_type == rs_align || fragP->fr_type == rs_align_code) in is_next_frag_target()
3860 if (fragP->fr_type == rs_space) in is_next_frag_target()
4624 if (fragP->fr_type != rs_machine_dependent) in frag_format_size()
4707 while (!(next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4712 gas_assert (next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4718 while (!(new_target->fr_type == rs_machine_dependent in update_next_frag_state()
4723 gas_assert (new_target->fr_type == rs_machine_dependent in update_next_frag_state()
4730 if (next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4794 if (next_fragp->fr_type != rs_machine_dependent) in next_frag_pre_opcode_bytes()
[all …]
H A Dtc-visium.h49 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-score.h68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
H A Dtc-frv.h103 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-avr.c2260 if ((fragP->fr_type == rs_align in avr_handle_align()
2261 || fragP->fr_type == rs_align_code) in avr_handle_align()
2272 if (fragP->fr_type == rs_org && fragP->fr_offset > 0) in avr_handle_align()
2653 fr->fr_type = rs_fill; in avr_patch_gccisr_frag()
2744 frag_now->fr_type = rs_machine_dependent; in avr_gccisr_operands()
2754 if (fr->fr_type == rs_machine_dependent) in avr_gccisr_operands()
2791 if (fr->fr_type == rs_machine_dependent) in avr_check_gccisr_done()
2806 fr->fr_type = rs_fill; in avr_check_gccisr_done()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c3868 if (fragP->fr_type == rs_fill && fragP->fr_offset != 0) in is_next_frag_target()
3870 if ((fragP->fr_type == rs_align || fragP->fr_type == rs_align_code) in is_next_frag_target()
3873 if (fragP->fr_type == rs_space) in is_next_frag_target()
4637 if (fragP->fr_type != rs_machine_dependent) in frag_format_size()
4720 while (!(next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4725 gas_assert (next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4731 while (!(new_target->fr_type == rs_machine_dependent in update_next_frag_state()
4736 gas_assert (new_target->fr_type == rs_machine_dependent in update_next_frag_state()
4743 if (next_fragP->fr_type == rs_machine_dependent in update_next_frag_state()
4807 if (next_fragp->fr_type != rs_machine_dependent) in next_frag_pre_opcode_bytes()
[all …]
H A Dtc-visium.h49 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-score.h68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
H A Dtc-frv.h103 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-avr.c2260 if ((fragP->fr_type == rs_align in avr_handle_align()
2261 || fragP->fr_type == rs_align_code) in avr_handle_align()
2272 if (fragP->fr_type == rs_org && fragP->fr_offset > 0) in avr_handle_align()
2653 fr->fr_type = rs_fill; in avr_patch_gccisr_frag()
2744 frag_now->fr_type = rs_machine_dependent; in avr_gccisr_operands()
2754 if (fr->fr_type == rs_machine_dependent) in avr_gccisr_operands()
2791 if (fr->fr_type == rs_machine_dependent) in avr_check_gccisr_done()
2806 fr->fr_type = rs_fill; in avr_check_gccisr_done()
H A Dtc-rx.c1322 if ((frag->fr_type == rs_align in rx_handle_align()
1323 || frag->fr_type == rs_align_code) in rx_handle_align()
1348 && (frag->fr_type == rs_align in rx_handle_align()
1349 || frag->fr_type == rs_align_code) in rx_handle_align()
1530 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, fragP->fr_subtype); in md_estimate_size_before_relax()
1549 } while (fragP && fragP->fr_type != rs_machine_dependent); in rx_next_opcode()
1575 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, fragP->fr_subtype, stretch); in rx_relax_frag()
1812 fragP->fr_literal, fragP->fr_opcode, fragP->fr_type, in md_convert_frag()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c185 u_32_t fr_type; member
235 u_32_t fr_type; member
289 u_32_t fr_type; member
1447 if (old->fr_type != FR_T_NONE &&
1448 old->fr_type != FR_T_IPF) {
1471 if (old->fr_type != FR_T_NONE &&
1472 old->fr_type != FR_T_IPF) {
1495 if (old->fr_type != FR_T_NONE &&
1496 old->fr_type != FR_T_IPF) {
1930 fr->fr_type = old->fr_type;
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_compat.c185 u_32_t fr_type; member
235 u_32_t fr_type; member
289 u_32_t fr_type; member
1440 if (old->fr_type != FR_T_NONE && in ipf_in_compat()
1441 old->fr_type != FR_T_IPF) { in ipf_in_compat()
1464 if (old->fr_type != FR_T_NONE && in ipf_in_compat()
1465 old->fr_type != FR_T_IPF) { in ipf_in_compat()
1488 if (old->fr_type != FR_T_NONE && in ipf_in_compat()
1489 old->fr_type != FR_T_IPF) { in ipf_in_compat()
1919 fr->fr_type = old->fr_type; in frentry_4_1_34_to_current()
[all …]

12345