Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/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()
178 struct fde_entry *fde = alloc_fde_entry (); in cfi_new_fde()
629 struct fde_entry *fde; in dot_cfi_personality()
699 struct fde_entry *fde; in dot_cfi_lsda()
[all …]
H A 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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp155 FDEEntryMap::Entry fde_entry; in GetUnwindPlan() local
164 if (!GetFDEEntryByFileAddress(addr.GetFileAddress(), fde_entry)) in GetUnwindPlan()
166 return FDEToUnwindPlan(fde_entry.data, addr, unwind_plan); in GetUnwindPlan()
181 FDEEntryMap::Entry *fde_entry = in GetAddressRange() local
183 if (!fde_entry) in GetAddressRange()
186 range = AddressRange(fde_entry->base, fde_entry->size, in GetAddressRange()
192 addr_t file_addr, FDEEntryMap::Entry &fde_entry) { in GetFDEEntryByFileAddress() argument
206 fde_entry = *fde; in GetFDEEntryByFileAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h122 FDEEntryMap::Entry &fde_entry);