Searched defs:CompactUnwindEntry (Results 1 – 2 of 2) sorted by relevance
136 struct CompactUnwindEntry { struct137 uint64_t functionAddress;138 uint32_t functionLength;139 compact_unwind_encoding_t encoding;140 Symbol *personality;141 InputSection *lsda;
7798 struct CompactUnwindEntry { struct7799 uint32_t OffsetInSection;7801 uint64_t FunctionAddr;7802 uint32_t Length;7803 uint32_t CompactEncoding;7804 uint64_t PersonalityAddr;7805 uint64_t LSDAAddr;7807 RelocationRef FunctionReloc;7808 RelocationRef PersonalityReloc;7809 RelocationRef LSDAReloc;[all …]