Searched defs:__exit_call (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/kernel/common/linux/
H A Dinit.h26 #define __exit_call __attribute_used__ __attribute__ ((__section__ (".exitcall.exit"))) macro
56 #define __exitcall(fn) static exitcall_t __exitcall_##fn __exit_call = fn

Completed in 4 milliseconds