Lines Matching refs:log_file_align
157 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
163 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
171 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
280 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
292 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
298 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
309 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
328 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
338 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
355 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
420 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
471 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
482 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
12669 symtab_hdr->sh_addralign = (bfd_vma) 1 << bed->s->log_file_align; in bfd_elf_final_link()
14215 unsigned int log_file_align; in elf_gc_propagate_vtable_entries_used() local
14218 log_file_align = bed->s->log_file_align; in elf_gc_propagate_vtable_entries_used()
14219 n = h->u2.vtable->parent->u2.vtable->size >> log_file_align; in elf_gc_propagate_vtable_entries_used()
14247 unsigned int log_file_align; in elf_gc_smash_unused_vtentry_relocs() local
14269 log_file_align = bed->s->log_file_align; in elf_gc_smash_unused_vtentry_relocs()
14280 bfd_vma entry = (rel->r_offset - hstart) >> log_file_align; in elf_gc_smash_unused_vtentry_relocs()
14562 unsigned int log_file_align = bed->s->log_file_align; in bfd_elf_gc_record_vtentry() local
14588 file_align = 1 << log_file_align; in bfd_elf_gc_record_vtentry()
14605 bytes = ((size >> log_file_align) + 1) * sizeof (bool); in bfd_elf_gc_record_vtentry()
14615 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
14631 h->u2.vtable->used[addend >> log_file_align] = true; in bfd_elf_gc_record_vtentry()