HomeSort by relevance Sort by last modified time
    Searched defs:machines (Results 1 - 2 of 2) sorted by null

  /external/elfutils/tests/
saridx.c 26 static const char *machines[] = variable
212 (ehdr.e_machine >= (sizeof (machines)
213 / sizeof (machines[0]))
214 || machines[ehdr.e_machine] == NULL)
216 : machines[ehdr.e_machine]);
  /external/elfutils/libebl/
eblopenbackend.c 39 } machines[] = variable in typeref:struct:__anon3588
117 #define nmachines (sizeof (machines) / sizeof (machines[0]))
212 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
213 || (emulation == NULL && machines[cnt].em == machine))
216 result->emulation = machines[cnt].emulation;
223 machines[cnt].dsoname),
230 machines[cnt].dsoname),
241 char symname[machines[cnt].prefix_len + sizeof "_init"];
243 strcpy (mempcpy (symname, machines[cnt].prefix
    [all...]

Completed in 174 milliseconds