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

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/
frags.c 166 gas_assert (frchain_now->frch_last == frag_now);
171 gas_assert (frag_now->fr_type != 0);
179 gas_assert (former_last_fragP != 0);
180 gas_assert (former_last_fragP == frag_now);
199 gas_assert (frchain_now->frch_last == frag_now);
input-file.c 127 gas_assert (filename != 0); /* Filename may not be NULL. */
167 gas_assert (c != EOF);
ehopt.c 479 gas_assert (ca > 0);
526 gas_assert (ca > 0);
531 gas_assert (diff < 0x40);
536 gas_assert (diff < 0x100);
542 gas_assert (diff < 0x10000);
as.h 88 #define gas_assert(P) \ macro
205 #define know(p) gas_assert(p) /* Verify our assumptions! */
subsegs.c 88 gas_assert (frchain_now == 0
129 gas_assert (frchain_now->frch_last == frag_now);
dwarf2dbg.c 323 gas_assert (seg == s->seg);
1224 gas_assert ((offsetT) addr_delta >= 0);
    [all...]
write.c 396 gas_assert (prev_frag->fr_type != 0);
406 gas_assert (prev_frag != &dummy
488 gas_assert (fragP->fr_next == NULL
579 gas_assert (x);
588 gas_assert (x);
592 gas_assert (newsize >= size);
    [all...]
symbols.c 222 gas_assert (locsym->lsy_flags.sy_local_symbol);
564 gas_assert (orgsymP != &dot_symbol);
911 gas_assert (symbolP->bsym != NULL);
912 gas_assert (symbolP->sy_flags.sy_local_symbol == 0);
913 gas_assert (symbolP->sy_next->sy_previous == symbolP);
916 gas_assert (lastP == symbolP);
1187 gas_assert (final_val == 0);
1190 gas_assert (add_symbol->sy_value.X_op == O_symbol
1193 gas_assert (! S_IS_WEAKREFR (add_symbol));
    [all...]
atof-generic.c 103 gas_assert (string_of_decimal_marks[0] == '.'
  /toolchain/binutils/binutils-2.27/gas/config/
tc-aarch64.c 686 gas_assert (reg->type < REG_TYPE_MAX && type < REG_TYPE_MAX);
    [all...]
tc-xtensa.c     [all...]
tc-nios2.c 238 gas_assert (n == 1 || n == 2 || n == 4);
257 gas_assert (n == 1 || n == 2 || n == 4 || n == 8);
376 gas_assert (nop16);
401 gas_assert (S_GET_SEGMENT (label) == now_seg);
896 gas_assert (is_r2);
911 gas_assert (is_r2);
1059 gas_assert (remainder >= -32768 && remainder <= 32767);
    [all...]
tc-i386-intel.c 478 gas_assert (e->X_add_number < (unsigned short) -1);
554 gas_assert (!intel_state.in_offset);
555 gas_assert (!intel_state.in_bracket);
556 gas_assert (!intel_state.in_scale);
600 gas_assert (!intel_state.in_offset);
601 gas_assert (!intel_state.in_bracket);
602 gas_assert (!intel_state.in_scale);
tc-alpha.c     [all...]
tc-mips.c     [all...]
obj-aout.c 131 gas_assert (x);
obj-ecoff.c 148 gas_assert (ecoff_data (stdoutput) != 0);
obj-som.c 282 gas_assert (p != 0);
tc-iq2000.c 540 gas_assert (reloc_type == BFD_RELOC_HI16);
593 gas_assert (FX_OPINFO_R_TYPE (l->fixp) == BFD_RELOC_HI16
633 gas_assert (* pf != NULL);
844 gas_assert (S_GET_NAME (p));
obj-coff.c 255 gas_assert (s != 0);
1094 gas_assert (weak_is_altname (name));
1110 gas_assert (weak_is_altname (name));
1232 gas_assert (weakp);
1233 gas_assert (S_GET_NUMBER_AUXILIARY (weakp) == 1);
    [all...]
tc-m68hc11.c     [all...]
tc-i386.c     [all...]
tc-arc.c 679 gas_assert (entry->count > 0);
776 gas_assert (cpu_flags != 0);
    [all...]
tc-ft32.c 589 gas_assert (relP != 0);
tc-pj.c 496 gas_assert (rel->howto != NULL);

Completed in 635 milliseconds

1 2 3 4