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

  /toolchain/binutils/binutils-2.27/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.27/bfd/
reloc.c 624 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
    [all...]
syms.c 1087 + r->address * bfd_octets_per_byte (abfd));
1092 + r->address * bfd_octets_per_byte (abfd));
    [all...]
archures.c 1380 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 305 (bfd_get_section_limit_octets(bfd, sec) / bfd_octets_per_byte (bfd))
    [all...]
linker.c     [all...]
cofflink.c     [all...]
bfd-in2.h 312 (bfd_get_section_limit_octets(bfd, sec) / bfd_octets_per_byte (bfd))
    [all...]
elflink.c     [all...]
elf32-msp430.c 39 octets = reloc->address * bfd_octets_per_byte (abfd);
    [all...]
elf32-spu.c 213 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
    [all...]
elf64-ppc.c     [all...]
elf32-sh.c 261 if (addr * bfd_octets_per_byte (abfd) + bfd_get_reloc_size (reloc_entry->howto)
    [all...]
elf.c     [all...]
elf32-ppc.c     [all...]
elf32-xtensa.c     [all...]
elf32-nds32.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 449 unsigned int opb = bfd_octets_per_byte (abfd);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.c 817 / bfd_octets_per_byte (link_info.output_bfd));
    [all...]

Completed in 476 milliseconds