HomeSort by relevance Sort by last modified time
    Searched refs:fr_type (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/
frags.c 48 zero_address_frag.fr_type = rs_fill;
49 predefined_address_frag.fr_type = rs_fill;
171 gas_assert (frag_now->fr_type != 0);
233 frag_now->fr_type = type;
296 fragP->fr_type = rs_fill;
439 while (frag->fr_type == rs_fill)
455 while (frag->fr_type == rs_fill)
debug.c 58 switch (fp->fr_type)
frags.h 84 relax_stateT fr_type; member in struct:frag
write.c 397 gas_assert (prev_frag->fr_type != 0);
408 && prev_frag->fr_type != 0);
435 switch (fragP->fr_type)
456 fragP->fr_type = rs_fill;
471 fragP->fr_type = rs_fill;
519 BAD_CASE (fragP->fr_type);
    [all...]
subsegs.c 116 newP->frch_frag_now->fr_type = rs_fill;
ehopt.c 553 frag->fr_type = rs_fill;
read.c 630 while (frag->fr_type != rs_align_code)
647 gas_assert (frag->fr_type == rs_align_code);
656 if (frag->fr_type == rs_machine_dependent)
664 if (frag->fr_type == rs_machine_dependent)
677 gas_assert (frag->fr_type == rs_align_code);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-score.h 68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
tc-frv.h 104 if ((FRAGP)->fr_type == rs_align_code) \
tc-ppc.h 82 if ((FRAGP)->fr_type == rs_align_code) \
tc-xtensa.c     [all...]
tc-i386.h 214 if (fragP->fr_type == rs_align_code) \
tc-rx.c 1267 if ((frag->fr_type == rs_align
1268 || frag->fr_type == rs_align_code)
1293 && (frag->fr_type == rs_align
1294 || frag->fr_type == rs_align_code)
    [all...]
tc-sh.c 876 while (frag->fr_type == rs_fill
877 || frag->fr_type == rs_align_test)
879 if (frag->fr_type == rs_fill)
896 while (frag->fr_type == rs_fill
897 || frag->fr_type == rs_align_test)
899 if (frag->fr_type == rs_fill)
    [all...]
tc-mmix.c     [all...]
tc-rl78.c 471 && (frag->fr_type == rs_align
472 || frag->fr_type == rs_align_code)
    [all...]
tc-epiphany.c 343 if (fragp->fr_type != rs_align_code)
720 Also updates fr_type/fr_subtype as necessary.
801 fragP->fr_type == rs_machine_dependent.
tc-tic6x.c 1072 if (frag_now->fr_type != rs_machine_dependent)
    [all...]
tc-nds32.c     [all...]
tc-mn10300.c     [all...]
tc-nios2.c     [all...]
  /bionic/libc/kernel/uapi/scsi/fc/
fc_ns.h 119 __u8 fr_type; member in struct:fc_ns_rff_id
  /external/kernel-headers/original/uapi/scsi/fc/
fc_ns.h 205 __u8 fr_type; /* FC-4 type */ member in struct:fc_ns_rff_id
  /external/libnl/lib/fib_lookup/
lookup.c 106 res->fr_type = fr->type;
133 nl_rtntype2str(res->fr_type, buf, sizeof(buf)));
300 return res->fr_type;
  /external/libnl/include/netlink-private/
types.h 744 uint8_t fr_type; member in struct:flnl_result

Completed in 747 milliseconds

1 2