Lines Matching defs:maps
73 /* GCC maps this magically to the beginning and end of the BUS_ERROR_MAP section.
79 /* Additional maps registered with sd_bus_error_add_map() are in this
103 /* For additional error maps the end marker is actually the end marker */
113 /* For magic ELF error maps, the end marker might
114 * appear in the middle of things, since multiple maps
588 const sd_bus_error_map **maps = NULL;
599 maps = realloc_multiply(additional_error_maps, sizeof(struct sd_bus_error_map*), n + 2);
600 if (!maps)
603 maps[n] = map;
604 maps[n+1] = NULL;
606 additional_error_maps = maps;