Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ddw2gencfi.c87 struct fde_entry struct
89 struct fde_entry *next; argument
107 static struct fde_entry *cur_fde_data; argument
112 static struct fde_entry *all_fde_data;
113 static struct fde_entry **last_fde_data = &all_fde_data;
129 static struct fde_entry *
132 struct fde_entry *fde = xcalloc (1, sizeof (struct fde_entry)); in alloc_fde_entry()
166 struct fde_entry *fde = alloc_fde_entry (); in cfi_new_fde()
865 output_fde (struct fde_entry *fde, struct cie_entry *cie, in output_fde()
915 select_cie_for_fde (struct fde_entry *fde, struct cfi_insn_data **pfirst) in select_cie_for_fde()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Ddw2gencfi.c84 struct fde_entry struct
86 struct fde_entry *next; argument
113 static struct fde_entry *all_fde_data; argument
114 static struct fde_entry **last_fde_data = &all_fde_data;
129 struct fde_entry *cur_fde_data;
137 static struct fde_entry *
140 struct fde_entry *fde = xcalloc (1, sizeof (struct fde_entry)); in alloc_fde_entry()
165 struct fde_entry *cur_fde_data = frchain_now->frch_cfi_data->cur_fde_data; in alloc_cfi_insn_data()
178 struct fde_entry *fde = alloc_fde_entry (); in cfi_new_fde()
631 struct fde_entry *fde; in dot_cfi_personality()
[all …]
H A DChangeLog423 * dw2gencfi.c (struct fde_entry, struct cie_entry): Add signal_frame
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp161 FDEEntryMap::Entry fde_entry; in GetUnwindPlan() local
188 FDEEntryMap::Entry *fde_entry = in GetAddressRange() local
190 if (!fde_entry) in GetAddressRange()
193 range = AddressRange(fde_entry->base, fde_entry->size, in GetAddressRange()