Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c1159 int arg_bits = HPPA_R_ARG_RELOC (bfd_reloc->addend); in som_reloc_call() local
1160 int rtn_bits = arg_bits & 0x3; in som_reloc_call()
1176 switch (arg_bits) in som_reloc_call()
1227 if ((arg_bits >> 6 & 0xf) == 0xe) in som_reloc_call()
1230 type += (3 * (arg_bits >> 8 & 3) + (arg_bits >> 6 & 3)) * 40; in som_reloc_call()
1231 if ((arg_bits >> 2 & 0xf) == 0xe) in som_reloc_call()
1234 type += (3 * (arg_bits >> 4 & 3) + (arg_bits >> 2 & 3)) * 4; in som_reloc_call()