HomeSort by relevance Sort by last modified time
    Searched refs:BFD_ALIGN (Results 1 - 25 of 29) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/bfd/
aout-target.h 109 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
111 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
113 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
aout-tic30.c 380 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
382 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
384 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
736 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
739 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
742 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
    [all...]
archive64.c 166 padding = BFD_ALIGN (mapsize, 8) - mapsize;
nlmcode.h     [all...]
libbfd-in.h 35 #define BFD_ALIGN(this, boundary) \
libbfd.h 40 #define BFD_ALIGN(this, boundary) \
    [all...]
coffcode.h     [all...]
ecoff.c     [all...]
pdp11.c 904 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
912 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
924 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
946 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size,
988 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
    [all...]
aoutx.h     [all...]
coff-sh.c     [all...]
elf-m10300.c     [all...]
elf32-v850.c     [all...]
elf.c     [all...]
coffgen.c     [all...]
elf32-microblaze.c     [all...]
sunos.c     [all...]
elf32-sh.c     [all...]
elf32-bfin.c     [all...]
elf32-i386.c     [all...]
elf32-nios2.c     [all...]
elf64-x86-64.c     [all...]
elfxx-sparc.c     [all...]
xcofflink.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c     [all...]

Completed in 927 milliseconds

1 2