Searched refs:SHN_LIVEPATCH (Results 1 – 3 of 3) sorted by relevance
204 Livepatch symbols must be marked with SHN_LIVEPATCH so that the module237 Livepatch symbols must have their section index marked as SHN_LIVEPATCH, so291 Note that the 'Ndx' (Section index) for these symbols is SHN_LIVEPATCH (0xff20).
303 #define SHN_LIVEPATCH 0xff20 macro
221 if (sym->st_shndx != SHN_LIVEPATCH) { in klp_resolve_symbols()