Lines Matching defs:machine
80 // XXX class and machine fields need to be filled in for all archs.
156 /* No machine prefix should be larger than this. */
268 openbackend (Elf *elf, const char *emulation, GElf_Half machine)
284 /* Fill in the default callbacks. The initializer for the machine
293 Multiple modules for the same machine type are possible and they
295 when a module which can handle the machine type is found or all
299 || (emulation == NULL && machines[cnt].em == machine))
316 result->machine = machines[cnt].em;
322 result->machine = elf->state.elf32.ehdr->e_machine;
328 machines[cnt].init (elf, machine, result))
336 /* We don't have a backend but the emulation/machine ID matches.
375 ebl_openbackend_machine (GElf_Half machine)
377 return openbackend (NULL, NULL, machine);