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

  /external/elfutils/libdwfl/
dwfl_error.c 129 #define nmsgidx (sizeof msgidx / sizeof msgidx[0]) macro
143 assert (value < nmsgidx);
239 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
  /external/elfutils/libelf/
elf_error.c 335 #define nmsgidx ((int) (sizeof (msgidx) / sizeof (msgidx[0]))) macro
352 global_error = value >= 0 && value < nmsgidx ? value : ELF_E_UNKNOWN_ERROR;
379 else if (error < -1 || error >= nmsgidx)

Completed in 539 milliseconds