Searched refs:bfd_get_micromips_32 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 1214 bfd_get_micromips_32 (const bfd *abfd, const bfd_byte *ptr) in bfd_get_micromips_32() function 13289 opcode = bfd_get_micromips_32 (abfd, ptr); in check_br32_dslot() 13334 opcode = bfd_get_micromips_32 (abfd, ptr); in check_br32() 13366 opcode = bfd_get_micromips_32 (abfd, ptr); in check_relocated_bzc() 13525 opcode = bfd_get_micromips_32 (abfd, ptr); in _bfd_mips_elf_relax_section() 13607 nextopc = bfd_get_micromips_32 (abfd, contents + irel[1].r_offset); in _bfd_mips_elf_relax_section() 13676 && (delcnt = MATCH (bfd_get_micromips_32 (abfd, in _bfd_mips_elf_relax_section() 13756 n32opc = bfd_get_micromips_32 (abfd, ptr + 4); in _bfd_mips_elf_relax_section() 15976 opcode = bfd_get_micromips_32 (abfd, plt_data + 12); in _bfd_mips_elf_get_synthetic_symtab() 16018 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.
|