Searched refs:odesc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-dis.c73 const struct ia64_operand *odesc; local
149 odesc = elf64_ia64_operands + idesc->operands[j];
154 if (odesc - elf64_ia64_operands == IA64_OPND_IMMU64)
161 else if (odesc - elf64_ia64_operands == IA64_OPND_IMMU62)
168 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
177 err = (*odesc->extract) (odesc, insn, &value);
185 switch (odesc->class)
188 (*info->fprintf_func) (info->stream, "%s", odesc->str);
192 if (odesc
[all...]
/freebsd-9.3-release/contrib/less/
H A Doption.h64 char *odesc[3]; /* Description of each value */ member in struct:loption
H A Doption.c266 s = optstring(s, &str, printopt, o->odesc[1]);
457 * Print the odesc message.
459 error(o->odesc[*(o->ovar)], NULL_PARG);
463 * The message is in odesc[1] and has a %d for
467 error(o->odesc[1], &parg);
519 return (o->odesc[0]);
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c149 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
171 optionFindValue(const tOptDesc * odesc, char const * name, char const * val) argument
175 if ( (odesc == NULL)
176 || (OPTST_GET_ARGTYPE(odesc->fOptState) != OPARG_TYPE_HIERARCHY)) {
180 else if (odesc->optCookie == NULL) {
185 tArgList * argl = odesc->optCookie;
224 * arg: + const tOptDesc * + odesc + an option with a nested arg type +
248 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, argument
257 if ( (odesc == NULL)
258 || (OPTST_GET_ARGTYPE(odesc
1160 optionLoadOpt(tOptions * opts, tOptDesc * odesc) argument
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c5646 const struct ia64_operand *odesc = &elf64_ia64_operands[opnd]; local
5651 for (i = 0; i < NELEMS (odesc->field) && odesc->field[i].bits; ++i)
5652 bits += odesc->field[i].bits;
6553 const struct ia64_operand *odesc, *o2desc; local
6648 odesc = elf64_ia64_operands + idesc->operands[i];
6649 err = (*odesc->insert) (odesc, val, &insn);
6656 && odesc == elf64_ia64_operands + IA64_OPND_F3)
6662 && (odesc
[all...]

Completed in 152 milliseconds