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 90 #define nmsgidx (sizeof msgidx / sizeof msgidx[0]) macro
104 assert (value < nmsgidx);
168 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
  /external/elfutils/libelf/
elf_error.c 329 #define nmsgidx ((int) (sizeof (msgidx) / sizeof (msgidx[0]))) macro
336 global_error = value >= 0 && value < nmsgidx ? value : ELF_E_UNKNOWN_ERROR;
350 else if (error < -1 || error >= nmsgidx)

Completed in 151 milliseconds