Home
last modified time | relevance | path

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

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Daout-tic30.c364 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()
Daout-target.h109 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()
Darchive64.c162 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
Dnlmcode.h1383 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()
Dcoffcode.h3131 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()
Dlibbfd-in.h32 #define BFD_ALIGN(this, boundary) \ macro
Dlibbfd.h37 #define BFD_ALIGN(this, boundary) \ macro
Delf32-v850.c2451 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()
Dpdp11.c910 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()
Decoff.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()
Daoutx.h971 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()
Delf.c3403 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()
Delf32-i370.c533 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in i370_elf_adjust_dynamic_symbol()
Dcoff-sh.c1477 alignto = BFD_ALIGN (toaddr, 1 << irelalign->r_offset);
1478 alignaddr = BFD_ALIGN (irelalign->r_vaddr - sec->vma,
Delf32-sh.c2929 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()
Delf32-vax.c1091 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
Delf32-m68k.c1118 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
Delf32-cris.c2419 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
Dcoffgen.c1254 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
Delf64-x86-64.c1275 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in elf64_x86_64_adjust_dynamic_symbol()
Dsunos.c2853 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
Delf64-sh64.c3471 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in sh64_elf64_adjust_dynamic_symbol()
Delf64-s390.c1687 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));
Delf32-m32r.c1934 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in m32r_elf_adjust_dynamic_symbol()
Delf32-s390.c1715 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two));

12