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.25/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)
739 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
742 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
745 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
    [all...]
archive64.c 160 padding = BFD_ALIGN (mapsize, 8) - mapsize;
nlmcode.h     [all...]
libbfd-in.h 31 #define BFD_ALIGN(this, boundary) \
libbfd.h 36 #define BFD_ALIGN(this, boundary) \
    [all...]
coffcode.h     [all...]
ecoff.c     [all...]
pdp11.c 911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
931 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
953 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size,
995 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
    [all...]
aoutx.h 1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
    [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.25/binutils/
objcopy.c     [all...]

Completed in 756 milliseconds

1 2