Home
last modified time | relevance | path

Searched refs:leaf_function (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsh64-tdep.c118 int leaf_function; member
1028 get_frame_extra_info (fi)->leaf_function = 1; in sh64_nofp_frame_init_saved_regs()
1079 get_frame_extra_info (fi)->leaf_function = 0; in sh64_nofp_frame_init_saved_regs()
1107 get_frame_extra_info (fi)->leaf_function = 0; in sh64_nofp_frame_init_saved_regs()
1135 get_frame_extra_info (fi)->leaf_function = 0; in sh64_nofp_frame_init_saved_regs()
1142 get_frame_extra_info (fi)->leaf_function = 0; in sh64_nofp_frame_init_saved_regs()
1223 get_frame_extra_info (fi)->leaf_function = 0; in sh64_init_extra_frame_info()
H A Dcris-tdep.c267 int leaf_function; member
300 info->leaf_function = 0; in cris_sigtramp_frame_unwind_cache()
628 info->leaf_function = 0; in cris_frame_unwind_cache()
957 info->leaf_function = 1; in cris_scan_prologue()
991 info->leaf_function = 0; in cris_scan_prologue()
1188 if (!info->leaf_function) in cris_scan_prologue()
H A DChangeLog-19941567 * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c3744 compute_frame_size (size, leaf_function) in compute_frame_size() argument
3746 int leaf_function;
3777 if (leaf_function && n_regs == 0
3794 if (leaf_function == 0 || size > 0)
3892 sparc_nonflat_function_prologue (file, size, leaf_function) in sparc_nonflat_function_prologue() argument
3895 int leaf_function;
3901 actual_fsize = compute_frame_size (size, leaf_function);
3903 if (leaf_function)
3919 else if (! leaf_function)
3955 dwarf2out_def_cfa (label, (leaf_function ? STACK_POINTER_REGNUM
[all …]
H A Dsparc.md224 (define_attr "leaf_function" "false,true"
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h308 extern int leaf_function;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h427 extern int leaf_function;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c10095 int leaf_function = leaf_function_p (); in thumb_unexpanded_epilogue() local
10192 had_to_push_lr = (live_regs_mask || !leaf_function in thumb_unexpanded_epilogue()
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.md145 (define_attr "leaf_function" "false,true"
160 (if_then_else (eq_attr "leaf_function" "true")
7029 (cond [(eq_attr "leaf_function" "true")
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.1938 * final.c (leaf_function): Don't define.
939 (final_start_function): Replace uses of leaf_function with
943 (rest_of_compilation): Replace uses of leaf_function with
952 * sparc.md (leaf_function attribute, untyped_return): Likewise.
H A DChangeLog.711583 (output_restore_regs): Mark leaf_function as unused.