Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/bfd/
Daout-tic30.c380 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()
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.c160 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
Dnlmcode.h1382 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()
Dlibbfd-in.h31 #define BFD_ALIGN(this, boundary) \ macro
Dpdp11.c911 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()
Dcoffcode.h3365 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()
Decoff.c1892 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()
Dlibbfd.h36 #define BFD_ALIGN(this, boundary) \ macro
Daoutx.h1001 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()
Delf32-v850.c3139 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()
Dcoff-sh.c1485 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()
Delf.c3530 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()
Delf-m10300.c2551 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()
Dsunos.c2832 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
Dcoffgen.c1441 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
Delf32-microblaze.c2742 sdynbss->size = BFD_ALIGN (sdynbss->size, (bfd_size_type) (1 << power_of_two)); in microblaze_elf_adjust_dynamic_symbol()
Delf32-sh.c1345 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()
Delf32-nios2.c4574 s->size = BFD_ALIGN (s->size, (bfd_size_type)1 << align2); in nios2_elf32_adjust_dynamic_symbol()
Delf32-i386.c3132 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_i386_tpoff()
Delf32-bfin.c5272 s->size = BFD_ALIGN (s->size, (bfd_size_type) (1 << power_of_two)); in bfin_adjust_dynamic_symbol()
Delfxx-sparc.c2904 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in tpoff()
Delf64-x86-64.c3348 static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment); in elf_x86_64_tpoff()
Dxcofflink.c6011 sofar += BFD_ALIGN (o->size, in _bfd_xcoff_bfd_final_link()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1969 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()

12