Home
last modified time | relevance | path

Searched defs:fde (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c266 _LIBUNWIND_EXPORT void __register_frame(const void *fde) { in __register_frame()
276 _LIBUNWIND_EXPORT void __deregister_frame(const void *fde) { in __deregister_frame()
291 _LIBUNWIND_EXPORT void __register_frame_info_bases(const void *fde, void *ob, in __register_frame_info_bases()
302 _LIBUNWIND_EXPORT void __register_frame_info(const void *fde, void *ob) { in __register_frame_info()
309 _LIBUNWIND_EXPORT void __register_frame_info_table_bases(const void *fde, in __register_frame_info_table_bases()
321 _LIBUNWIND_EXPORT void __register_frame_info_table(const void *fde, void *ob) { in __register_frame_info_table()
328 _LIBUNWIND_EXPORT void __register_frame_table(const void *fde) { in __register_frame_table()
334 _LIBUNWIND_EXPORT void *__deregister_frame_info(const void *fde) { in __deregister_frame_info()
341 _LIBUNWIND_EXPORT void *__deregister_frame_info_bases(const void *fde) { in __deregister_frame_info_bases()
H A DEHHeaderParser.hpp101 pint_t fde = in decodeTableEntry() local
H A Dlibunwind.cpp316 void __unw_remove_dynamic_fde(unw_word_t fde) { in __unw_remove_dynamic_fde()
H A DAddressSpace.hpp661 inline bool LocalAddressSpace::findOtherFDE(pint_t targetAddr, pint_t &fde) { in findOtherFDE()
H A DUnwindCursor.hpp113 pint_t fde; member
170 pint_t fde) { in add() argument
224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() argument
2662 pint_t fde; setInfoBasedOnIPRegister() local
[all...]
/llvm-project/lld/test/ELF/
H A Deh-frame-negative-pcrel-sdata4.s81 fde: label
H A Deh-frame-negative-pcrel-sdata8.s83 fde: label
H A Deh-frame-negative-pcrel-sdata2.s83 fde: label
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Deh-frame-return-address-reg.s50 fde: label
/llvm-project/lld/ELF/
H A DMarkLive.cpp148 for (const EhSectionPiece &fde : eh.fdes) { scanEhFrameSection() local
H A DMapFile.cpp135 for (const EhSectionPiece *fde : rec->fdes) printEhFrame() local
H A DSyntheticSections.cpp409 isFdeLive(EhSectionPiece & fde,ArrayRef<RelTy> rels) isFdeLive() argument
[all...]
/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp216 FDE &fde = cast<ObjFile>(d->getFile())->fdes[d->unwindEntry()]; in prepare() local
374 const FDE &fde = cast<ObjFile>(d->getFile())->fdes[d->unwindEntry()]; in relocateCompactUnwind() local
/llvm-project/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c55 typedef struct dwarf_fde fde; typedef
/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp206 const FDEEntryMap::Entry *fde = in GetFirstFDEEntryInRange() local
512 FDEEntryMap::Entry fde(addr, length, current_entry); in GetFDEIndex() local
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp229 const FunctionDifferenceEngine &fde; member