Lines Matching full:sections
12 3. Livepatch relocation sections
38 relocation sections and symbols, which are described in this document. The
39 Elf constants used to mark livepatch symbols and relocation sections were
51 embedding special "dynrela" (dynamic rela) sections in the resulting patch
52 module Elf output. Using these dynrela sections, livepatch could resolve
57 relocation sections in place of dynrela sections, and the symbols that the
86 3. Livepatch relocation sections
89 A livepatch module manages its own Elf relocation sections to apply
96 multiple livepatch relocation sections associated with it (e.g. patches to
101 sections, as in the case of the sample livepatch module (see
116 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH
118 loader recognizes this flag and will avoid applying those relocation sections
119 at patch module load time. These sections must also be marked with SHF_ALLOC,
121 be copied into memory along with the other SHF_ALLOC sections).
151 **`readelf --sections` output for a patch
171 Livepatch relocation sections are SHT_RELA sections but with a few special
196 Livepatch symbols are symbols referred to by livepatch relocation sections.