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

1 2 3 4 5 6 78

  /toolchain/binutils/binutils-2.27/binutils/
objdump.c     [all...]
dwarf.c     [all...]
objcopy.c     [all...]
  /external/elfutils/src/
elflint.c 406 /* Check the e_machine field. */
408 if (valid_e_machine[cnt] == ehdr->e_machine)
411 ERROR (gettext ("unknown machine type %d\n"), ehdr->e_machine);
    [all...]
ldgeneric.c     [all...]
readelf.c     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 363 assert(sizeof(void*) == 4 && elfHeader->e_machine == EM_386);
365 assert(sizeof(void*) == 8 && elfHeader->e_machine == EM_X86_64);
367 assert(sizeof(void*) == 4 && elfHeader->e_machine == EM_ARM);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 162 ok &= (ehdr->e_machine == VG_ELF_MACHINE);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-score.c     [all...]
elf32-v850.c     [all...]
elflink.c     [all...]
elf.c     [all...]
elfxx-sparc.c     [all...]
  /external/valgrind/perf/
tinycc.c 154 Elf32_Half e_machine; /* Architecture */ member in struct:__anon43177
172 Elf64_Half e_machine; /* Architecture */ member in struct:__anon43178
243 /* Legal values for e_machine (architecture). */
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-score.c     [all...]
tc-score7.c     [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 78