Searched defs:CompactUnwindEntry (Results 1 – 2 of 2) sorted by relevance
128 struct CompactUnwindEntry { struct129 uint64_t functionAddress;130 uint32_t functionLength;131 compact_unwind_encoding_t encoding;132 Symbol *personality;133 InputSection *lsda;
8059 struct CompactUnwindEntry { struct8060 uint32_t OffsetInSection;8062 uint64_t FunctionAddr;8063 uint32_t Length;8064 uint32_t CompactEncoding;8065 uint64_t PersonalityAddr;8066 uint64_t LSDAAddr;8068 RelocationRef FunctionReloc;8069 RelocationRef PersonalityReloc;8070 RelocationRef LSDAReloc;[all …]