Home
last modified time | relevance | path

Searched refs:vda_next (Results 1 – 25 of 95) sorted by relevance

1234

/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h263 unsigned char vda_next[4]; member
H A Dinternal.h197 unsigned long vda_next; /* Offset to next verdaux. */ member
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dexternal.h263 unsigned char vda_next[4]; member
H A Dinternal.h195 unsigned long vda_next; /* Offset to next verdaux. */ member
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dexternal.h263 unsigned char vda_next[4]; member
H A Dinternal.h197 unsigned long vda_next; /* Offset to next verdaux. */ member
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h271 unsigned char vda_next[4]; member
H A Dinternal.h197 unsigned long vda_next; /* Offset to next verdaux. */ member
/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Delf_types.m4253 `vda_next, WORD',
258 `vda_next, WORD',
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp330 BufAux = Verdaux->vda_next ? BufAux + Verdaux->vda_next : nullptr; in printSymbolVersionDefinition()
/netbsd/external/gpl3/gdb/dist/elfcpp/
H A Delfcpp_internal.h244 Elf_Word vda_next;
H A Delfcpp.h2052 { return Convert<32, big_endian>::convert_host(this->p_->vda_next); }
2072 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
/netbsd/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_internal.h244 Elf_Word vda_next;
H A Delfcpp.h2047 { return Convert<32, big_endian>::convert_host(this->p_->vda_next); }
2067 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
/netbsd/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_internal.h244 Elf_Word vda_next;
H A Delfcpp.h2080 { return Convert<32, big_endian>::convert_host(this->p_->vda_next); }
2100 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
/netbsd/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp_internal.h244 Elf_Word vda_next;
H A Delfcpp.h2052 { return Convert<32, big_endian>::convert_host(this->p_->vda_next); }
2072 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
/netbsd/external/bsd/elftoolchain/dist/common/sys/
H A Delfdefinitions.m4638 Elf32_Word vda_next; /* Offset to next entry. */
676 Elf64_Word vda_next; /* Offset to next entry. */
/netbsd/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h1232 Elf32_Word vda_next; /* offset to verdaux */ member
/netbsd/tools/arm-elf2aout/sys/
H A Dexec_elf.h1261 Elf32_Word vda_next; /* offset to verdaux */ member
/netbsd/tools/m68k-elf2aout/sys/
H A Dexec_elf.h1261 Elf32_Word vda_next; /* offset to verdaux */ member
/netbsd/sys/sys/
H A Dexec_elf.h1368 Elf32_Word vda_next; /* offset to verdaux */ member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h322 Elf_Word vda_next; // Offset to next Verdaux entry (in bytes)
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1341 BufAux = Verdaux->vda_next ? BufAux + Verdaux->vda_next : nullptr; in dumpVerdefSection()

1234