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