Searched refs:upper_insn (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-arm.h1621 bfd_vma upper_insn = bfd_get_16 (input_bfd, hit_data); local
1632 bfd_vma upper = upper_insn & 0x7ff;
1714 upper_insn = (upper_insn & ~(bfd_vma) 0x7ff) | ((relocation >> 12) & 0x7ff);
1718 bfd_put_16 (input_bfd, upper_insn, hit_data);
1988 int upper_insn, lower_insn; local
1991 upper_insn = bfd_get_16 (abfd, address);
1993 upper = upper_insn & 0x7ff;
2000 upper_insn = (upper_insn
[all...]

Completed in 44 milliseconds