Home
last modified time | relevance | path

Searched refs:BFD_ALIGN (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDaout-target.h110 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align) in MY()
112 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY()
114 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align) in MY()
HDarchive64.c162 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
HDcoffcode.h3170 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions()
3184 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions()
3216 current->size = BFD_ALIGN (current->size, in coff_compute_section_file_positions()
3224 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions()
3267 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER); in coff_compute_section_file_positions()
3970 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1, in coff_write_object_contents()
HDlibbfd-in.h32 #define BFD_ALIGN(this, boundary) \ macro
HDlibbfd.h37 #define BFD_ALIGN(this, boundary) \ macro
HDecoff.c1881 return BFD_ALIGN (ret, 16); in _bfd_ecoff_sizeof_headers()
2038 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
2040 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
2059 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
2061 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
HDaoutx.h991 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
999 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
1010 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_z_magic()
1039 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->size, in adjust_z_magic()
1081 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_n_magic()
HDelf.c3536 offset = BFD_ALIGN (offset, al); in _bfd_elf_assign_file_position_for_section()
3968 else if (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) in _bfd_elf_map_sections_to_segments()
3969 < BFD_ALIGN (hdr->lma, maxpagesize)) in _bfd_elf_map_sections_to_segments()
5746 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in rewrite_elf_program_header()
5748 < BFD_ALIGN (output_section->lma, maxpagesize)) in rewrite_elf_program_header()
8544 in.descdata = in.namedata + BFD_ALIGN (in.namesz, 4); in elfcore_read_notes()
8563 p = in.descdata + BFD_ALIGN (in.descsz, 4); in elfcore_read_notes()
HDcoffgen.c1254 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
HDsunos.c2839 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
HDxcofflink.c5518 sofar += BFD_ALIGN (o->size, in _bfd_xcoff_bfd_final_link()
HDChangeLog-98995177 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma.
5384 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
HDelflink.c2663 dynbss->size = BFD_ALIGN (dynbss->size, mask + 1); in _bfd_elf_adjust_dynamic_copy()
HDelfxx-mips.c1059 size = BFD_ALIGN (size, 16); in mips_elf_create_procedure_table()
HDChangeLog-00012668 * libbfd-in.h (BFD_ALIGN): Add cast to avoid signed/unsigned warning.
HDChangeLog-91936428 Rename ALIGN to BFD_ALIGN to avoid conflict with BSD <sys/param.h>.
/NextBSD/contrib/binutils/binutils/
HDobjcopy.c1532 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()