Searched defs:maps (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-error.c73 /* 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; local
599 maps = realloc_multiply(additional_error_maps, sizeof(struct sd_bus_error_map*), n + 2);
600 if (!maps)
603 maps[n] = map;
604 maps[
[all...]

Completed in 36 milliseconds