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

1 2 3

  /toolchain/binutils/binutils-2.25/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 125 gas_assert (filename != 0); /* Filename may not be NULL. */
165 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
220 #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);
1229 gas_assert ((offsetT) addr_delta >= 0);
    [all...]
symbols.c 222 gas_assert (locsym->lsy_flags.sy_local_symbol);
564 gas_assert (orgsymP != &dot_symbol);
905 gas_assert (symbolP->bsym != NULL);
906 gas_assert (symbolP->sy_flags.sy_local_symbol == 0);
907 gas_assert (symbolP->sy_next->sy_previous == symbolP);
910 gas_assert (lastP == symbolP);
1181 gas_assert (final_val == 0);
1184 gas_assert (add_symbol->sy_value.X_op == O_symbol
1187 gas_assert (! S_IS_WEAKREFR (add_symbol));
    [all...]
write.c 397 gas_assert (prev_frag->fr_type != 0);
407 gas_assert (prev_frag != &dummy
489 gas_assert (fragP->fr_next == NULL
580 gas_assert (x);
584 gas_assert (x);
588 gas_assert (newsize >= size);
    [all...]
atof-generic.c 103 gas_assert (string_of_decimal_marks[0] == '.'
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c     [all...]
tc-aarch64.c 700 gas_assert (reg->type < REG_TYPE_MAX && type < REG_TYPE_MAX);
    [all...]
tc-nios2.c 227 gas_assert (n == 1 || n == 2 || n == 4);
246 gas_assert (n == 1 || n == 2 || n == 4 || n == 8);
376 gas_assert (S_GET_SEGMENT (label) == now_seg);
937 gas_assert (remainder >= -32768 && remainder <= 32767);
1042 gas_assert (opcode);
1043 gas_assert (fixP->fx_size == opcode->size);
    [all...]
tc-i386-intel.c 475 gas_assert (e->X_add_number < (unsigned short) -1);
551 gas_assert (!intel_state.in_offset);
552 gas_assert (!intel_state.in_bracket);
553 gas_assert (!intel_state.in_scale);
597 gas_assert (!intel_state.in_offset);
598 gas_assert (!intel_state.in_bracket);
599 gas_assert (!intel_state.in_scale);
tc-mips.c     [all...]
tc-alpha.c     [all...]
obj-aout.c 131 gas_assert (x);
obj-ecoff.c 148 gas_assert (ecoff_data (stdoutput) != 0);
obj-som.c 281 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);
845 gas_assert (S_GET_NAME (p));
obj-coff.c 258 gas_assert (s != 0);
1105 gas_assert (weak_is_altname (name));
1122 gas_assert (weak_is_altname (name));
1249 gas_assert (weakp);
1250 gas_assert (S_GET_NUMBER_AUXILIARY (weakp) == 1);
    [all...]
tc-m68hc11.c     [all...]
tc-i386.c     [all...]
tc-arc.c 895 gas_assert (symbolP->sy_frag == &zero_address_frag);
    [all...]
tc-pj.c 492 gas_assert (rel->howto != NULL);
tc-m32r.c     [all...]

Completed in 625 milliseconds

1 2 3