Searched refs:Verneed (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h72 __ElfType(Verneed); variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h88 typedef Elf64_Verneed Verneed; typedef
135 typedef Elf32_Verneed Verneed; typedef
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c443 ofl->ofl_verneedsz += sizeof (Verneed);
822 Verneed *vnd;
824 vnd = (Verneed *)isp->is_indata->d_buf;
846 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) {
H A Dupdate.c2321 * referenced objects, via the Verneed section.
2324 * found in the Verneed section are not zero as
2760 Verneed *vnd, *_vnd;
2765 _vnd = vnd = (Verneed *)ofl->ofl_osverneed->os_outdata->d_buf;
2856 vnd = (Verneed *)vnap, num++;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_elf.h117 Verneed *e_verneed; /* versions needed by this image and */
H A Delf.c504 Verneed *vnd = VERNEED(clmp);
515 vnd = (Verneed *)((Xword)vnd + vnd->vn_next)) {
1971 VERNEED(lmp) = (Verneed *)(dyn->d_un.d_ptr +
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c693 * Read a Verneed structure at the specified file offset and return
699 Verneed verneed;
753 * Compute the size of Verdef and Verneed sections. Both of these
754 * sections are made up of interleaved main nodes (Verdef and Verneed)
762 * Although Verdef/Verdaux and Verneed/Vernaux are different types,
805 size_main = sizeof (Verneed);
1360 sec.verneed.size = sizeof (Verneed) *
1434 * Verdef and Verneed sections. We have to read their data
H A Delfdump.c63 * - The Versym also contains indexes to Verneed records, recording
74 * (Versym indexes to Verneed records), but not the others.
101 * Verneed records, as indicated by non-zero vna_other fields in the Verneed
2123 * vnd_num - # of Verneed entries
2139 * this file, and the Verneed entries do not have associated version
2141 * for original-style Verneed sections.
2146 * structs inside the Verneed section contain the version index for
2148 * contents of a GNU style Verneed section. You should not
2152 * are assembled into the Verneed sectio
[all...]

Completed in 88 milliseconds