Home
last modified time | relevance | path

Searched refs:arg_bytes (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc4727 rtx arg_bytes, begin_label_rtx, mcount, sym; in hppa_profile_hook() local
4779 arg_bytes = GEN_INT (TARGET_64BIT ? 24 : 12); in hppa_profile_hook()
4781 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes, in hppa_profile_hook()
4784 call_insn = emit_call_insn (gen_call (mcount, arg_bytes)); in hppa_profile_hook()
4790 arg_bytes = GEN_INT (TARGET_64BIT ? 16 : 8); in hppa_profile_hook()
4792 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes, in hppa_profile_hook()
4795 call_insn = emit_call_insn (gen_call (mcount, arg_bytes)); in hppa_profile_hook()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19933626 arg_bytes field of makeva_list is always aligned.