Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_error.c57 struct msgtable struct
66 struct msgtable table;
72 } msgtable = variable
81 #define msgstr (msgtable.strings)
86 [DWFL_E_##name] = offsetof (struct msgtable, msg_##name),
DChangeLog312 * dwfl_error.c (struct msgtable): Break type definition out of
313 the 'msgtable' initializer.
314 (msgtable): Make it a union of struct msgtable and a char array.