Searched refs:dw_cfi_ref (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c169 typedef struct dw_cfi_struct *dw_cfi_ref; typedef in typeref:struct:dw_cfi_struct
197 dw_cfi_ref dw_cfi_next;
236 dw_cfi_ref dw_fde_cfi;
315 static GTY(()) dw_cfi_ref cie_cfi_head;
344 static dw_cfi_ref new_cfi (void);
345 static void add_cfi (dw_cfi_ref *, dw_cfi_ref);
346 static void add_fde_cfi (const char *, dw_cfi_ref);
347 static void lookup_cfa_1 (dw_cfi_ref, dw_cfa_location *);
352 static void output_cfi (dw_cfi_ref, dw_fde_re
[all...]

Completed in 110 milliseconds