/toolchain/binutils/binutils-2.25/bfd/ |
D | aout-tic30.c | 380 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align) in tic30_aout_callback() 382 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in tic30_aout_callback() 384 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align) in tic30_aout_callback() 739 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in MY_bfd_final_link() 742 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4); in MY_bfd_final_link() 745 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4); in MY_bfd_final_link()
|
D | aout-target.h | 109 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align) in MY() 111 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in MY() 113 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align) in MY()
|
D | archive64.c | 160 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
|
D | nlmcode.h | 1382 sec->size = BFD_ALIGN (sec->size, 1 << sec->alignment_power); in nlm_compute_section_file_positions() 1422 text_ptr = BFD_ALIGN (sofar, 1 << text_align); in nlm_compute_section_file_positions() 1423 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align); in nlm_compute_section_file_positions() 1424 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align); in nlm_compute_section_file_positions() 1486 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power); in nlm_compute_section_file_positions()
|
D | libbfd-in.h | 31 #define BFD_ALIGN(this, boundary) \ macro
|
D | pdp11.c | 911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 931 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size); in adjust_z_magic() 953 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size, in adjust_z_magic() 995 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size); in adjust_n_magic()
|
D | coffcode.h | 3365 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3428 current->size = BFD_ALIGN (current->size, in coff_compute_section_file_positions() 3436 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3481 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER); in coff_compute_section_file_positions() 4202 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1, in coff_write_object_contents()
|
D | ecoff.c | 1892 return (int) BFD_ALIGN (ret, 16); in _bfd_ecoff_sizeof_headers() 2049 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions() 2051 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions() 2070 sofar = BFD_ALIGN (sofar, 1 << alignment_power); in ecoff_compute_section_file_positions() 2072 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power); in ecoff_compute_section_file_positions()
|
D | libbfd.h | 36 #define BFD_ALIGN(this, boundary) \ macro
|
D | aoutx.h | 1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1009 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1020 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_z_magic() 1049 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->size, in adjust_z_magic() 1091 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_n_magic()
|
D | elf32-v850.c | 3139 alignmoveto = BFD_ALIGN (addr - align_pad_size, 1 << irelalign->r_addend); in v850_elf_relax_section() 3140 alignto = BFD_ALIGN (addr, 1 << irelalign->r_addend); in v850_elf_relax_section() 3155 for (i = BFD_ALIGN (toaddr - align_pad_size, 1); in v850_elf_relax_section()
|
D | coff-sh.c | 1485 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_offset); in sh_relax_delete_bytes() 1486 alignaddr = BFD_ALIGN (irelalign->r_vaddr - sec->vma, in sh_relax_delete_bytes()
|
D | elf.c | 3530 offset = BFD_ALIGN (offset, i_shdrp->sh_addralign); in _bfd_elf_assign_file_position_for_section() 4036 else if ((BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize in _bfd_elf_map_sections_to_segments() 4038 && (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) + maxpagesize in _bfd_elf_map_sections_to_segments() 6156 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in rewrite_elf_program_header() 6158 < BFD_ALIGN (output_section->lma, maxpagesize)) in rewrite_elf_program_header() 9753 in.descdata = in.namedata + BFD_ALIGN (in.namesz, 4); in elf_parse_notes() 9808 p = in.descdata + BFD_ALIGN (in.descsz, 4); in elf_parse_notes()
|
D | elf-m10300.c | 2551 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_addend); in mn10300_elf_relax_delete_bytes() 2553 alignaddr = BFD_ALIGN (irelalign->r_offset, in mn10300_elf_relax_delete_bytes() 3314 aend = BFD_ALIGN (aend, 1 << irel->r_addend); in mn10300_elf_relax_section()
|
D | sunos.c | 2832 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
|
D | coffgen.c | 1441 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
|
D | elf32-microblaze.c | 2742 sdynbss->size = BFD_ALIGN (sdynbss->size, (bfd_size_type) (1 << power_of_two)); in microblaze_elf_adjust_dynamic_symbol()
|
D | elf32-sh.c | 1345 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_addend); in sh_elf_relax_delete_bytes() 1346 alignaddr = BFD_ALIGN (irelalign->r_offset, in sh_elf_relax_delete_bytes()
|
D | elf32-nios2.c | 4574 s->size = BFD_ALIGN (s->size, (bfd_size_type)1 << align2); in nios2_elf32_adjust_dynamic_symbol()
|
D | elf32-i386.c | 3132 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_i386_tpoff()
|
D | elf32-bfin.c | 5272 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in bfin_adjust_dynamic_symbol()
|
D | elfxx-sparc.c | 2904 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in tpoff()
|
D | elf64-x86-64.c | 3348 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_x86_64_tpoff()
|
D | xcofflink.c | 6011 sofar += BFD_ALIGN (o->size, in _bfd_xcoff_bfd_final_link()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 1969 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()
|