HomeSort by relevance Sort by last modified time
    Searched refs:e_machine (Results 251 - 256 of 256) sorted by null

<<11

  /external/elfutils/0.153/src/
elflint.c 403 /* Check the e_machine field. */
405 if (valid_e_machine[cnt] == ehdr->e_machine)
408 ERROR (gettext ("unknown machine type %d\n"), ehdr->e_machine);
    [all...]
ldgeneric.c     [all...]
readelf.c     [all...]
  /external/qemu/tcg/
tcg.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 129 ok &= (ehdr->e_machine == VG_ELF_MACHINE);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 154 Elf32_Half e_machine; /* Architecture */ member in struct:__anon16945
172 Elf64_Half e_machine; /* Architecture */ member in struct:__anon16946
243 /* Legal values for e_machine (architecture). */
    [all...]

Completed in 547 milliseconds

<<11