Searched refs:log_file_align (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 182 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections() 194 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections() 200 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections() 210 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections() 245 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections() 314 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections() 352 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections() 8028 symtab_hdr->sh_addralign = 1 << bed->s->log_file_align; in bfd_elf_final_link() 9040 unsigned int log_file_align; in elf_gc_propagate_vtable_entries_used() local 9043 log_file_align = bed->s->log_file_align; in elf_gc_propagate_vtable_entries_used() [all …]
|
| D | elf-bfd.h | 458 unsigned char arch_size, log_file_align; member
|
| D | elf.c | 2578 rel_hdr->sh_addralign = 1 << bed->s->log_file_align; in _bfd_elf_init_reloc_shdr() 4220 p->p_align = 1 << bed->s->log_file_align; in assign_file_positions_for_segments() 4769 off = align_file_position (off, 1 << bed->s->log_file_align); in assign_file_positions_except_relocs() 5784 symtab_hdr->sh_addralign = 1 << bed->s->log_file_align; in swap_out_syms() 7741 pad = -namesz & ((1 << bed->s->log_file_align) - 1); in elfcore_write_note()
|
| D | elf32-frv.c | 4427 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _frv_create_got_section() 4495 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in elf32_frvfdpic_create_dynamic_sections()
|
| D | elf32-i386.c | 764 || ! bfd_set_section_alignment (dynobj, s, bed->s->log_file_align)) in elf_i386_create_dynamic_sections()
|
| D | elf32-ppc.c | 2551 get_elf_backend_data (abfd)->s->log_file_align)) in ppc_elf_create_dynamic_sections()
|
| D | elfxx-mips.c | 508 (get_elf_backend_data (abfd)->s->log_file_align)
|