Lines Matching refs:log_file_align
118 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
124 || !bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_got_section()
133 bed->s->log_file_align)) in _bfd_elf_create_got_section()
220 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
232 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
238 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
248 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
267 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
277 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_link_create_dynamic_sections()
348 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
386 || ! bfd_set_section_alignment (abfd, s, bed->s->log_file_align)) in _bfd_elf_create_dynamic_sections()
10707 symtab_hdr->sh_addralign = (bfd_vma) 1 << bed->s->log_file_align; in bfd_elf_final_link()
12034 unsigned int log_file_align; in elf_gc_propagate_vtable_entries_used() local
12037 log_file_align = bed->s->log_file_align; in elf_gc_propagate_vtable_entries_used()
12038 n = h->vtable->parent->vtable->size >> log_file_align; in elf_gc_propagate_vtable_entries_used()
12059 unsigned int log_file_align; in elf_gc_smash_unused_vtentry_relocs() local
12077 log_file_align = bed->s->log_file_align; in elf_gc_smash_unused_vtentry_relocs()
12088 bfd_vma entry = (rel->r_offset - hstart) >> log_file_align; in elf_gc_smash_unused_vtentry_relocs()
12308 unsigned int log_file_align = bed->s->log_file_align; in bfd_elf_gc_record_vtentry() local
12325 file_align = 1 << log_file_align; in bfd_elf_gc_record_vtentry()
12342 bytes = ((size >> log_file_align) + 1) * sizeof (bfd_boolean); in bfd_elf_gc_record_vtentry()
12352 oldbytes = (((h->vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
12368 h->vtable->used[addend >> log_file_align] = TRUE; in bfd_elf_gc_record_vtentry()