Detected static functions without inline keyword in header files: + +static int __tld_init_metadata(int map_fd) +{ -- + +static int __tld_init_data(int map_fd) +{ -- +__attribute__((unused)) +static tld_key_t tld_create_key(int map_fd, 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 u16 __tld_fetch_key(struct tld_object *tld_obj, const char *name) +{