Detected static functions without inline keyword in header files: + +static void tld_free(void); + +static void __tld_thread_exit_handler(void *unused) +{ -- + +static int __tld_init_metadata() +{ -- + +static int __tld_init_data(int map_fd) +{ -- + +static tld_key_t __tld_create_key(const char *name, size_t size, bool dyn_data) +{ -- +__attribute__((unused)) +static tld_key_t tld_create_key(const char *name, size_t size) +{ -- +__attribute__((unused)) +static void *tld_get_data(int map_fd, tld_key_t key) +{ -- +__attribute__((unused)) +static void tld_free(void) +{ -- +__attribute__((unused)) +static int tld_object_init(struct task_struct *task, struct tld_object *tld_obj) +{ -- +__attribute__((unused)) +static int __tld_fetch_key(struct tld_object *tld_obj, const char *name, int next) +{