Searched refs:Versym (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dversion.c88 conv_ver_index(Versym verndx, int gnuver, Conv_inv_buf_t *inv_buf)
H A Dllib-lconv185 const char *conv_ver_index(Versym, int, Conv_inv_buf_t *);
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h74 __ElfType(Versym); variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h90 typedef Elf64_Versym Versym; typedef
137 typedef Elf32_Versym Versym; typedef
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_elf.h121 Versym *e_versym; /* Per-symbol versions */
H A Delf.c1413 * interprets the top bit of the 16-bit Versym value
1998 VERSYM(lmp) = (Versym *)(dyn->d_un.d_ptr +
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c106 Versym verndx)
639 uchar_t osabi, Half mach, Sym *sym, Versym verndx, int gnuver,
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c332 /* Versym */
335 aux_cnt = _cache->sec_shdr->sh_size / sizeof (Versym);
H A Dutil_machelf.c707 elfedit_section_t *symsec, Versym **versym, Word *num)
735 *versym = (Versym *) versymsec->sec_data->d_buf;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c220 FAKE_M_WORD_ALIGN, sizeof (Versym), ELF_T_HALF },
1409 sec.versym.size = nchain * sizeof (Versym);
H A Delfdump.c58 * the Versym contains indexes to Verdef records, and the
59 * Versym values for UNDEF symbols resolved by other objects
63 * - The Versym also contains indexes to Verneed records, recording
68 * - The top bit of the Versym value is no longer part of the index,
74 * (Versym indexes to Verneed records), but not the others.
83 * in a Versym entry. This can never be less than 1: In the case where
100 * The gnu_needed field is True if the Versym contains indexes to
108 Versym *data; /* Pointer to versym array */
1023 * Determine if there is a associated Versym section
1112 Versym vernd
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h1015 extern void Dbg_syms_ignore_gnuver(Rt_map *, const char *, Word, Versym);
1197 Half, Sym *, Versym, int, const char *, const char *);
H A Dconv.h944 extern const char *conv_ver_index(Versym, int, Conv_inv_buf_t *);
H A Dlibld.h854 Versym *ifl_versym; /* version symbol table array */
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c159 struct { /* Versym */
162 Versym *data;
255 Versym versym;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c352 * Versym indexes for needed versions start with the next
584 ifl->ifl_versym = (Versym *)isp->is_indata->d_buf;
H A Dupdate.c221 Versym *versym;
309 versym = (Versym *)ofl->ofl_osversym->os_outdata->d_buf;
2315 * - The top bit of the 16-bit Versym index is
2320 * Versym values, which specify versions in
2326 * index to be used by Versym indices to reference
H A Dsections.c621 sizeof (Versym));

Completed in 132 milliseconds