Home
last modified time | relevance | path

Searched refs:oec (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c298 if (ecp->oec == ELFCLASSNONE) in create_elf()
299 ecp->oec = ecp->iec; in create_elf()
303 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL) in create_elf()
311 oeh.e_ident[EI_CLASS] = ecp->oec; in create_elf()
697 if (ecp->oec == ELFCLASSNONE) in create_file()
698 ecp->oec = ELFCLASS64; in create_file()
818 " output flavour %d", ecp->oec); in create_file()
1456 ecp->oec = elftc_bfd_target_class(tgt); in set_output_target()
1652 ecp->iec = ecp->oec = ELFCLASSNONE; in main()
H A Dsymbols.c814 if (ecp->oec == ELFCLASS32) in create_external_symtab()
958 if (ecp->oec == ELFCLASS32) { in add_to_symtab()
972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym)); in add_to_symtab()
994 if (ecp->oec == ELFCLASS32) { in finalize_external_symtab()
1037 if (ecp->oec == ELFCLASS32) { in create_symtab_data()
1059 if (ecp->oec == ELFCLASS32) { in create_symtab_data()
1109 shy.sh_addralign = (ecp->oec == ELFCLASS32 ? 4 : 8); in create_symtab_data()
H A Dbinary.c172 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL) in create_elf_from_binary()
180 oeh.e_ident[EI_CLASS] = ecp->oec; in create_elf_from_binary()
H A Dascii.c218 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL) in create_elf_from_srec()
226 oeh.e_ident[EI_CLASS] = ecp->oec; in create_elf_from_srec()
487 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL) in create_elf_from_ihex()
495 oeh.e_ident[EI_CLASS] = ecp->oec; in create_elf_from_ihex()
H A Delfcopy.h185 int oec; /* elfclass of output object */ member
H A Dsections.c560 shtab->align = (ecp->oec == ELFCLASS32 ? 4 : 8); in insert_shtab()
785 if (ecp->oec == ELFCLASS32) { in filter_reloc()
802 if (ecp->oec == ELFCLASS32) { in filter_reloc()
960 min_alignment = section_type_alignment(s->type, ecp->oec); in resync_sections()