Lines Matching refs:livepatch
288 * `.livepatch.funcs` - which is an array of livepatch_func structures.
289 * `.livepatch.depends` - which is an ELF Note that describes what the payload
293 ### .livepatch.funcs
295 The `.livepatch.funcs` contains an array of livepatch_func structures
357 * `.livepatch.hooks.load` - an array of function pointers.
358 * `.livepatch.hooks.unload` - an array of function pointers.
361 ### Example of .livepatch.funcs
392 } __attribute__((__section__(".livepatch.funcs")));
398 ### .livepatch.hooks.load and .livepatch.hooks.unload
401 before payload is being applied (.livepatch.funcs) or after reverting
414 ### .livepatch.depends and .note.gnu.build-id
420 This is done by the payload containing an section `.livepatch.depends`
854 Currently it resides at git://xenbits.xen.org/livepatch-build-tools.git
1104 There is an exception to this: if the payload only has .livepatch.funcs;