Lines Matching defs:relocations
106 using relocations = std::vector<COFFRelocation>;
116 relocations Relocations;
234 // Some relocations on ARM64 (the 21 bit ADRP relocations) have a slightly
613 // Write relocations for this section.
880 // Turn relocations for temporary symbols into section relocations.
891 // is slightly too far away. The relocations where it really matters
892 // (arm64 adrp relocations) don't get any offset though.
916 // The *_REL32 relocations are relative to the end of the relocation,
948 // generate the relocations however the rest of the MSVC toolchain is
959 // offset by 4 on ARM, however, because there is no RELA relocations, all
1164 // Don't drop relocations between functions, even if they are in the same text
1166 // relocations present. The /INCREMENTAL flag will cause these relocations to
1167 // point to thunks, and the /GUARD:CF flag assumes that it can use relocations
1169 // of /GUARD:CF also relies on the existance of these relocations.