Searched refs:bfd_get_micromips_32 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-mips.c | 1201 bfd_get_micromips_32 (const bfd *abfd, const bfd_byte *ptr) in bfd_get_micromips_32() function 13332 opcode = bfd_get_micromips_32 (abfd, ptr); in check_br32_dslot() 13377 opcode = bfd_get_micromips_32 (abfd, ptr); in check_br32() 13409 opcode = bfd_get_micromips_32 (abfd, ptr); in check_relocated_bzc() 13568 opcode = bfd_get_micromips_32 (abfd, ptr); in _bfd_mips_elf_relax_section() 13650 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset); in _bfd_mips_elf_relax_section() 13719 && (delcnt = MATCH (bfd_get_micromips_32 (abfd, in _bfd_mips_elf_relax_section() 13799 n32opc = bfd_get_micromips_32 (abfd, ptr + 4); in _bfd_mips_elf_relax_section() 16025 opcode = bfd_get_micromips_32 (abfd, plt_data + 12); in _bfd_mips_elf_get_synthetic_symtab() 16067 opcode = bfd_get_micromips_32 (abfd, plt_data + plt_offset + 4); in _bfd_mips_elf_get_synthetic_symtab()
|
D | ChangeLog-2012 | 1019 (bfd_put_micromips_32, bfd_get_micromips_32): New functions.
|