Lines Matching full:sections
32 relocation sections and symbols, which are described in this document. The
33 ELF constants used to mark livepatch symbols and relocation sections were
45 embedding special "dynrela" (dynamic rela) sections in the resulting patch
46 module ELF output. Using these dynrela sections, livepatch could resolve
51 relocation sections in place of dynrela sections, and the symbols that the
80 3. Livepatch relocation sections
83 A livepatch module manages its own ELF relocation sections to apply
90 multiple livepatch relocation sections associated with it (e.g. patches to
95 sections, as in the case of the sample livepatch module (see
110 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH
112 loader recognizes this flag and will avoid applying those relocation sections
113 at patch module load time. These sections must also be marked with SHF_ALLOC,
115 be copied into memory along with the other SHF_ALLOC sections).
145 **`readelf --sections` output for a patch
165 Livepatch relocation sections are SHT_RELA sections but with a few special
190 Livepatch symbols are symbols referred to by livepatch relocation sections.