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

123

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dfrags.c36 zero_address_frag.fr_type = rs_fill;
37 bss_address_frag.fr_type = rs_fill;
149 assert (frag_now->fr_type != 0);
219 frag_now->fr_type = type;
251 frag_now->fr_type = type;
275 fragP->fr_type = rs_fill;
418 while (frag->fr_type == rs_fill)
434 while (frag->fr_type == rs_fill)
H A Ddebug.c57 switch (fp->fr_type)
H A Dfrags.h81 relax_stateT fr_type; member in struct:frag
H A Dwrite.c386 assert (prev_frag->fr_type != 0);
396 assert (prev_frag->fr_type != 0);
423 switch (fragP->fr_type)
444 fragP->fr_type = rs_fill;
459 fragP->fr_type = rs_fill;
507 BAD_CASE (fragP->fr_type);
1010 assert (f->fr_type == rs_fill);
1279 && brokp->dispfrag->fr_type == rs_broken_word)
1739 switch (fragP->fr_type)
1802 BAD_CASE (fragP->fr_type);
[all...]
H A Dehopt.c529 frag->fr_type = rs_fill;
H A Dsubsegs.c192 newP->frch_frag_now->fr_type = rs_fill;
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dfrags.c36 zero_address_frag.fr_type = rs_fill;
37 bss_address_frag.fr_type = rs_fill;
142 assert (frag_now->fr_type != 0);
212 frag_now->fr_type = type;
244 frag_now->fr_type = type;
268 fragP->fr_type = rs_fill;
H A Ddebug.c57 switch (fp->fr_type)
H A Dfrags.h78 relax_stateT fr_type; member in struct:frag
H A Dwrite.c465 assert (prev_frag->fr_type != 0);
477 assert (prev_frag->fr_type != 0);
528 switch (fragP->fr_type)
549 fragP->fr_type = rs_fill;
564 fragP->fr_type = rs_fill;
616 BAD_CASE (fragP->fr_type);
1120 assert (f->fr_type == rs_fill);
1235 know (text_last_frag->fr_type == rs_fill && text_last_frag->fr_offset == 0);
1248 know ((text_last_frag->fr_type == rs_fill)
1523 && brokp->dispfrag->fr_type
[all...]
H A Dsubsegs.c292 newP->frch_frag_now->fr_type = rs_fill;
621 switch (fragp->fr_type)
H A Dehopt.c537 frag->fr_type = rs_fill;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-frv.h108 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-ppc.h87 if ((FRAGP)->fr_type == rs_align_code) \
H A Dobj-ieee.c73 switch (frag->fr_type)
125 switch (frag->fr_type)
H A Dtc-xtensa.c4406 if (fragP->fr_type == rs_fill && fragP->fr_offset != 0)
4408 if ((fragP->fr_type == rs_align || fragP->fr_type == rs_align_code)
4411 if (fragP->fr_type == rs_space)
4429 if (next_fragP->fr_type == rs_machine_dependent
4489 if (next_fragp->fr_type != rs_machine_dependent)
4519 interpretation depends solely on the fr_type and subtype. */
5421 if ((fragP->fr_type == rs_align
5422 || fragP->fr_type == rs_align_code
5423 || (fragP->fr_type
[all...]
H A Dtc-i386.h486 if (fragP->fr_type == rs_align_code) \
H A Dtc-mmix.c2358 know (fragP->fr_type == rs_machine_dependent);
3481 know (lastfrag->fr_type == rs_fill
3529 fragP->fr_type, fragP->fr_subtype);
3647 if (fragP->fr_type != rs_machine_dependent
3683 if (fp->fr_type != rs_machine_dependent
H A Dtc-sh.c3444 if (frag->fr_type == rs_align_code)
3469 else if (frag->fr_type == rs_align_test)
3476 && (frag->fr_type == rs_align
3477 || frag->fr_type == rs_align_code)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-frv.h103 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-ppc.h81 if ((FRAGP)->fr_type == rs_align_code) \
H A Dtc-xtensa.c3669 if (fragP->fr_type == rs_fill && fragP->fr_offset != 0)
3671 if ((fragP->fr_type == rs_align || fragP->fr_type == rs_align_code)
3674 if (fragP->fr_type == rs_space)
4414 if (fragP->fr_type != rs_machine_dependent)
4471 while (!(next_fragP->fr_type == rs_machine_dependent
4476 assert (next_fragP->fr_type == rs_machine_dependent
4482 while (!(new_target->fr_type == rs_machine_dependent
4487 assert (new_target->fr_type == rs_machine_dependent
4494 if (next_fragP->fr_type
[all...]
H A Dobj-ieee.c73 switch (frag->fr_type)
125 switch (frag->fr_type)
H A Dtc-i386.h478 if (fragP->fr_type == rs_align_code) \
H A Dtc-mmix.c2310 know (fragP->fr_type == rs_machine_dependent);
3421 know (lastfrag->fr_type == rs_fill
3469 fragP->fr_type, fragP->fr_subtype);
3587 if (fragP->fr_type != rs_machine_dependent
3623 if (fp->fr_type != rs_machine_dependent

Completed in 474 milliseconds

123