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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 2987 /* Helper for linux_get_hwcap and linux_get_hwcap2. */
3003 linux_get_hwcap (const std::optional<gdb::byte_vector> &auxv,
3012 linux_get_hwcap () function
3014 return linux_get_hwcap (target_read_auxv (),
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 2966 /* Helper for linux_get_hwcap and linux_get_hwcap2. */
2982 linux_get_hwcap (const std::optional<gdb::byte_vector> &auxv,
2991 linux_get_hwcap () function
2993 return linux_get_hwcap (target_read_auxv (),

Completed in 99 milliseconds