Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dnlm32-sparc.c50 static reloc_howto_type nlm32_sparc_howto_table[] = variable
115 howto_index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type); in nlm_sparc_read_reloc()
117 if (nlm32_sparc_howto_table[howto_index].type == type) in nlm_sparc_read_reloc()
119 rel->howto = &nlm32_sparc_howto_table[howto_index]; in nlm_sparc_read_reloc()
144 howto_index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type); in nlm_sparc_write_reloc()
147 tmp = &nlm32_sparc_howto_table[howto_index]; in nlm_sparc_write_reloc()