Searched refs:BFD_ALIGN (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | aout-target.h | 110 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()
|
| HD | archive64.c | 162 padding = BFD_ALIGN (mapsize, 8) - mapsize; in bfd_elf64_archive_write_armap()
|
| HD | coffcode.h | 3170 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()
|
| HD | libbfd-in.h | 32 #define BFD_ALIGN(this, boundary) \ macro
|
| HD | libbfd.h | 37 #define BFD_ALIGN(this, boundary) \ macro
|
| HD | 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()
|
| HD | aoutx.h | 991 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()
|
| HD | elf.c | 3536 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()
|
| HD | coffgen.c | 1254 && (BFD_ALIGN (debug_string_size, in coff_write_symbols()
|
| HD | sunos.c | 2839 BFD_ALIGN (obj_textsec (abfd)->size, 0x2000), in sunos_finish_dynamic_link()
|
| HD | xcofflink.c | 5518 sofar += BFD_ALIGN (o->size, in _bfd_xcoff_bfd_final_link()
|
| HD | ChangeLog-9899 | 5177 * libbfd-in.h (BFD_ALIGN): Cast this parameter to bfd_vma. 5384 * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
|
| HD | elflink.c | 2663 dynbss->size = BFD_ALIGN (dynbss->size, mask + 1); in _bfd_elf_adjust_dynamic_copy()
|
| HD | elfxx-mips.c | 1059 size = BFD_ALIGN (size, 16); in mips_elf_create_procedure_table()
|
| HD | ChangeLog-0001 | 2668 * libbfd-in.h (BFD_ALIGN): Add cast to avoid signed/unsigned warning.
|
| HD | ChangeLog-9193 | 6428 Rename ALIGN to BFD_ALIGN to avoid conflict with BSD <sys/param.h>.
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | objcopy.c | 1532 debuglink_vma = BFD_ALIGN (highest_section->vma in copy_object()
|