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

/haiku-buildtools/legacy/binutils/opcodes/
H A Dns32k-dis.c744 unsigned short first_word;
774 first_word = read_memory_integer(buffer, 2);
777 if ((first_word
738 unsigned short first_word; local
/haiku-buildtools/binutils/opcodes/
H A Dns32k-dis.c742 unsigned short first_word;
772 first_word = read_memory_integer(buffer, 2);
775 if ((first_word
736 unsigned short first_word; local
/haiku-buildtools/binutils/bfd/
H A Delf32-tic6x.c4230 unsigned long first_word = bfd_get_32 (output_bfd, from);
4235 if ((first_word & 0x80000000ul) == 0)
4236 first_word = elf32_tic6x_add_low31 (first_word, offset);
4243 bfd_put_32 (output_bfd, first_word, to);
4229 unsigned long first_word = bfd_get_32 (output_bfd, from); local
H A Delf32-arm.c12779 unsigned int first_word = bfd_get_32 (ibfd, contents); local
12782 if (first_word != sec->vma)
17570 unsigned long first_word = bfd_get_32 (output_bfd, from); local
17574 if ((first_word & 0x80000000ul) == 0)
17575 first_word = offset_prel31 (first_word, offset);
17582 bfd_put_32 (output_bfd, first_word, to);
19012 bfd_vma first_word; local
19015 first_word = read_code32 (abfd, addr);
19017 if (first_word
[all...]

Completed in 266 milliseconds