forked from OSchip/llvm-project
525bfa10ec
Note that there is a triple indirection involved with personalities and compact unwind: 1. Two bits of each CU encoding are used as an offset into the personality array. 2. Each entry of the personality array is an offset from the image base. The resulting address (after adding the image base) should point within the GOT. 3. The corresponding GOT entry contains the actual pointer to the personality function. To further complicate things, when the personality function is in the object file (as opposed to a dylib), its references in `__compact_unwind` may refer to it via a section + offset relocation instead of a symbol relocation. Since our GOT implementation can only create entries for symbols, we have to create a synthetic symbol at the given section offset. Reviewed By: clayborg Differential Revision: https://reviews.llvm.org/D95809 |
||
---|---|---|
.. | ||
abs-duplicate.s | ||
alignment-too-large.yaml | ||
archive-no-index.s | ||
bad-archive-member.s | ||
bad-archive.s | ||
bad-got-to-dylib-tlv-reference.s | ||
bad-got-to-tlv-reference.s | ||
bad-tlv-def.s | ||
bad-tlv-opcode.s | ||
bad-tlv-relocation.s | ||
compact-unwind-bad-reloc.s | ||
compact-unwind-personalities.s | ||
dso-handle-duplicate.s | ||
duplicate-symbol.s | ||
invalid-executable.s | ||
invalid-fat-narch.s | ||
invalid-fat-offset.s | ||
invalid-relocation-length.yaml | ||
invalid-relocation-pcrel.yaml | ||
invalid-stub.s | ||
missing-dylib.s | ||
no-filelist.s | ||
no-id-dylink.yaml | ||
no-such-file.s | ||
reserved-section-name.s | ||
stub-link.s | ||
undefined-symbol.s |