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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1204 int arg_bits = HPPA_R_ARG_RELOC (bfd_reloc->addend); local
1205 int rtn_bits = arg_bits & 0x3;
1221 switch (arg_bits)
1272 if ((arg_bits >> 6 & 0xf) == 0xe)
1275 type += (3 * (arg_bits >> 8 & 3) + (arg_bits >> 6 & 3)) * 40;
1276 if ((arg_bits >> 2 & 0xf) == 0xe)
1279 type += (3 * (arg_bits >> 4 & 3) + (arg_bits >> 2 & 3)) * 4;

Completed in 130 milliseconds