Searched refs:BFD_ALIGN (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Daout-target.h110 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
112 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
114 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
H A Darchive64.c162 padding = BFD_ALIGN (mapsize, 8) - mapsize;
H A Dlibbfd-in.h32 #define BFD_ALIGN(this, boundary) \ macro
H A Dlibbfd.h37 #define BFD_ALIGN(this, boundary) \ macro
H A Dcoffcode.h3171 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3185 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3217 current->size = BFD_ALIGN (current->size,
3225 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3268 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER);
3971 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1,
H A Decoff.c1888 return BFD_ALIGN (ret, 16);
2045 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2047 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
2066 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2068 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
H A Delf.c3541 offset = BFD_ALIGN (offset, al);
3973 else if (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize)
3974 < BFD_ALIGN (hdr->lma, maxpagesize))
5751 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size,
5753 < BFD_ALIGN (output_section->lma, maxpagesize))
8552 in.descdata = in.namedata + BFD_ALIGN (in.namesz, 4);
8571 p = in.descdata + BFD_ALIGN (in.descsz, 4);
H A Daoutx.h991 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
999 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1010 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
1039 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->size,
1081 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
H A Dcoffgen.c1254 && (BFD_ALIGN (debug_string_size,
H A Dsunos.c2840 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000),
H A Dxcofflink.c5524 sofar += BFD_ALIGN (o->size,
H A Delflink.c2670 dynbss->size = BFD_ALIGN (dynbss->size, mask + 1);
H A Delfxx-mips.c1066 size = BFD_ALIGN (size, 16);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c1534 debuglink_vma = BFD_ALIGN (highest_section->vma

Completed in 328 milliseconds