Home
last modified time | relevance | path

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

123456789

/netbsd/external/bsd/ipf/dist/tools/
H A Dipfcomp.c1047 (fr->fr_type == fr1->fr_type) &&
1057 (fr->fr_type == fr1->fr_type) &&
1066 (fr->fr_type == fr1->fr_type) &&
1075 (fr->fr_type == fr1->fr_type) &&
1084 (fr->fr_type == fr1->fr_type) &&
1094 (fr->fr_type == fr1->fr_type) &&
1105 (fr->fr_type == fr1->fr_type) &&
1116 (fr->fr_type == fr1->fr_type) &&
1124 (fr->fr_type == fr1->fr_type) &&
1144 (fr->fr_type == fr1->fr_type) &&
[all …]
H A Dipf_y.y213 if ((fr->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;
2525 if (f->fr_type != fr->fr_type || f->fr_type != FR_T_IPF)
[all …]
/netbsd/external/gpl3/binutils/dist/gas/
H A Dfrags.c47 zero_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()
496 || frag->fr_type == rs_align_test) in frag_offset_ignore_align_p()
[all …]
H A Dwrite.c425 switch (fragP->fr_type) 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()
1436 f->fr_type = rs_fill; in compress_frag()
1573 newf->fr_type = rs_fill; in compress_debug()
1654 gas_assert (f->fr_type == rs_fill || f->fr_type == rs_fill_nop); in write_contents()
2720 switch (fragP->fr_type) in relax_segment()
2792 BAD_CASE (fragP->fr_type); in relax_segment()
2866 switch (fragP->fr_type) in relax_segment()
[all …]
/netbsd/external/gpl3/gdb/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()
H A Dwrite.c434 switch (fragP->fr_type) in cvt_frag_to_fill()
459 fragP->fr_type = rs_fill_nop; in cvt_frag_to_fill()
461 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
484 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
1397 f->fr_type = rs_fill; in compress_frag()
1534 newf->fr_type = rs_fill; in compress_debug()
1615 gas_assert (f->fr_type == rs_fill || f->fr_type == rs_fill_nop); in write_contents()
2665 switch (fragP->fr_type) in relax_segment()
2737 BAD_CASE (fragP->fr_type); in relax_segment()
2811 switch (fragP->fr_type) in relax_segment()
[all …]
/netbsd/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()
H A Dwrite.c434 switch (fragP->fr_type) in cvt_frag_to_fill()
459 fragP->fr_type = rs_fill_nop; in cvt_frag_to_fill()
461 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
484 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
1397 f->fr_type = rs_fill; in compress_frag()
1534 newf->fr_type = rs_fill; in compress_debug()
1615 gas_assert (f->fr_type == rs_fill || f->fr_type == rs_fill_nop); in write_contents()
2652 switch (fragP->fr_type) in relax_segment()
2724 BAD_CASE (fragP->fr_type); in relax_segment()
2798 switch (fragP->fr_type) in relax_segment()
[all …]
/netbsd/external/gpl3/gdb.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()
H A Dwrite.c434 switch (fragP->fr_type) in cvt_frag_to_fill()
459 fragP->fr_type = rs_fill_nop; in cvt_frag_to_fill()
461 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
484 fragP->fr_type = rs_fill; in cvt_frag_to_fill()
1397 f->fr_type = rs_fill; in compress_frag()
1534 newf->fr_type = rs_fill; in compress_debug()
1615 gas_assert (f->fr_type == rs_fill || f->fr_type == rs_fill_nop); in write_contents()
2665 switch (fragP->fr_type) in relax_segment()
2737 BAD_CASE (fragP->fr_type); in relax_segment()
2811 switch (fragP->fr_type) in relax_segment()
[all …]
/netbsd/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/external/gpl3/gdb/dist/gas/config/
H A Dtc-xtensa.c3870 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()
5758 && (fragP->fr_type == rs_align in xtensa_handle_align()
5759 || fragP->fr_type == rs_align_code) in xtensa_handle_align()
5767 if (fragP->fr_type == rs_align_test) in xtensa_handle_align()
8011 if ((fragP->fr_type == rs_align in xtensa_cleanup_align_frags()
8012 || fragP->fr_type == rs_align_code in xtensa_cleanup_align_frags()
8592 if (fragP->fr_type == rs_fill) in unrelaxed_frag_min_size()
8603 switch (fragP->fr_type) in unrelaxed_frag_max_size()
9852 if (fragP->fr_type == rs_fill) in find_address_of_next_align_frag()
[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) \
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c3870 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()
5758 && (fragP->fr_type == rs_align in xtensa_handle_align()
5759 || fragP->fr_type == rs_align_code) in xtensa_handle_align()
5767 if (fragP->fr_type == rs_align_test) in xtensa_handle_align()
8010 if ((fragP->fr_type == rs_align in xtensa_cleanup_align_frags()
8011 || fragP->fr_type == rs_align_code in xtensa_cleanup_align_frags()
8591 if (fragP->fr_type == rs_fill) in unrelaxed_frag_min_size()
8602 switch (fragP->fr_type) in unrelaxed_frag_max_size()
9851 if (fragP->fr_type == rs_fill) in find_address_of_next_align_frag()
[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); \
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c3830 if ((fragP->fr_type == rs_align || fragP->fr_type == rs_align_code) in is_next_frag_target()
3833 if (fragP->fr_type == rs_space) in is_next_frag_target()
5716 && (fragP->fr_type == rs_align in xtensa_handle_align()
5717 || fragP->fr_type == rs_align_code) in xtensa_handle_align()
5725 if (fragP->fr_type == rs_align_test) in xtensa_handle_align()
7960 if ((fragP->fr_type == rs_align in xtensa_cleanup_align_frags()
7961 || fragP->fr_type == rs_align_code in xtensa_cleanup_align_frags()
8541 if (fragP->fr_type == rs_fill) in unrelaxed_frag_min_size()
8552 switch (fragP->fr_type) in unrelaxed_frag_max_size()
9802 if (fragP->fr_type == rs_fill) in find_address_of_next_align_frag()
[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); \
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c3870 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()
5758 && (fragP->fr_type == rs_align in xtensa_handle_align()
5759 || fragP->fr_type == rs_align_code) in xtensa_handle_align()
5767 if (fragP->fr_type == rs_align_test) in xtensa_handle_align()
8011 if ((fragP->fr_type == rs_align in xtensa_cleanup_align_frags()
8012 || fragP->fr_type == rs_align_code in xtensa_cleanup_align_frags()
8592 if (fragP->fr_type == rs_fill) in unrelaxed_frag_min_size()
8603 switch (fragP->fr_type) in unrelaxed_frag_max_size()
9852 if (fragP->fr_type == rs_fill) in find_address_of_next_align_frag()
[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); \

123456789