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

  /external/elfutils/src/
ldlex.l 166 "%" { ldlval.op = exp_mod; return kMUL_OP; }
ld.h 503 exp_mod, enumerator in enum:expression::expression_tag
    [all...]
ldgeneric.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-avr.c 376 #define EXP_MOD_NAME(i) exp_mod[i].name
377 #define EXP_MOD_RELOC(i) exp_mod[i].reloc
378 #define EXP_MOD_NEG_RELOC(i) exp_mod[i].neg_reloc
379 #define HAVE_PM_P(i) exp_mod[i].have_pm
389 static struct exp_mod_s exp_mod[] = variable in typeref:struct:exp_mod_s
401 /* A union used to store indicies into the exp_mod[] array
650 for (i = 0; i < ARRAY_SIZE (exp_mod); ++i)
    [all...]

Completed in 223 milliseconds