HomeSort by relevance Sort by last modified time
    Searched refs:bfd_octets_per_byte (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
ti.h 316 (H_GET_32 (ABFD, SZP) * bfd_octets_per_byte (ABFD))
318 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD), SZP)
474 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD))
476 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD), (EXT)->x_scn.x_scnlen)
  /toolchain/binutils/binutils-2.25/bfd/
reloc.c 581 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd);
967 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd);
    [all...]
archures.c 1346 bfd_octets_per_byte (bfd *abfd) function
    [all...]
srec.c 884 int opb = bfd_octets_per_byte (abfd);
1050 address = list->where + octets_written / bfd_octets_per_byte (abfd);
    [all...]
bfd-in.h 302 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
    [all...]
linker.c     [all...]
cofflink.c     [all...]
bfd-in2.h 309 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
    [all...]
elf32-spu.c 204 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
    [all...]
elf64-ppc.c     [all...]
elf32-xtensa.c     [all...]
elf32-nds32.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 448 unsigned int opb = bfd_octets_per_byte (abfd);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldexp.c 733 / bfd_octets_per_byte (link_info.output_bfd));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 314 ? (sec)->rawsize : (sec)->size) / bfd_octets_per_byte (bfd))
    [all...]

Completed in 901 milliseconds