HomeSort by: relevance | last modified time | path
    Searched defs:auxv_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 219 uint64_t auxv_type = elf->ei_class == ELFCLASS32 ? local
222 if (auxv_type == 0)
224 if (auxv_type != 16)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 219 uint64_t auxv_type = elf->ei_class == ELFCLASS32 ? local
222 if (auxv_type == 0)
224 if (auxv_type != 16)
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 747 Aux64Info, Aux32Info>::type auxv_type; typedef
748 const size_t auxv_size = sizeof (auxv_type);
749 const size_t auxv_buf_size = 128 * sizeof (auxv_type);
763 auxv_type *const aux = (auxv_type *) buf;
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 745 Aux64Info, Aux32Info>::type auxv_type; typedef
746 const size_t auxv_size = sizeof (auxv_type);
747 const size_t auxv_buf_size = 128 * sizeof (auxv_type);
761 auxv_type *const aux = (auxv_type *) buf;

Completed in 39 milliseconds