OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gas_assert
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c
700
gas_assert
(reg->type < REG_TYPE_MAX && type < REG_TYPE_MAX);
[
all
...]
tc-xtensa.c
[
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
...]
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-alpha.c
[
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
...]
obj-aout.c
131
gas_assert
(x);
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));
tc-i386.c
[
all
...]
tc-arc.c
895
gas_assert
(symbolP->sy_frag == &zero_address_frag);
[
all
...]
obj-ecoff.c
148
gas_assert
(ecoff_data (stdoutput) != 0);
tc-pj.c
492
gas_assert
(rel->howto != NULL);
tc-m32r.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
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);
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);
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
...]
as.h
88
#define
gas_assert
(P) \
macro
220
#define know(p)
gas_assert
(p) /* Verify our assumptions! */
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
...]
read.c
633
gas_assert
(frag != frag_now);
646
gas_assert
(frag != frag_now);
647
gas_assert
(frag->fr_type == rs_align_code);
662
gas_assert
(frag == frag_now);
667
gas_assert
(size >= offset);
676
gas_assert
(bundle_align_p2 > 0);
677
gas_assert
(frag->fr_type == rs_align_code);
[
all
...]
Completed in 396 milliseconds
1
2
3
4