Searched refs:Verdef (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | find_elf.pl | 114 my $Verdef = 'NOVERDEF'; 151 $Verdef = 'VERDEF'; 155 return ($Class, $Type, $Verdef);
|
H A D | interface_check.pl | 103 ## ProcFile(BasePath, RelPath, Class, Type, Verdef, Alias) 112 # Verdef - VERDEF if object defines versions, NOVERDEF otherwise 117 my($BasePath, $RelPath, $Class, $Type, $Verdef, $Alias) = @_; 143 if ($Verdef eq 'NOVERDEF') {
|
H A D | check_rtime.pl | 170 ## ProcFile(FullPath, RelPath, File, Class, Type, Verdef) 176 my($FullPath, $RelPath, $Class, $Type, $Verdef) = @_; 645 if ($Verdef eq 'VERDEF') && $opt{v};
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_generic.h | 70 __ElfType(Verdef); variable
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 86 typedef Elf64_Verdef Verdef; typedef 133 typedef Elf32_Verdef Verdef; typedef
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | version.c | 221 ofl->ofl_verdefsz += sizeof (Verdef); 602 Verdef *vdf; 620 vdf = (Verdef *)isp->is_indata->d_buf; 647 vdf = (Verdef *)((uintptr_t)vdf + vdf->vd_next)) {
|
H A D | update.c | 2609 Verdef *vdf, *_vdf; 2653 _vdf = vdf = (Verdef *)ofl->ofl_osverdef->os_outdata->d_buf; 2706 vdf = (Verdef *)vdap, num++;
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 119 Verdef *e_verdef; /* versions defined by this image and */
|
H A D | elf.c | 540 Verdef *vdf = VERDEF(nlmp); 561 vdf = (Verdef *)((Xword)vdf + vdf->vd_next)) { 1979 VERDEF(lmp) = (Verdef *)(dyn->d_un.d_ptr +
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 633 * Read a Verdef structure at the specified file offset and return 639 Verdef verdef; 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, 768 * code into separate sub-functions, we can process both Verdef and 800 size_main = sizeof (Verdef); 1349 sec.verdef.size = sizeof (Verdef) * 1434 * Verdef and Verneed sections. We have to read their data
|
H A D | elfdump.c | 58 * the Versym contains indexes to Verdef records, and the 66 * the final Verdef index. The index is written to the previously 2071 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, 2080 vdf = (Verdef *)((uintptr_t)vdf + vdf->vd_next)) { 2145 * by the Verdef section, and the vna_other field of the Vernaux 2410 * Verdef and Verneed section contents, if requested. 2418 version_def((Verdef *)verdef_cache->c_data->d_buf,
|
Completed in 98 milliseconds