Home
last modified time | relevance | path

Searched refs:fde_entry (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.h100 struct fde_entry struct
102 struct fde_entry *next; argument
122 extern struct fde_entry *all_fde_data; argument
Ddw2gencfi.c289 struct fde_entry *all_fde_data;
290 static struct fde_entry **last_fde_data = &all_fde_data;
305 struct fde_entry *cur_fde_data;
313 static struct fde_entry *
316 struct fde_entry *fde = (struct fde_entry *) in alloc_fde_entry()
317 xcalloc (1, sizeof (struct fde_entry)); in alloc_fde_entry()
345 struct fde_entry *cur_fde_data = frchain_now->frch_cfi_data->cur_fde_data; in alloc_cfi_insn_data()
358 struct fde_entry *fde = alloc_fde_entry (); in cfi_new_fde()
815 struct fde_entry *fde; in dot_cfi_personality()
885 struct fde_entry *fde; in dot_cfi_lsda()
[all …]
DChangeLog-20111352 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
1359 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
1367 (struct fde_entry): Rename cseg to cur_seg.
1412 (fde_entry): New cseg and handled members.
DChangeLog-2006276 * dw2gencfi.c (struct fde_entry): Add per_encoding, lsda_encoding,
285 LSDA encoding are different. Copy the 3 fields from fde_entry to
2422 * dw2gencfi.c (struct fde_entry, struct cie_entry): Add signal_frame
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.h224 struct fde_entry;
225 void tic6x_cfi_endproc (struct fde_entry *fde);
Dtc-tic6x.c5081 tic6x_cfi_endproc (struct fde_entry *fde) in tic6x_cfi_endproc()