Home
last modified time | relevance | path

Searched refs:StaticDestructor (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dstatic-destruct.h13 typedef struct StaticDestructor { struct
16 } StaticDestructor; typedef
40 static const StaticDestructor UNIQ_T(static_destructor_entry, uq) = { \
47 extern const struct StaticDestructor _weak_ __start_SYSTEMD_STATIC_DESTRUCT[];
48 extern const struct StaticDestructor _weak_ __stop_SYSTEMD_STATIC_DESTRUCT[];
53 const StaticDestructor *d; in static_destruct()