Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-mt.c46 static reloc_howto_type mt_elf_howto_table [] = variable
169 return &mt_elf_howto_table[ (int) R_MT_NONE]; in mt_reloc_type_lookup()
171 return &mt_elf_howto_table[ (int) R_MT_16]; in mt_reloc_type_lookup()
173 return &mt_elf_howto_table[ (int) R_MT_32]; in mt_reloc_type_lookup()
175 return &mt_elf_howto_table[ (int) R_MT_32_PCREL]; in mt_reloc_type_lookup()
177 return &mt_elf_howto_table[ (int) R_MT_PC16]; in mt_reloc_type_lookup()
179 return &mt_elf_howto_table[ (int) R_MT_HI16]; in mt_reloc_type_lookup()
181 return &mt_elf_howto_table[ (int) R_MT_LO16]; in mt_reloc_type_lookup()
223 cache_ptr->howto = & mt_elf_howto_table [r_type]; in mt_info_to_howto_rela()
313 howto = mt_elf_howto_table + ELF32_R_TYPE (rel->r_info); in mt_elf_relocate_section()
H A DChangeLog-2005168 mt_elf_howto_table): Renamed, adjusted.