
Go to the source code of this file.
Defines | |
| #define | GET_FCN_LNNOPTR(abfd, ext) H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) |
| #define | GET_FCN_ENDNDX(abfd, ext) H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) |
| #define | PUT_FCN_LNNOPTR(abfd, in, ext) H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) |
| #define | PUT_FCN_ENDNDX(abfd, in, ext) H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) |
| #define | GET_LNSZ_LNNO(abfd, ext) H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) |
| #define | GET_LNSZ_SIZE(abfd, ext) H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) |
| #define | PUT_LNSZ_LNNO(abfd, in, ext) H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) |
| #define | PUT_LNSZ_SIZE(abfd, in, ext) H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) |
| #define | GET_SCN_SCNLEN(abfd, ext) H_GET_32 (abfd, ext->x_scn.x_scnlen) |
| #define | GET_SCN_NRELOC(abfd, ext) H_GET_16 (abfd, ext->x_scn.x_nreloc) |
| #define | GET_SCN_NLINNO(abfd, ext) H_GET_16 (abfd, ext->x_scn.x_nlinno) |
| #define | PUT_SCN_SCNLEN(abfd, in, ext) H_PUT_32 (abfd, in, ext->x_scn.x_scnlen) |
| #define | PUT_SCN_NRELOC(abfd, in, ext) H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) |
| #define | PUT_SCN_NLINNO(abfd, in, ext) H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) |
| #define | GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, ext->l_lnno); |
| #define | PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, ext->l_lnno); |
| #define | GET_FILEHDR_SYMPTR H_GET_32 |
| #define | PUT_FILEHDR_SYMPTR H_PUT_32 |
| #define | GET_AOUTHDR_TSIZE H_GET_32 |
| #define | PUT_AOUTHDR_TSIZE H_PUT_32 |
| #define | GET_AOUTHDR_DSIZE H_GET_32 |
| #define | PUT_AOUTHDR_DSIZE H_PUT_32 |
| #define | GET_AOUTHDR_BSIZE H_GET_32 |
| #define | PUT_AOUTHDR_BSIZE H_PUT_32 |
| #define | GET_AOUTHDR_ENTRY H_GET_32 |
| #define | PUT_AOUTHDR_ENTRY H_PUT_32 |
| #define | GET_AOUTHDR_TEXT_START H_GET_32 |
| #define | PUT_AOUTHDR_TEXT_START H_PUT_32 |
| #define | GET_AOUTHDR_DATA_START H_GET_32 |
| #define | PUT_AOUTHDR_DATA_START H_PUT_32 |
| #define | GET_SCNHDR_PADDR H_GET_32 |
| #define | PUT_SCNHDR_PADDR H_PUT_32 |
| #define | GET_SCNHDR_VADDR H_GET_32 |
| #define | PUT_SCNHDR_VADDR H_PUT_32 |
| #define | GET_SCNHDR_SIZE H_GET_32 |
| #define | PUT_SCNHDR_SIZE H_PUT_32 |
| #define | GET_SCNHDR_SCNPTR H_GET_32 |
| #define | PUT_SCNHDR_SCNPTR H_PUT_32 |
| #define | GET_SCNHDR_RELPTR H_GET_32 |
| #define | PUT_SCNHDR_RELPTR H_PUT_32 |
| #define | GET_SCNHDR_LNNOPTR H_GET_32 |
| #define | PUT_SCNHDR_LNNOPTR H_PUT_32 |
| #define | GET_SCNHDR_NRELOC H_GET_16 |
| #define | MAX_SCNHDR_NRELOC 0xffff |
| #define | PUT_SCNHDR_NRELOC H_PUT_16 |
| #define | GET_SCNHDR_NLNNO H_GET_16 |
| #define | MAX_SCNHDR_NLNNO 0xffff |
| #define | PUT_SCNHDR_NLNNO H_PUT_16 |
| #define | GET_SCNHDR_FLAGS H_GET_32 |
| #define | PUT_SCNHDR_FLAGS H_PUT_32 |
| #define | GET_RELOC_VADDR H_GET_32 |
| #define | PUT_RELOC_VADDR H_PUT_32 |
Functions/Subroutines | |
| static void coff_swap_aouthdr_in | PARAMS ((bfd *, PTR, PTR)) |
| static void coff_swap_aux_in | PARAMS ((bfd *, PTR, int, int, int, int, PTR)) |
| static void | coff_swap_reloc_in (abfd, src, dst) bfd *abfd |
Variables | |
| PTR | src |
| PTR | dst |
| PTR | in |
| PTR | out |
| PTR | ext1 |
| PTR | in1 |
| PTR | inp |
| PTR | extp |
| int | type |
| int | class |
| int | indx |
| int | numaux |
| int indx | ATTRIBUTE_UNUSED |
| PTR | outp |
| PTR | aouthdr_ext1 |
| PTR | aouthdr_int1 |
| PTR | ext |
| #define GET_AOUTHDR_BSIZE H_GET_32 |
Definition at line 120 of file coffswap.h.
| #define GET_AOUTHDR_DATA_START H_GET_32 |
Definition at line 138 of file coffswap.h.
| #define GET_AOUTHDR_DSIZE H_GET_32 |
Definition at line 114 of file coffswap.h.
| #define GET_AOUTHDR_ENTRY H_GET_32 |
Definition at line 126 of file coffswap.h.
| #define GET_AOUTHDR_TEXT_START H_GET_32 |
Definition at line 132 of file coffswap.h.
| #define GET_AOUTHDR_TSIZE H_GET_32 |
Definition at line 108 of file coffswap.h.
| #define GET_FILEHDR_SYMPTR H_GET_32 |
Definition at line 100 of file coffswap.h.
| #define GET_RELOC_VADDR H_GET_32 |
Definition at line 207 of file coffswap.h.
| #define GET_SCNHDR_FLAGS H_GET_32 |
Definition at line 200 of file coffswap.h.
| #define GET_SCNHDR_LNNOPTR H_GET_32 |
Definition at line 176 of file coffswap.h.
| #define GET_SCNHDR_NLNNO H_GET_16 |
Definition at line 191 of file coffswap.h.
| #define GET_SCNHDR_NRELOC H_GET_16 |
Definition at line 182 of file coffswap.h.
| #define GET_SCNHDR_PADDR H_GET_32 |
Definition at line 146 of file coffswap.h.
| #define GET_SCNHDR_RELPTR H_GET_32 |
Definition at line 170 of file coffswap.h.
| #define GET_SCNHDR_SCNPTR H_GET_32 |
Definition at line 164 of file coffswap.h.
| #define GET_SCNHDR_SIZE H_GET_32 |
Definition at line 158 of file coffswap.h.
| #define GET_SCNHDR_VADDR H_GET_32 |
Definition at line 152 of file coffswap.h.
| #define MAX_SCNHDR_NLNNO 0xffff |
Definition at line 194 of file coffswap.h.
| #define MAX_SCNHDR_NRELOC 0xffff |
Definition at line 185 of file coffswap.h.
| #define PUT_AOUTHDR_BSIZE H_PUT_32 |
Definition at line 123 of file coffswap.h.
| #define PUT_AOUTHDR_DATA_START H_PUT_32 |
Definition at line 141 of file coffswap.h.
| #define PUT_AOUTHDR_DSIZE H_PUT_32 |
Definition at line 117 of file coffswap.h.
| #define PUT_AOUTHDR_ENTRY H_PUT_32 |
Definition at line 129 of file coffswap.h.
| #define PUT_AOUTHDR_TEXT_START H_PUT_32 |
Definition at line 135 of file coffswap.h.
| #define PUT_AOUTHDR_TSIZE H_PUT_32 |
Definition at line 111 of file coffswap.h.
| #define PUT_FILEHDR_SYMPTR H_PUT_32 |
Definition at line 103 of file coffswap.h.
| #define PUT_RELOC_VADDR H_PUT_32 |
Definition at line 210 of file coffswap.h.
| #define PUT_SCNHDR_FLAGS H_PUT_32 |
Definition at line 203 of file coffswap.h.
| #define PUT_SCNHDR_LNNOPTR H_PUT_32 |
Definition at line 179 of file coffswap.h.
| #define PUT_SCNHDR_NLNNO H_PUT_16 |
Definition at line 197 of file coffswap.h.
| #define PUT_SCNHDR_NRELOC H_PUT_16 |
Definition at line 188 of file coffswap.h.
| #define PUT_SCNHDR_PADDR H_PUT_32 |
Definition at line 149 of file coffswap.h.
| #define PUT_SCNHDR_RELPTR H_PUT_32 |
Definition at line 173 of file coffswap.h.
| #define PUT_SCNHDR_SCNPTR H_PUT_32 |
Definition at line 167 of file coffswap.h.
| #define PUT_SCNHDR_SIZE H_PUT_32 |
Definition at line 161 of file coffswap.h.
| #define PUT_SCNHDR_VADDR H_PUT_32 |
Definition at line 155 of file coffswap.h.
Definition at line 658 of file coffswap.h.
Definition at line 660 of file coffswap.h.
Definition at line 537 of file coffswap.h.
| int class |
Definition at line 430 of file coffswap.h.
Referenced by find_reloads_address_1(), and ix86_preferred_output_reload_class().
Definition at line 240 of file coffswap.h.
Referenced by __ompc_copyin_thdprv(), _elf32_write(), _elf_cook_file(), _elf_cook_scn(), _elf_item(), accumulate_line_counts(), Add_DST_variable(), add_excls(), add_presence_absence(), Apply_Interleave(), arm_gen_movmemqi(), arm_gen_movstrqi(), bitmap_ior_into(), bitmap_xor_into(), Can_Be_Tail_Call(), can_reload_into(), CGTARG_Adjust_Latency(), clipper_movstr(), construct_transitive_closure(), copy_blkmode_from_reg(), Create_DST_For_Tree(), Create_Func_DST(), Create_ST_For_Tree(), Create_TY_For_Tree(), crx_expand_movmem(), dead_register_here(), delete_address_reloads(), delete_address_reloads_1(), DaVinci::Delete_Edge(), dequote_string(), df_def_record_1(), df_uses_record(), do_movsi(), DST_allocate(), DST_create(), DST_Create_Subprogram(), DST_Create_type(), DST_Create_var(), DST_enter_member_function(), DST_first_block_of_kind(), DST_get_block(), DST_get_compile_unit(), DST_get_file_names(), DST_get_include_dirs(), DST_has_block_of_kind(), DST_IDX_to_ptr(), DST_mk_string(), DST_new_block(), DST_set_current_block(), DaVinci_Callback::Edge_Select(), elf_swap_dyn_out(), elf_swap_reloc_out(), elf_swap_reloca_out(), elf_swap_symbol_out(), emit_a_rotate(), emit_group_store(), emit_new_cond_insn(), exp_get_fill(), expand_a_rotate(), expand_builtin_stpcpy(), expand_builtin_strcat(), expand_builtin_strcpy(), expand_builtin_strncat(), expand_builtin_va_copy(), expand_return(), Extend_Dep_Vectors(), extra_case(), f_inqu0(), f_inqu0_mp(), f_open0(), f_open1(), find_barrier(), Find_DST_From_ST(), fold_builtin_strcat(), fold_builtin_strncat(), get_abstract_origin(), Get_Orig_PU_Name(), gimplify_asm_expr(), h8300_expand_movsi(), initialize_dst_map(), is_cond_candidate(), ix86_expand_binary_operator(), ix86_expand_fp_absneg_operator(), ix86_expand_unary_operator(), ix86_fixup_binary_operands(), ix86_fixup_binary_operands_no_copy(), Localize_Variable(), lower_bit_field_id(), lower_cvt(), m68hc11_check_z_replacement(), m68hc11_z_replacement(), machine_dependent_reorg(), main(), make_eh_edge(), mark_eh_edge(), mcore_output_move(), mcore_output_movedouble(), mds_movdi(), mdx_block_move(), mdx_unaligned_load(), mdx_unaligned_store(), msp430_branchinstr(), msp430_doubleoperand(), msp430_singleoperand(), munge(), New_DST(), nextword(), oasys_write_data(), oasys_write_syms(), output_a_rotate(), output_move_double(), output_move_single(), output_movedouble(), pack_d(), print_assignment(), print_insn_pdp11(), print_instruction(), record_temporary_equivalences_from_phis(), regmove_optimize(), s390_expand_logical_operator(), s_rsfe(), s_rsfe_mp(), s_rsfi(), s_rsfi_mp(), s_rsle(), s_rsle_mp(), s_rsli(), s_rsli_mp(), s_rsNe(), s_rsne(), s_rsNe_mp(), s_rsue(), s_rsue_mp(), s_wsfe(), s_wsfe_mp(), s_wsle(), s_wsle_mp(), s_wsli(), s_wsli_mp(), s_wsNe(), s_wsne(), s_wsNe_mp(), s_wsne_mp(), s_wsue(), s_wsue_mp(), set_noop_p(), set_src_needs_barrier(), sh_initialize_trampoline(), sh_reorg(), solve_flow_graph(), srec_write_record(), ssa_redirect_edge(), tag_arcs(), tekhex_write_object_contents(), thread_across_edge(), unw_decode_p2_p5(), update_pu_dst_indices(), variable_union(), vars_copy_1(), VHO_Lower_Mistore(), VHO_Lower_Mstid(), VHO_Lower_Mstore(), WFE_Expand_Expr(), WGEN_Expand_Expr(), xcoff64_swap_ldhdr_out(), xcoff64_swap_ldrel_out(), xcoff64_swap_ldsym_out(), xcoff64_swap_reloc_in(), xcoff64_swap_reloc_out(), xcoff_swap_ldhdr_out(), xcoff_swap_ldrel_out(), xcoff_swap_ldsym_out(), xcoff_swap_reloc_in(), and xcoff_swap_reloc_out().
Definition at line 811 of file coffswap.h.
Definition at line 339 of file coffswap.h.
Definition at line 380 of file coffswap.h.
Definition at line 308 of file coffswap.h.
Definition at line 341 of file coffswap.h.
Referenced by bfd_elf_d30v_reloc(), bfd_elf_d30v_reloc_21(), combine_simplify_rtx(), mmix_elf_perform_relocation(), print_insn_d30v(), read_call_graph(), simplify_binary_operation_1(), and simplify_unary_operation_1().
| int indx |
Definition at line 431 of file coffswap.h.
Definition at line 378 of file coffswap.h.
Referenced by abspath(), java_new_lexer(), java_read_char(), normalize_path(), pathf90_date(), and xcoff_link_input_bfd().
| int numaux |
Definition at line 432 of file coffswap.h.
Referenced by _bfd_xcoff64_swap_aux_out(), _bfd_xcoff_swap_aux_out(), and coff_write_symbol().
| PTR out |
Definition at line 310 of file coffswap.h.
Referenced by __dec_byte_swap(), __deregister_frame_info_bases(), _bfd_vms_length_hash_symbol(), _cpp_scan_out_logical_line(), add_function_candidate(), allocate_reload_reg(), alpha_emit_floatuns(), alpha_emit_xfloating_compare(), avr_output_function_epilogue(), avr_output_function_prologue(), bfd_arm_merge_machines(), bfd_ecoff_debug_accumulate(), bfd_elf_get_elf_syms(), bfd_xcoff_size_dynamic_sections(), build_base_path(), bulletize(), c_parser_binary_expression(), c_parser_declspecs(), choose_reload_regs(), combine_reloads(), compute_bb_dataflow(), copy_comment(), courierize(), cp_walk_subtrees(), cplus_demangle_opname(), cplus_mangle_opname(), debug_reload_to_stream(), decDenseUnpackCoeff(), DEFUN(), delete_output_reload(), demangle_expression(), demangle_function_name(), df_analyse_1(), df_lr_transfer_function(), df_rd_transfer_function(), df_ru_transfer_function(), df_ur_transfer_function(), df_urec_transfer_function(), dfp_byte_swap(), do_fancy_stuff(), dump_dataflow_sets(), eliminate_phi(), emit_lkcord(), emit_reload_insns(), find_dummy_reload(), find_reload_regs(), find_reloads(), finish_repo(), gen_cmpstrsi(), gen_ffssi2(), gen_fix_truncdfdi2(), gen_fix_truncdfsi2(), gen_fix_truncsfdi2(), gen_fix_truncsfsi2(), gen_movtf(), gen_split_291(), gen_split_292(), gen_split_293(), gen_split_294(), gimplify_expr(), GTY(), h8300_output_function_epilogue(), ia64_expand_movxf_movrf(), ia64_internal_sched_reorder(), ia64_split_tmode_move(), indent(), Initialize_Annotation(), insert_offset(), instantiate_decl(), internal_mcount(), ix86_expand_int_movcc(), ix86_sched_reorder(), kill_bogus_lines(), lex_identifier(), lower_bit_field_id(), m68k_output_pic_call(), main(), merge_assigned_reloads(), move_stmt_r(), oasys_write_sections(), out_movhi_mr_r(), out_movqi_mr_r(), out_set_stack_ptr(), output_movhi(), output_movqi(), outputdots(), PARAMS(), paramstuff(), pe_dll_generate_def_file(), pex_run_in_environment(), pexecute(), ppc64_elf_brtaken_reloc(), Prepend_Wn_Pair(), PU_POINTS_TO_SUMMARY::Print(), read_specs(), real_to_hexadecimal(), reload_as_needed(), remove_plus_modifier(), scan_out_logical_line(), set_reload_reg(), DAG_BUILDER::Set_TN_BB_Bitset_Table(), skip_whitespace(), SNL_GEN_2D_Regtile(), Solve_For(), sparc_emit_fixunsdi(), sparc_emit_floatunsdi(), tekhex_write_object_contents(), temp_file(), testname(), testnames(), thumb_expand_movmemqi(), thumb_expand_movstrqi(), translatecomments(), traverse_wn_tree(), DAG_BUILDER::Union_Of_Preds(), update_equiv_regs(), voidify_wrapper_expr(), vt_add_function_parameters(), vt_finalize(), vt_initialize(), vt_stack_adjustments(), WN_Solve_For(), x86_emit_floatuns(), xstormy16_expand_andqi3(), and xstormy16_expand_iorqi3().
Definition at line 644 of file coffswap.h.
Referenced by abspath(), java_new_lexer(), java_read_char(), main(), normalize_path(), and pathf90_date().
Definition at line 239 of file coffswap.h.
Referenced by __ompc_copyin_thdprv(), RGN_CFLOW_MGR::_acquire_reach_prob_info(), _bfd_XXi_swap_aouthdr_in(), _dwarf_memcpy_swap_bytes(), _elf32_write(), _elf_cook_file(), _elf_cook_scn(), _elf_item(), _f_opn(), add_edge_to_ddg(), add_excls(), add_labels_and_missing_jumps(), add_line_counts(), add_presence_absence(), analyze_insn_to_expand_var(), analyze_insns_in_loop(), Apply_Interleave(), apply_return_prediction(), arm_gen_movmemqi(), arm_gen_movstrqi(), assign_parm_setup_stack(), avr_reorg(), BB_REGION_Calculate_Dominators(), BB_Unique_Source(), bfin_adjust_cost(), bitmap_ior(), bitmap_xor(), bsi_insert_on_edge_immediate_loop(), Build_C3_INIT_PTR(), bypass_block(), Calculate_Dominators(), Can_Be_Tail_Call(), can_combine_p(), candidate_bb_for_phi_optimization(), cant_combine_insn_p(), cfg_layout_redirect_edge(), cfg_layout_redirect_edge_and_branch(), cfg_remove_useless_stmts_bb(), CGTARG_Adjust_Latency(), check_cond_move_block(), classic_gcse(), clipper_movstr(), coalesce_regs_in_copies(), coff_pe_mips_relocate_section(), INTERVAL_PROCESSOR::Collect_Backedges(), INTERVAL_PROCESSOR::Collect_Improper_Nodes(), combinable_i3pat(), combine_stack_adjustments_for_block(), compare_condition(), compute_a_rotate_length(), INTERVAL_PROCESSOR::Compute_Dominators(), REGIONAL_CFG::Compute_Edges_Freq(), compute_ld_motion_mems(), compute_mov_length(), connect_post_landing_pads(), copy_bbs(), copy_blkmode_from_reg(), copyprop_hardreg_forward(), copyprop_hardreg_forward_1(), cprop_insn(), create_ddg_all_sccs(), create_program_flow_graph(), cris_split_movdx(), crx_expand_movmem(), cse_insn(), cselib_record_sets(), cwh_stmt_character_store(), dead_register_here(), DaVinci::Delete_Edge(), destringize_and_run(), detect_remat_webs(), disconnect_src(), Do_Automatic_Transformation(), do_movsi(), DST_enter_enum(), DST_enter_member_function(), DST_enter_normal_field(), DST_enter_static_data_mem(), DST_enter_struct_union(), DST_enter_struct_union_members(), dump_generic_node(), dump_static_insn_cost(), dump_table(), DaVinci_Callback::Edge_Select(), EETARG_High_Level_Procedure_Exit(), elf_swap_dyn_in(), elf_swap_reloc_in(), elf_swap_reloca_in(), elf_swap_symbol_in(), eligible_for_epilogue_delay(), eligible_for_restore_insn(), eligible_for_sibcall_delay(), eliminate_partially_redundant_loads(), eliminate_phi(), eliminate_regs_in_insn(), elimination_effects(), emit_group_load(), emit_group_load_1(), emit_new_cond_insn(), emit_output_reload_insns(), estimate_numbers_of_iterations_loop(), expand_a_rotate(), expand_block_move(), expand_builtin_apply(), expand_builtin_bcopy(), expand_builtin_memcpy(), expand_builtin_memmove(), expand_builtin_memory_chk(), expand_builtin_mempcpy(), expand_builtin_stpcpy(), expand_builtin_strcat(), expand_builtin_strcpy(), expand_builtin_strlen(), expand_builtin_strncat(), expand_builtin_va_copy(), expand_movstr(), expand_return(), Extend_Dep_Vectors(), extract_bit_field(), find_avail_set(), find_barrier(), find_bypass_set(), LOOP_RCE::Find_Chain(), find_jump_block(), find_last_value(), find_phi_replacement_condition(), find_source(), find_split_point(), fix_loop_placements(), fixup_reorder_chain(), fixup_var_refs_1(), flow_depth_first_order_compute(), flow_edge_list_print(), flow_preorder_transversal_compute(), flow_reverse_top_sort_order_compute(), fold_builtin_bcopy(), fold_builtin_memcpy(), fold_builtin_memmove(), fold_builtin_memory_chk(), fold_builtin_memory_op(), fold_builtin_mempcpy(), fold_builtin_strcat(), fold_builtin_strcat_chk(), fold_builtin_strcpy(), fold_builtin_strncat(), fold_builtin_strncat_chk(), fold_builtin_strncpy(), fold_builtin_strncpy_chk(), fold_builtin_stxcpy_chk(), force_nonfallthru_and_redirect(), fr30_move_double(), freeze_moves(), frv_expand_builtin(), frv_ifcvt_modify_insn(), frv_ifcvt_modify_tests(), frv_optimize_membar_local(), frv_split_abs(), gcc_loop_to_lambda_loop(), Gen_Assign_Of_Init_Val(), Gen_Prolog_LDIMM64(), gen_split_move_double(), generate_bytecode_insns(), getsym(), getvalue(), h8300_adjust_insn_length(), h8300_expand_movsi(), Handle_LDID(), hash_scan_set(), have_dependence_p(), hppa_expand_epilogue(), hybrid_search(), ia64_adjust_cost(), ia64_ld_address_bypass_p(), ia64_split_return_addr_rtx(), ieee_canonicalize_reloc(), init_alias_analysis(), initializer_constant_valid_p(), insert_backedge_copies(), insert_into_preds_of_block(), insn_sets_btr_p(), instantiate_virtual_regs_1(), interpret_libc(), is_cond_candidate(), ix86_expand_fp_absneg_operator(), ix86_expand_unary_operator(), ix86_gimplify_va_arg(), load_reg(), loop_bivs_check(), loop_commit_inserts(), loop_delete_branch_edge(), loop_split_edge_with(), m68hc11_check_z_replacement(), m68hc11_emit_logical(), m68hc11_z_replacement(), machine_dependent_reorg(), main(), make_eh_edge(), make_field_assignment(), mark_dfs_back_edges(), mark_eh_edge(), mark_irreducible_loops(), mark_phi_and_copy_regs(), mark_single_set(), mcore_output_move(), mcore_output_movedouble(), mds_movdi(), mdx_block_move(), mdx_unaligned_load(), mdx_unaligned_store(), memchr(), merge_directories_and_files(), merge_subprograms(), mfb_update_loops(), mips_output_function_prologue(), move2add_note_store(), move_btr_def(), nextword(), noce_get_alt_condition(), notice_update_cc(), oasys_canonicalize_reloc(), oasys_slurp_section_data(), oasys_write_syms(), optimize_bit_field(), Optimize_Select(), out_movhi_mr_r(), out_movhi_r_mr(), out_movqi_mr_r(), out_movqi_r_mr(), out_movsi_mr_r(), out_movsi_r_mr(), output_branchy_insn(), output_condmove_single(), output_dsp16xx_float_const(), output_move_double(), output_move_single(), output_movedouble(), output_movhi(), output_movqi(), output_movsisf(), output_reload_insisf(), pa_adjust_priority(), pass_over(), pattern_is_ok_for_dispose(), pattern_is_ok_for_epilogue(), pattern_is_ok_for_prepare(), pattern_is_ok_for_prologue(), phi_loop_edge_uses_def(), pop_multiple_operation(), post_order_compute(), ppc64_elf_edit_toc(), pre_and_rev_post_order_compute(), prescan_loop(), print_insn_pdp11(), print_instruction(), process_assignment(), process_file(), process_set(), push_multiple_operation(), reachable_at_most_once(), read_graph_file(), record_set(), record_temporary_equivalences_from_phis(), redirect_branch_edge(), redirect_edge_and_branch(), Redundancy_Elimination(), reg_scan_mark_refs(), regmove_optimize(), release_structures(), reload_cse_move2add(), reload_cse_simplify_set(), remap_decl(), remove_edge(), replace_args(), replace_phi_with_cond_modify_expr(), reversed_comparison_code_parts(), rs6000_emit_prologue(), rtl_redirect_edge_and_branch(), scan_loop(), sched_get_condition(), set_nonzero_bits_and_sign_copies(), set_noop_p(), set_recurrence_length(), set_src_needs_barrier(), setup_group(), sh_initialize_trampoline(), sh_reorg(), simplify_set(), solve_flow_graph(), sparc_nonflat_function_epilogue(), split_branches(), split_edge(), split_iv(), srec_write_record(), ssa_redirect_edge(), stack_adjust_offset_pre_post(), store_bit_field(), store_motion(), store_reg(), strcut(), subst_constants(), sxt_sequence(), thread_across_edge(), tree_find_edge_insert_loc(), tree_split_edge(), tree_try_redirect_by_replacing_jump(), try_crossjump_bb(), try_forward_edges(), try_optimize_cfg(), try_redirect_by_replacing_jump(), try_replace_reg(), unswitch_loop(), update_equiv_regs(), update_latch_info(), update_ld_motion_stores(), SCHED_DFLOW_MGR::Update_Liveness_After_Upward_Sched(), update_path(), update_set_flags(), v850_reorg(), validate_pattern(), variable_union(), vars_copy_1(), vect_do_peeling_for_loop_bound(), versados_canonicalize_reloc(), VHO_Lower_Mistore(), VHO_Lower_Mstid(), VHO_Lower_Mstore(), visit_expression(), vms_bfd_copy_private_bfd_data(), vt_stack_adjustments(), xcoff64_swap_ldhdr_in(), xcoff64_swap_ldrel_in(), xcoff64_swap_ldsym_in(), xcoff64_swap_reloc_in(), xcoff64_swap_reloc_out(), xcoff_swap_ldhdr_in(), xcoff_swap_ldrel_in(), xcoff_swap_ldsym_in(), xcoff_swap_reloc_in(), xcoff_swap_reloc_out(), xtensa_emit_block_move(), and xtensa_expand_block_move().
| int type |
Definition at line 429 of file coffswap.h.
1.5.6