| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aout-tic30.c | 364 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align) in tic30_aout_callback() 366 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align) in tic30_aout_callback() 368 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align) in tic30_aout_callback() 723 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in MY_bfd_final_link() 726 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4); in MY_bfd_final_link() 729 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 | 162 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
|
| D | nlmcode.h | 1383 sec->size = BFD_ALIGN (sec->size, 1 << sec->alignment_power); in nlm_compute_section_file_positions() 1423 text_ptr = BFD_ALIGN (sofar, 1 << text_align); in nlm_compute_section_file_positions() 1424 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align); in nlm_compute_section_file_positions() 1425 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align); in nlm_compute_section_file_positions() 1487 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power); in nlm_compute_section_file_positions()
|
| D | coffcode.h | 3131 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3145 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3177 current->size = BFD_ALIGN (current->size, in coff_compute_section_file_positions() 3185 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power); in coff_compute_section_file_positions() 3228 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER); in coff_compute_section_file_positions() 3939 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1, in coff_write_object_contents()
|
| D | libbfd-in.h | 32 #define BFD_ALIGN(this, boundary) \ macro
|
| D | libbfd.h | 37 #define BFD_ALIGN(this, boundary) \ macro
|
| D | elf32-v850.c | 2451 alignmoveto = BFD_ALIGN (addr - align_pad_size, 1 << irelalign->r_addend); in v850_elf_relax_section() 2452 alignto = BFD_ALIGN (addr, 1 << irelalign->r_addend); in v850_elf_relax_section() 2467 for (i = BFD_ALIGN (toaddr - align_pad_size, 1); in v850_elf_relax_section()
|
| D | pdp11.c | 910 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 918 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 930 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size); in adjust_z_magic() 955 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size, in adjust_z_magic() 997 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size); in adjust_n_magic()
|
| D | ecoff.c | 1881 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()
|
| D | aoutx.h | 971 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 979 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 990 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_z_magic() 1019 execp->a_data = BFD_ALIGN (obj_datasec (abfd)->size, in adjust_z_magic() 1061 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size); in adjust_n_magic()
|
| D | elf.c | 3403 offset = BFD_ALIGN (offset, al); in _bfd_elf_assign_file_position_for_section() 3707 else if (BFD_ALIGN (last_hdr->lma + last_size, maxpagesize) in map_sections_to_segments() 3708 < BFD_ALIGN (hdr->lma, maxpagesize)) in map_sections_to_segments() 5534 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in copy_private_bfd_data() 5536 < BFD_ALIGN (output_section->lma, maxpagesize)) in copy_private_bfd_data() 7927 in.descdata = in.namedata + BFD_ALIGN (in.namesz, 4); in elfcore_read_notes() 7946 p = in.descdata + BFD_ALIGN (in.descsz, 4); in elfcore_read_notes()
|
| D | elf32-i370.c | 533 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in i370_elf_adjust_dynamic_symbol()
|
| D | coff-sh.c | 1477 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_offset); 1478 alignaddr = BFD_ALIGN (irelalign->r_vaddr - sec->vma,
|
| D | elf32-sh.c | 2929 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_addend); in sh_elf_relax_delete_bytes() 2930 alignaddr = BFD_ALIGN (irelalign->r_offset, in sh_elf_relax_delete_bytes() 3952 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in sh_elf_adjust_dynamic_symbol()
|
| D | elf32-vax.c | 1091 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
|
| D | elf32-m68k.c | 1118 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
|
| D | elf32-cris.c | 2419 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
|
| D | coffgen.c | 1254 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
|
| D | elf64-x86-64.c | 1275 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in elf64_x86_64_adjust_dynamic_symbol()
|
| D | sunos.c | 2853 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
|
| D | elf64-sh64.c | 3471 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in sh64_elf64_adjust_dynamic_symbol()
|
| D | elf64-s390.c | 1687 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
|
| D | elf32-m32r.c | 1934 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in m32r_elf_adjust_dynamic_symbol()
|
| D | elf32-s390.c | 1715 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
|