Searched refs:Verdef (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/ |
| H A D | vdso.cpp | 36 struct Verdef { struct 44 Verdef *next() const { in next() argument 47 return reinterpret_cast<Verdef *>(reinterpret_cast<uintptr_t>(this) + in next() 58 cpp::string_view find_version(Verdef *verdef, ElfW(Half) * versym, in find_version() 67 for (Verdef *def = verdef; def != nullptr; def = def->next()) { in find_version() 101 Verdef *verdef; 160 Verdef *verdef = nullptr; in populate_symbol_table() 173 verdef = reinterpret_cast<Verdef *>(vdso_addr + d->d_un.d_ptr); in populate_symbol_table()
|
| /freebsd/sys/sys/ |
| H A D | elf_generic.h | 74 __ElfType(Verdef);
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_align.c | 81 [ELF_T_VDEF] = MALIGN(Verdef),
|
| H A D | elf_types.m4 | 58 `VDEF, Verdef',
|
| H A D | libelf_convert.m4 | 700 MAKE_VERSION_CONVERTERS(VDEF,Verdef,Verdaux,vd)
|
| /freebsd/sys/cddl/compat/opensolaris/sys/ |
| H A D | elf.h | 45 __sElfN(Verdef);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 235 Verdef, enumerator 608 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() 614 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 69 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; member 125 using Elf_Verdef = typename ELFT::Verdef; \
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 1400 auto *curVerdef = reinterpret_cast<const typename ELFT::Verdef *>(verdef); in parseVerdefs() 1506 using Elf_Verdef = typename ELFT::Verdef; in parse()
|
| H A D | SyntheticSections.cpp | 3884 reinterpret_cast<const typename ELFT::Verdef *>(f->verdefs[i]); in finalizeContents()
|