Home
last modified time | relevance | path

Searched refs:lang_for_each_statement (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dlinux.em86 lang_for_each_statement. It locates any address assignment to
108 lang_for_each_statement (gld${EMULATION_NAME}_find_address_statement);
Dsunos.em639 to lang_for_each_statement. Ick. */
686 lang_for_each_statement (gld${EMULATION_NAME}_find_assignment);
727 lang_for_each_statement (gld${EMULATION_NAME}_find_assignment);
820 lang_for_each_statement. It does one of two things: if the
Dppc64elf.em479 lang_for_each_statement (build_toc_list);
485 lang_for_each_statement (build_toc_list);
489 lang_for_each_statement (build_section_lists);
Dnios2elf.em267 lang_for_each_statement (build_section_lists);
Dmetagelf.em250 lang_for_each_statement (build_section_lists);
Dppc32elf.em214 lang_for_each_statement (no_zero_padding);
Dhppaelf.em273 lang_for_each_statement (build_section_lists);
Daarch64elf.em253 lang_for_each_statement (build_section_lists);
Daix.em760 lang_for_each_statement (gld${EMULATION_NAME}_find_relocs);
1329 lang_for_each_statement. It looks for relocations and assignments
Darmelf.em352 lang_for_each_statement (build_section_lists);
Delf32.em1334 lang_for_each_statement. It locates any assignment statements, and
1453 lang_for_each_statement (gld${EMULATION_NAME}_find_statement_assignment);
/toolchain/binutils/binutils-2.25/ld/
Dldlang.h631 extern void lang_for_each_statement
Dldwrite.c576 lang_for_each_statement (build_link_order); in ldwrite()
DChangeLog-2013359 Only call lang_for_each_statement if an ELF hash table is used.
Dldlang.c980 lang_for_each_statement (void (*func) (lang_statement_union_type *)) in lang_for_each_statement() function
6571 lang_for_each_statement (ldlang_open_output); in lang_process()
DChangeLog-91974479 rather than using lang_for_each_statement. Handle groups.
5609 lang_for_each_statement): Forgot to use PARAMS.