#include "config.h"#include "system.h"#include "tree.h"#include "flags.h"#include "real.h"#include "rtl.h"#include "hard-reg-set.h"#include "regs.h"#include "insn-config.h"#include "reload.h"#include "function.h"#include "output.h"#include "expr.h"#include "libfuncs.h"#include "except.h"#include "dwarf2.h"#include "dwarf2out.h"#include "dwarf2asm.h"#include "toplev.h"#include "varray.h"#include "ggc.h"#include "md5.h"#include "tm_p.h"#include "diagnostic.h"#include "debug.h"#include "target.h"#include "langhooks.h"#include "hashtable.h"#include "hashtab.h"#include "gt-dwarf2out.h"

Go to the source code of this file.
Defines | |
| #define | PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) |
Functions/Subroutines | |
| int | dwarf2out_do_frame () |
| void | default_eh_frame_section () |
| #define PTR_SIZE (POINTER_SIZE / BITS_PER_UNIT) |
Definition at line 124 of file dwarf2out.c.
Referenced by collect2_eh_frame_section(), and default_eh_frame_section().
Definition at line 132 of file dwarf2out.c.
| int dwarf2out_do_frame | ( | void | ) |
Definition at line 108 of file dwarf2out.c.
Referenced by compile_file(), cris_target_asm_function_prologue(), final_end_function(), final_scan_insn(), final_start_function(), lang_dependent_init(), m68k_output_function_prologue(), mips_output_function_prologue(), mmix_target_asm_function_prologue(), process_for_unwind_directive(), save_regs(), sparc_flat_function_prologue(), sparc_flat_save_restore(), sparc_nonflat_function_prologue(), thumb_output_function_prologue(), thumb_pushpop(), and vax_output_function_prologue().
1.5.6