Lines Matching refs:log_file_align

170       || !bfd_set_section_alignment (s, bed->s->log_file_align))  in _bfd_elf_create_got_section()
176 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
184 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
293 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
305 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
311 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
322 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
341 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
351 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
368 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
433 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
484 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
495 || !bfd_set_section_alignment (s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
12572 symtab_hdr->sh_addralign = (bfd_vma) 1 << bed->s->log_file_align; in bfd_elf_final_link()
14116 unsigned int log_file_align; in elf_gc_propagate_vtable_entries_used() local
14119 log_file_align = bed->s->log_file_align; in elf_gc_propagate_vtable_entries_used()
14120 n = h->u2.vtable->parent->u2.vtable->size >> log_file_align; in elf_gc_propagate_vtable_entries_used()
14148 unsigned int log_file_align; in elf_gc_smash_unused_vtentry_relocs() local
14170 log_file_align = bed->s->log_file_align; in elf_gc_smash_unused_vtentry_relocs()
14181 bfd_vma entry = (rel->r_offset - hstart) >> log_file_align; in elf_gc_smash_unused_vtentry_relocs()
14463 unsigned int log_file_align = bed->s->log_file_align; in bfd_elf_gc_record_vtentry() local
14489 file_align = 1 << log_file_align; in bfd_elf_gc_record_vtentry()
14506 bytes = ((size >> log_file_align) + 1) * sizeof (bool); in bfd_elf_gc_record_vtentry()
14516 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
14532 h->u2.vtable->used[addend >> log_file_align] = true; in bfd_elf_gc_record_vtentry()