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;
7770 struct CompactUnwindEntry { struct7771 uint32_t OffsetInSection;7773 uint64_t FunctionAddr;7774 uint32_t Length;7775 uint32_t CompactEncoding;7776 uint64_t PersonalityAddr;7777 uint64_t LSDAAddr;7779 RelocationRef FunctionReloc;7780 RelocationRef PersonalityReloc;7781 RelocationRef LSDAReloc;[all …]