OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fr_type
(Results
1 - 25
of
115
) sorted by relevancy
1
2
3
4
5
/src/external/bsd/ipf/dist/tools/
ipfcomp.c
75
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
...]
ipf_y.y
213
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
= FR_T_BPFOPC
[
all
...]
/src/external/gpl3/binutils/dist/gas/
frags.c
48
zero_address_frag.
fr_type
= rs_fill;
49
predefined_address_frag.
fr_type
= rs_fill;
181
gas_assert (frag_now->
fr_type
!= 0);
237
frag_now->
fr_type
= type;
300
fragP->
fr_type
= rs_fill;
438
while (frag->
fr_type
== rs_fill)
454
while (frag->
fr_type
== rs_fill)
492
while (frag->
fr_type
== rs_fill
493
|| frag->
fr_type
== rs_align
494
|| frag->
fr_type
== rs_align_cod
[
all
...]
debug.c
58
switch (fp->
fr_type
)
frags.h
81
ENUM_BITFIELD (_relax_state)
fr_type
: 8;
member in struct:frag
write.c
376
gas_assert (prev_frag->
fr_type
!= 0);
388
&& prev_frag->
fr_type
!= 0);
415
switch (fragP->
fr_type
)
439
if (fragP->
fr_type
== rs_space_nop)
440
fragP->
fr_type
= rs_fill_nop;
442
fragP->
fr_type
= rs_fill;
465
fragP->
fr_type
= rs_fill;
534
fragP->
fr_type
= rs_fill;
543
BAD_CASE (fragP->
fr_type
);
1462
f->
fr_type
= rs_fill
[
all
...]
sframe-opt.c
184
frag->
fr_type
= rs_fill;
/src/external/gpl3/binutils.old/dist/gas/
frags.c
48
zero_address_frag.
fr_type
= rs_fill;
49
predefined_address_frag.
fr_type
= rs_fill;
177
gas_assert (frag_now->
fr_type
!= 0);
236
frag_now->
fr_type
= type;
299
fragP->
fr_type
= rs_fill;
437
while (frag->
fr_type
== rs_fill)
453
while (frag->
fr_type
== rs_fill)
491
while (frag->
fr_type
== rs_fill
492
|| frag->
fr_type
== rs_align
493
|| frag->
fr_type
== rs_align_cod
[
all
...]
debug.c
58
switch (fp->
fr_type
)
frags.h
81
relax_stateT
fr_type
;
member in struct:frag
write.c
371
gas_assert (prev_frag->
fr_type
!= 0);
383
&& prev_frag->
fr_type
!= 0);
410
switch (fragP->
fr_type
)
434
if (fragP->
fr_type
== rs_space_nop)
435
fragP->
fr_type
= rs_fill_nop;
437
fragP->
fr_type
= rs_fill;
460
fragP->
fr_type
= rs_fill;
529
fragP->
fr_type
= rs_fill;
538
BAD_CASE (fragP->
fr_type
);
1457
f->
fr_type
= rs_fill
[
all
...]
sframe-opt.c
169
frag->
fr_type
= rs_fill;
/src/external/gpl3/binutils/dist/gas/config/
tc-score.h
68
(FRAGP)->tc_frag_data.is_insn = (((FRAGP)->
fr_type
== rs_machine_dependent) ? 1 : 0); \
tc-visium.h
50
if ((FRAGP)->
fr_type
== rs_align_code) \
tc-frv.h
103
if ((FRAGP)->
fr_type
== rs_align_code) \
tc-xtensa.c
3863
if (fragP->
fr_type
== rs_fill && fragP->fr_offset != 0)
3865
if ((fragP->
fr_type
== rs_align || fragP->
fr_type
== rs_align_code)
3868
if (fragP->
fr_type
== rs_space)
4632
if (fragP->
fr_type
!= rs_machine_dependent)
4715
while (!(next_fragP->
fr_type
== rs_machine_dependent
4720
gas_assert (next_fragP->
fr_type
== rs_machine_dependent
4726
while (!(new_target->
fr_type
== rs_machine_dependent
4731
gas_assert (new_target->
fr_type
== rs_machine_dependent
4738
if (next_fragP->
fr_type
== rs_machine_dependen
[
all
...]
tc-avr.c
2256
if ((fragP->
fr_type
== rs_align
2257
|| fragP->
fr_type
== rs_align_code)
2268
if (fragP->
fr_type
== rs_org && fragP->fr_offset > 0)
2716
fr->
fr_type
= rs_fill;
2807
frag_now->
fr_type
= rs_machine_dependent;
2817
if (fr->
fr_type
== rs_machine_dependent)
2854
if (fr->
fr_type
== rs_machine_dependent)
2869
fr->
fr_type
= rs_fill;
tc-ppc.h
78
if ((FRAGP)->
fr_type
== rs_align_code) \
/src/external/gpl3/binutils.old/dist/gas/config/
tc-score.h
68
(FRAGP)->tc_frag_data.is_insn = (((FRAGP)->
fr_type
== rs_machine_dependent) ? 1 : 0); \
tc-visium.h
50
if ((FRAGP)->
fr_type
== rs_align_code) \
tc-frv.h
103
if ((FRAGP)->
fr_type
== rs_align_code) \
tc-xtensa.c
3863
if (fragP->
fr_type
== rs_fill && fragP->fr_offset != 0)
3865
if ((fragP->
fr_type
== rs_align || fragP->
fr_type
== rs_align_code)
3868
if (fragP->
fr_type
== rs_space)
4632
if (fragP->
fr_type
!= rs_machine_dependent)
4715
while (!(next_fragP->
fr_type
== rs_machine_dependent
4720
gas_assert (next_fragP->
fr_type
== rs_machine_dependent
4726
while (!(new_target->
fr_type
== rs_machine_dependent
4731
gas_assert (new_target->
fr_type
== rs_machine_dependent
4738
if (next_fragP->
fr_type
== rs_machine_dependen
[
all
...]
tc-avr.c
2256
if ((fragP->
fr_type
== rs_align
2257
|| fragP->
fr_type
== rs_align_code)
2268
if (fragP->
fr_type
== rs_org && fragP->fr_offset > 0)
2716
fr->
fr_type
= rs_fill;
2807
frag_now->
fr_type
= rs_machine_dependent;
2817
if (fr->
fr_type
== rs_machine_dependent)
2854
if (fr->
fr_type
== rs_machine_dependent)
2869
fr->
fr_type
= rs_fill;
/src/external/bsd/ipf/dist/lib/
getport.c
23
if (fr == NULL || fr->
fr_type
!= FR_T_IPF) {
printfr.c
30
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 71 milliseconds
1
2
3
4
5
Indexes created Tue Jun 16 00:25:01 UTC 2026