HomeSort by relevance Sort by last modified time
    Searched refs:msgidx (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
dwfl_error.c 83 static const uint_fast16_t msgidx[] = variable
90 #define nmsgidx (sizeof msgidx / sizeof msgidx[0])
168 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
  /external/elfutils/libelf/
elf_error.c 271 static const uint_fast16_t msgidx[ELF_E_NUM] = variable
324 #define nmsgidx ((int) (sizeof (msgidx) / sizeof (msgidx[0])))
342 assert (msgidx[last_error] < sizeof (msgstr));
343 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
348 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
349 return _(msgstr + msgidx[error == -1 ? last_error : error]);

Completed in 168 milliseconds