Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/fiptool/
Dfiptool.c129 static void *xzalloc(size_t size, const char *msg) in xzalloc() function
145 desc = xzalloc(sizeof(*desc), in new_image_desc()
355 image = xzalloc(sizeof(*image), in parse_fip()
415 image = xzalloc(sizeof(*image), "failed to allocate memory for image"); in read_image_from_file()