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

  /src/external/gpl3/gdb/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.old/dist/gdb/
linux-tdep.c 2691 /* Helper for linux_get_hwcap and linux_get_hwcap2. */
2707 linux_get_hwcap (const std::optional<gdb::byte_vector> &auxv,
2716 linux_get_hwcap () function
2718 return linux_get_hwcap (target_read_auxv (),

Completed in 28 milliseconds