kpatch/kmod/kpatch.lds

5 lines
224 B
Plaintext

__kpatch_relas = ADDR(__kpatch_relas);
__kpatch_relas_end = ADDR(__kpatch_relas) + SIZEOF(__kpatch_relas);
__kpatch_patches = ADDR(__kpatch_patches);
__kpatch_patches_end = ADDR(__kpatch_patches) + SIZEOF(__kpatch_patches);