Searched refs:r_version (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/include/
H A Dlink_elf.h28 int r_version; /* protocol version */ member in struct:r_debug
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Dlink_elf.d50 int r_version;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Dlink_elf.d45 int r_version;
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c107 ATF_CHECK_EQ_MSG(debug->r_version, R_DEBUG_VERSION,
108 "debug->r_version=%d R_DEBUG_VERSION=%d",
109 debug->r_version, R_DEBUG_VERSION);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Dlink_elf.d58 int r_version;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Dlink_elf.d56 int r_version;
/netbsd-current/sys/dev/ic/
H A Disp_tpublic.h92 * The r_version tag defines the version of this API.
96 /* NB: structure tags from here to r_version must never change */
101 int r_version; member in struct:__anon12
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Dlink.d365 int r_version;
379 Elf32_Word r_version;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dlink.d112 int r_version;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc6437 /* Offset and size of r_debug.r_version. */
6464 0, /* r_version offset. */
6476 0, /* r_version offset. */
6637 int r_version = 0;
6639 (unsigned char *) &r_version,
6640 sizeof (r_version)) != 0)
6642 warning ("unable to read r_version from 0x%s",
6647 if (r_version < 1)
6649 warning ("unexpected r_debug version %d", r_version);
6688 if (r_version <
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc6714 /* Offset and size of r_debug.r_version. */
6750 0, /* r_version offset. */
6761 0, /* r_version offset. */
6816 int r_version = 0;
6830 (unsigned char *) &r_version,
6831 sizeof (r_version)) != 0
6832 || r_version != 1)
6834 warning ("unexpected r_debug version %d", r_version);
/netbsd-current/libexec/ld.elf_so/
H A Drtld.c406 _rtld_debug.r_version = R_DEBUG_VERSION;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp2571 if (r_debug->r_version < 2) {

Completed in 167 milliseconds