Searched refs:elfclass (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dbfd.c1618 return bed->s->elfclass == ELFCLASS32;
1956 if (bed->s->elfclass == ELFCLASS32)
2021 if (bed->s->elfclass == ELFCLASS32)
2073 if (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS32)
2111 if (get_elf_backend_data (ibfd)->s->elfclass
2112 == get_elf_backend_data (obfd)->s->elfclass)
2165 if (get_elf_backend_data (ibfd)->s->elfclass
2166 == get_elf_backend_data (obfd)->s->elfclass)
H A Delf-ifunc.c418 size += sizeof ("+0x") - 1 + 8 + 8 * (bed->s->elfclass == ELFCLASS64);
H A Delf64-x86-64.c51 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
465 if (bed->s->elfclass == ELFCLASS32)
492 if (bed->s->elfclass == ELFCLASS32)
6897 return ((xvec_get_elf_backend_data (input)->s->elfclass
6898 == xvec_get_elf_backend_data (output)->s->elfclass)
H A Delf-bfd.h663 unsigned char elfclass, ev_current;
661 unsigned char elfclass, ev_current; member in struct:elf_size_info
H A Delf.c6048 i_ehdrp->e_ident[EI_CLASS] = bed->s->elfclass;
10277 if (bed->s->elfclass == ELFCLASS32)
10362 if (bed->s->elfclass == ELFCLASS32)
10435 if (bed->s->elfclass == ELFCLASS32)
11107 size += sizeof ("+0x") - 1 + 8 + 8 * (bed->s->elfclass == ELFCLASS64);
H A Delflink.c7051 == get_elf_backend_data (obfd)->s->elfclass))
11069 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass
11778 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass)
11801 != bed->s->elfclass))
11805 switch (bed->s->elfclass)
H A Delfxx-tilegx.c31 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
H A Delfxx-sparc.c41 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
H A Delfxx-mips.c796 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
/haiku-buildtools/binutils/binutils/
H A Delfedit.c58 enum elfclass
66 static enum elfclass input_elf_class = ELF_CLASS_UNKNOWN;
67 static enum elfclass output_elf_class = ELF_CLASS_BOTH;
71 static enum elfclass
57 enum elfclass enum
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h459 unsigned char elfclass, ev_current;
457 unsigned char elfclass, ev_current; member in struct:elf_size_info
H A Delfxx-sparc.c37 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
H A Delflink.c7734 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass
8272 && elf_elfheader (sub)->e_ident[EI_CLASS] == bed->s->elfclass)
H A Delf.c4856 i_ehdrp->e_ident[EI_CLASS] = bed->s->elfclass;
H A Delfxx-mips.c520 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)

Completed in 505 milliseconds