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

  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 859 Elf64_Dyn, Elf32_Dyn>::type dyn_type; typedef
860 const int dyn_size = sizeof (dyn_type);
861 unsigned char buf[sizeof (dyn_type)]; /* The larger of the two. */
871 dyn_type *const dyn = (dyn_type *) buf;
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 857 Elf64_Dyn, Elf32_Dyn>::type dyn_type; typedef
858 const int dyn_size = sizeof (dyn_type);
859 unsigned char buf[sizeof (dyn_type)]; /* The larger of the two. */
869 dyn_type *const dyn = (dyn_type *) buf;

Completed in 16 milliseconds