Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ip2k.c127 static reloc_howto_type ip2k_elf_howto_table [] = variable
190 return &ip2k_elf_howto_table[ (int) R_IP2K_NONE]; in ip2k_reloc_type_lookup()
192 return &ip2k_elf_howto_table[ (int) R_IP2K_16]; in ip2k_reloc_type_lookup()
194 return &ip2k_elf_howto_table[ (int) R_IP2K_32]; in ip2k_reloc_type_lookup()
196 return &ip2k_elf_howto_table[ (int) R_IP2K_FR9]; in ip2k_reloc_type_lookup()
198 return &ip2k_elf_howto_table[ (int) R_IP2K_BANK]; in ip2k_reloc_type_lookup()
200 return &ip2k_elf_howto_table[ (int) R_IP2K_ADDR16CJP]; in ip2k_reloc_type_lookup()
202 return &ip2k_elf_howto_table[ (int) R_IP2K_PAGE3]; in ip2k_reloc_type_lookup()
204 return &ip2k_elf_howto_table[ (int) R_IP2K_LO8DATA]; in ip2k_reloc_type_lookup()
206 return &ip2k_elf_howto_table[ (int) R_IP2K_HI8DATA]; in ip2k_reloc_type_lookup()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-ip2k.c181 static reloc_howto_type ip2k_elf_howto_table [] = variable
244 return &ip2k_elf_howto_table[ (int) R_IP2K_NONE];
246 return &ip2k_elf_howto_table[ (int) R_IP2K_16];
248 return &ip2k_elf_howto_table[ (int) R_IP2K_32];
250 return &ip2k_elf_howto_table[ (int) R_IP2K_FR9];
252 return &ip2k_elf_howto_table[ (int) R_IP2K_BANK];
254 return &ip2k_elf_howto_table[ (int) R_IP2K_ADDR16CJP];
256 return &ip2k_elf_howto_table[ (int) R_IP2K_PAGE3];
258 return &ip2k_elf_howto_table[ (int) R_IP2K_LO8DATA];
260 return &ip2k_elf_howto_table[ (int) R_IP2K_HI8DATA];
[all …]