Searched defs:elfcopy (Results 1 – 1 of 1) sorted by relevance
179 struct elfcopy { struct180 const char *progname; /* program name */181 int iec; /* elfclass of input object */182 Elftc_Bfd_Target_Flavor itf; /* flavour of input object */183 Elftc_Bfd_Target_Flavor otf; /* flavour of output object */184 const char *otgt; /* output target name */185 int oec; /* elfclass of output object */186 unsigned char oed; /* endianness of output object */187 int oem; /* EM_XXX of output object */188 int abi; /* OSABI of output object */[all …]