Lines Matching defs:object
130 static void describe_object_addr(struct kmem_cache *cache, void *object,
134 unsigned long object_addr = (unsigned long)object;
138 pr_err("The buggy address belongs to the object at %px\n"
140 object, cache->name, cache->object_size);
162 static void describe_object(struct kmem_cache *cache, void *object,
165 struct kasan_alloc_meta *alloc_info = get_alloc_info(cache, object);
172 free_track = kasan_get_free_track(cache, object, tag);
192 describe_object_addr(cache, object, addr);
263 num_objects == 1 ? "object" : "objects");
280 /* object name */
288 /* Finally, print object information. */
382 void *object = nearest_obj(cache, page, addr);
384 describe_object(cache, object, addr, tag);
480 void kasan_report_invalid_free(void *object, unsigned long ip)
483 u8 tag = get_tag(object);
485 object = reset_tag(object);
494 print_tags(tag, object);
496 print_address_description(object, tag);
498 print_shadow_for_address(object);