Searched refs:fde_entry (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | dw2gencfi.h | 100 struct fde_entry struct 102 struct fde_entry *next; argument 122 extern struct fde_entry *all_fde_data; argument
|
D | dw2gencfi.c | 289 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 …]
|
D | ChangeLog-2011 | 1352 (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.
|
D | ChangeLog-2006 | 276 * 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/ |
D | tc-tic6x.h | 224 struct fde_entry; 225 void tic6x_cfi_endproc (struct fde_entry *fde);
|
D | tc-tic6x.c | 5081 tic6x_cfi_endproc (struct fde_entry *fde) in tic6x_cfi_endproc()
|