Searched defs:CompactUnwindEntry (Results 1 – 2 of 2) sorted by relevance
113 struct CompactUnwindEntry { struct114 uint64_t functionAddress;115 uint32_t functionLength;116 compact_unwind_encoding_t encoding;117 Symbol *personality;118 InputSection *lsda;
7761 struct CompactUnwindEntry { struct7762 uint32_t OffsetInSection;7764 uint64_t FunctionAddr;7765 uint32_t Length;7766 uint32_t CompactEncoding;7767 uint64_t PersonalityAddr;7768 uint64_t LSDAAddr;7770 RelocationRef FunctionReloc;7771 RelocationRef PersonalityReloc;7772 RelocationRef LSDAReloc;[all …]