Lines Matching full:relocation
25 // Represents a relocation type, such as R_X86_64_PC32 or R_ARM_THM_CALL.
29 // List of target-independent relocation types. Relocations read
81 // The following is abstract relocation types used for only one target.
84 // of a relocation type, there are some relocations whose semantics are
85 // unique to a target. Such relocation are marked with R_<TARGET_NAME>.
123 // Architecture-neutral representation of relocation.
124 struct Relocation {
167 const Relocation &rel, uint64_t src);
173 std::pair<Thunk *, bool> getThunk(InputSection *isec, Relocation &rel,
179 bool normalizeExistingThunk(Relocation &rel, uint64_t src);
184 // a relocation back to its original non-Thunk target, and restore the
194 // the Thunk from a relocation to the Thunks symbol definition.