Home | History | Annotate | Download | only in emultempl

Lines Matching full:emulation_name

28 gld${EMULATION_NAME}_before_parse (void)
43 gld${EMULATION_NAME}_create_output_section_statements (void)
54 gld${EMULATION_NAME}_open_dynamic_archive (const char *arch ATTRIBUTE_UNUSED,
81 gld${EMULATION_NAME}_find_potential_libraries
130 gld${EMULATION_NAME}_add_options
150 gld${EMULATION_NAME}_list_options (FILE *file)
156 gld${EMULATION_NAME}_handle_option (int optc)
187 gld${EMULATION_NAME}_before_allocation (void)
208 gld${EMULATION_NAME}_after_allocation (void)
215 gld${EMULATION_NAME}_map_segments (need_layout);
219 gld${EMULATION_NAME}_after_parse (void)
226 LDEMUL_BEFORE_ALLOCATION=gld"$EMULATION_NAME"_before_allocation
227 LDEMUL_AFTER_ALLOCATION=gld"$EMULATION_NAME"_after_allocation
229 LDEMUL_AFTER_PARSE=gld${EMULATION_NAME}_after_parse
234 LDEMUL_BEFORE_PARSE=gld"$EMULATION_NAME"_before_parse
235 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS=gld"$EMULATION_NAME"_create_output_section_statements
236 LDEMUL_FIND_POTENTIAL_LIBRARIES=gld"$EMULATION_NAME"_find_potential_libraries
237 LDEMUL_OPEN_DYNAMIC_ARCHIVE=gld"$EMULATION_NAME"_open_dynamic_archive
238 LDEMUL_ADD_OPTIONS=gld"$EMULATION_NAME"_add_options
239 LDEMUL_HANDLE_OPTION=gld"$EMULATION_NAME"_handle_option
240 LDEMUL_LIST_OPTIONS=gld"$EMULATION_NAME"_list_options