Home
last modified time | relevance | path

Searched refs:vn_aux (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Delf_types.m4283 `vn_aux, WORD',
291 `vn_aux, WORD',
/freebsd/sys/sys/
H A Delf32.h239 Elf32_Word vn_aux; member
H A Delf64.h243 Elf64_Word vn_aux; member
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2903 Elf32_Word vn_aux; /* Offset of vernaux array. */ member
2938 Elf64_Word vn_aux; /* Offset of vernaux array. */ member
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c2588 PRT("\tvn_aux: %u\n", vn->vn_aux); in elf_print_verneed()
2591 buf2 = buf + vn->vn_aux; in elf_print_verneed()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h335 Elf_Word vn_aux; // Offset to first Vernaux entry (in bytes)
H A DELF.h1172 const uint8_t *VernauxBuf = VerneedBuf + Verneed->vn_aux; in getVersionDependencies()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1406 const uint8_t *vernauxBuf = verneedBuf + vn->vn_aux; in parseVerneed()
H A DSyntheticSections.cpp3823 verneed->vn_aux = in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1707 VerNeed.vn_aux = sizeof(Elf_Verneed); in writeSectionContent()
/freebsd/libexec/rtld-elf/
H A Drtld.c5831 vna = (const Elf_Vernaux *)((const char *)vn + vn->vn_aux); in rtld_verify_object_versions()
5895 vna = (const Elf_Vernaux *)((const char *)vn + vn->vn_aux); in rtld_verify_object_versions()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4088 buf2 = buf + vn->vn_aux; in dump_verneed()