Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 178) sorted by relevance

12345678

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
Dop68000.d7 .*statement `tstl %a0@\(8,%d0:w:2\)' ignored
9 .*statement `tstl %a0@\(8,%d0:w:8\)' ignored
11 .*statement `tstl %a0@\(8,%d0:l:4\)' ignored
13 .*statement `tstl %a0@\(%d0:w:2\)' ignored
15 .*statement `tstl \(8,%a0,%d0\*4\)' ignored
17 .*statement `tstl \(8,%a0,%d0.w\*2\)' ignored
19 .*statement `tstl \(8,%a0,%d0.w\*8\)' ignored
21 .*statement `tstl \(8,%a0,%d0.l\*4\)' ignored
23 .*statement `tstl \(8,%a1.w\*2,%a0\)' ignored
25 .*statement `tstl 8\(%d0.w\*2,%a0\)' ignored
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldwrite.c39 build_link_order (lang_statement_union_type *statement) in build_link_order() argument
41 switch (statement->header.type) in build_link_order()
50 output_section = statement->data_statement.output_section; in build_link_order()
63 link_order->offset = statement->data_statement.output_offset; in build_link_order()
66 value = statement->data_statement.value; in build_link_order()
112 switch (statement->data_statement.type) in build_link_order()
140 switch (statement->data_statement.type) in build_link_order()
151 if (statement->data_statement.type == QUAD) in build_link_order()
194 rs = &statement->reloc_statement; in build_link_order()
240 asection *i = statement->input_section.section; in build_link_order()
[all …]
Dldlang.h587 #define LANG_FOR_EACH_INPUT_STATEMENT(statement) \ argument
588 lang_input_statement_type *statement; \
589 for (statement = (lang_input_statement_type *) file_chain.head; \
590 statement != (lang_input_statement_type *) NULL; \
591 statement = (lang_input_statement_type *) statement->next) \
Dldgram.y666 statement:
703 statement_list statement
704 | statement
Dldcref.c507 check_local_sym_xref (lang_input_statement_type *statement) in check_local_sym_xref() argument
512 abfd = statement->the_bfd; in check_local_sym_xref()
DChangeLog-2008193 section statement.
245 directly use an existing output section statement that has no
557 * ldgram.y (statement, memory_spec, section): Allow INCLUDE.
590 statement has an update_dot_tree expression, apply it to
594 (lang_do_assignments_1): If the output section statement has an
1026 * ldlang.c (lang_for_each_statement_worker): Handle insert statement.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em953 lang_statement_union_type *statement)
969 iter_stack_create (stack_p, statement);
979 /* Any assignment statement should block reordering across it. */
1016 statement,
1021 if (!ld_local_file_relocations_fit (statement, deps))
1051 lang_for_each_statement_worker (xtensa_ldlang_clear_addresses, statement);
1271 input_section_linked_worker (lang_statement_union_type *statement)
1273 if ((statement->header.type == lang_input_section_enum
1274 && (statement->input_section.section == input_section_target)))
1410 xtensa_wild_group_interleave_callback (lang_statement_union_type *statement)
[all …]
Dppc64elf.em104 /* Move the input section statement at *U which happens to be on LIST
116 /* Snip the input section from the statement list. If it was the
117 last statement, fix the list tail pointer. */
141 /* If the next statement is not an input section statement then
142 TO must point at the previous input section statement
420 build_toc_list (lang_statement_union_type *statement)
422 if (statement->header.type == lang_input_section_enum)
424 asection *i = statement->input_section.section;
438 build_section_lists (lang_statement_union_type *statement)
440 if (statement->header.type == lang_input_section_enum)
[all …]
Dmipself.em181 /* Initialize a statement list that contains only the new statement. */
187 /* Insert the new statement in the appropriate place. */
Dnios2elf.em217 build_section_lists (lang_statement_union_type *statement)
219 if (statement->header.type == lang_input_section_enum)
221 asection *i = statement->input_section.section;
Dmetagelf.em200 build_section_lists (lang_statement_union_type *statement)
202 if (statement->header.type == lang_input_section_enum)
204 asection *i = statement->input_section.section;
Dhppaelf.em223 build_section_lists (lang_statement_union_type *statement)
225 if (statement->header.type == lang_input_section_enum)
227 asection *i = statement->input_section.section;
Daarch64elf.em207 build_section_lists (lang_statement_union_type *statement)
209 if (statement->header.type == lang_input_section_enum)
211 asection *i = statement->input_section.section;
Darmelf.em235 build_section_lists (lang_statement_union_type *statement)
237 if (statement->header.type == lang_input_section_enum)
239 asection *i = statement->input_section.section;
/toolchain/binutils/binutils-2.25/config/
Dlib-prefix.m4143 dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-pj.texi49 @cindex statement separator, PJ
Dc-epiphany.texi64 @cindex statement separator, Epiphany
Dc-mt.texi66 @cindex statement separator, MT
Dc-metag.texi71 @cindex statement separator, Meta
Dc-ip2k.texi67 @cindex statement separator, IP2K
Dc-ns32k.texi73 @cindex statement separator, NS32K
Dc-xc16x.texi78 @cindex statement separator, xc16x
Dc-microblaze.texi96 @cindex statement separator, MicroBlaze
Dc-xstormy16.texi39 @cindex statement separator, XStormy16
Dc-rl78.texi133 @cindex statement separator, RL78

12345678