Home | History | Annotate | Download | only in bfd

Lines Matching defs:elfclass

142   unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
679 unsigned int elfclass)
692 || !bfd_set_section_alignment (sec, elfclass == ELFCLASS64 ? 3 : 2))
730 unsigned int elfclass = bed->s->elfclass;
740 && (elfclass == get_elf_backend_data (abfd)->s->elfclass))
767 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
792 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
863 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4;
974 align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
994 align_shift = bed->s->elfclass == ELFCLASS64 ? 3 : 2;