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

  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 218 int in_class,
225 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
226 || ISTAG (in_class))
236 int in_class,
243 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
244 || ISTAG (in_class))
254 int in_class,
261 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type
    [all...]
coffswap.h 383 int in_class,
392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1);
395 switch (in_class)
447 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
448 || ISTAG (in_class))
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_class, indx, numaux, in1);
487 int in_class,
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp);
501 switch (in_class)
    [all...]