Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-gen.c199 int *chknotes; /* Dependency notes for each class. */ member
806 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes); in add_dep()
2493 if (ic_note != 0 && rs->chknotes[j] != 0
2494 && ic_note != rs->chknotes[j]
2495 && !(ic_note == 11 && rs->chknotes[j] == 1))
2498 rs->name, rs->chknotes[j]);
2502 chks[nchks++] = RDEP(rs->chknotes[j], i);