Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-tilepro.c2856 tilepro_create_func create_func; in tilepro_elf_relocate_section() local
3605 create_func = reloc_to_create_func[r_type]; in tilepro_elf_relocate_section()
3606 if (create_func == NULL) in tilepro_elf_relocate_section()
3638 tilepro_bundle_bits mask = create_func(-1); in tilepro_elf_relocate_section()
3639 tilepro_bundle_bits value = create_func(relocation >> howto->rightshift); in tilepro_elf_relocate_section()
Delfxx-tilegx.c3155 tilegx_create_func create_func; in tilegx_elf_relocate_section() local
3992 create_func = reloc_to_create_func[r_type]; in tilegx_elf_relocate_section()
3993 if (create_func == NULL) in tilegx_elf_relocate_section()
4025 tilegx_bundle_bits mask = create_func(-1); in tilegx_elf_relocate_section()
4026 tilegx_bundle_bits value = create_func(relocation >> howto->rightshift); in tilegx_elf_relocate_section()