Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c2605 unsigned int current_call_mode; in som_write_fixups() local
2642 current_call_mode = R_SHORT_PCREL_MODE; in som_write_fixups()
2839 if (bfd_reloc->howto->type != current_call_mode) in som_write_fixups()
2844 current_call_mode = bfd_reloc->howto->type; in som_write_fixups()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c2728 int current_call_mode; local
2765 current_call_mode = R_SHORT_PCREL_MODE;
2962 if (bfd_reloc->howto->type != current_call_mode)
2967 current_call_mode = bfd_reloc->howto->type;