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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cr16c.c180 bfd_vma octets,
221 value = bfd_get_8 (abfd, (char *) data + octets);
224 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
228 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
239 value = bfd_get_8 (abfd, (char *) data + octets);
246 sword = bfd_get_16 (abfd, (char *) data + octets);
255 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
263 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
272 value = bfd_get_32 (abfd, (bfd_byte *) data + octets);
292 value = bfd_get_8 (abfd, (char *) data + octets);
175 cr16c_elf_final_link_relocate(reloc_howto_type *howto, bfd *abfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *data, bfd_vma octets, bfd_vma Rvalue, bfd_vma addend ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sym_sec ATTRIBUTE_UNUSED, int is_local ATTRIBUTE_UNUSED) argument
[all...]
H A Dreloc.c590 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); local
890 char x = bfd_get_8 (abfd, (char *) data + octets);
892 bfd_put_8 (abfd, x, (unsigned char *) data + octets);
898 short x = bfd_get_16 (abfd, (bfd_byte *) data + octets);
900 bfd_put_16 (abfd, (bfd_vma) x, (unsigned char *) data + octets);
905 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets);
907 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets);
912 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets);
915 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets);
921 long x = bfd_get_16 (abfd, (bfd_byte *) data + octets);
982 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); local
[all...]
H A Delf64-ppc.c2179 bfd_size_type octets;
2190 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2191 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
2229 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
2327 bfd_size_type octets;
2340 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
2341 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
2177 bfd_size_type octets; local
2325 bfd_size_type octets; local
H A Delf32-xtensa.c1843 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd);
1919 (bfd_byte *) data, (bfd_vma) octets,
1837 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd); local
/haiku-fatelf/src/kits/network/libbind/inet/
H A Dinet_pton.c86 int saw_digit, octets, ch; local
90 octets = 0;
104 if (++octets > 4)
109 if (octets == 4)
116 if (octets < 4)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Ddis-buf.c36 unsigned int octets = (memaddr - info->buffer_vma) * opb; local
42 memcpy (myaddr, info->buffer + octets, length);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-cnfp.c71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhost.c435 int octets = 0;
450 if (++octets > 4)
457 if (octets == 4)
465 if (octets < 4)
433 int octets = 0; local

Completed in 136 milliseconds