Lines Matching refs:machine
67 // XXX class and machine fields need to be filled in for all archs.
138 /* No machine prefix should be larger than this. */
257 openbackend (Elf *elf, const char *emulation, GElf_Half machine)
273 /* Fill in the default callbacks. The initializer for the machine
282 Multiple modules for the same machine type are possible and they
284 when a module which can handle the machine type is found or all
288 || (emulation == NULL && machines[cnt].em == machine))
305 result->machine = machines[cnt].em;
311 result->machine = elf->state.elf32.ehdr->e_machine;
321 /* Give it a try. At least the machine type matches. First
356 && (modversion = initp (elf, machine, result, sizeof (Ebl)))
374 /* We cannot find a DSO but the emulation/machine ID matches.
417 ebl_openbackend_machine (GElf_Half machine)
419 return openbackend (NULL, NULL, machine);