Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDmain.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()
674 if (ecp->oec == ELFCLASSNONE) in create_file()
675 ecp->oec = ELFCLASS64; in create_file()
774 " output flavour %d", ecp->oec); in create_file()
1407 ecp->oec = elftc_bfd_target_class(tgt); in set_output_target()
1603 ecp->iec = ecp->oec = ELFCLASSNONE; in main()
HDsymbols.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()
HDbinary.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()
HDascii.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()
HDelfcopy.h185 int oec; /* elfclass of output object */ member
HDsections.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()
/freebsd-11-stable/sys/dev/hatm/
HDif_hatmvar.h62 uint32_t oec; member
HDif_hatm.c1289 sc->istats.oec += READ4(sc, HE_REGO_OEC); in hatm_sysctl()