Searched defs:syminfo (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c84 syminfo(Cache *_cache, Alist **nodirect) function
95 * Traverse the syminfo section recording the index of all nodirect
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c222 Elf3264_Word syminfo; local
235 syminfo = ELF3264_R_SYM(rela_p->r_info);
242 syminfo = ELF3264_R_SYM(rel_p->r_info);
247 if (!syminfo)
249 sym = sym_table + syminfo;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h193 #define syminfo syminfo64 macro
217 #define syminfo syminfo32 macro
H A Dfake_shdr.c1096 SINFO syminfo; member in struct:__anon1431
1329 sec.syminfo.type = SINFO_T_SYMINFO;
1330 sec.syminfo.vaddr = dyn->d_un.d_ptr;
1334 sec.syminfo.size = dyn->d_un.d_val;
1454 sec.syminfo.type = SINFO_T_NULL;
H A Delfdump.c1856 * Print the syminfo section.
1859 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) function
1935 * from the syminfo. This array is used report any
1958 * Loop through the syminfo entries.
5252 syminfo(cache, shnum, ehdr, osabi, file);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c434 * Locate the syminfo section for this object
438 * syminfo - Address of variable to recieve pointer to syminfo
441 * referenced by syminfo.
445 * variables referenced by syminfo and num. On failure,
449 elfedit_sec_getsyminfo(elfedit_obj_state_t *obj_state, Syminfo **syminfo, argument
461 *syminfo = (Syminfo *) cache->sec_data->d_buf;
468 /* If here, this object has no syminfo section */
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c43 SYMINFO_CMD_T_DUMP = 0, /* syminfo:dump */
45 SYMINFO_CMD_T_SI_BOUNDTO = 1, /* syminfo:si_boundto */
46 SYMINFO_CMD_T_SI_FLAGS = 2 /* syminfo:si_boundto */
103 * information about the syminfo section being used, as and for any
119 } syminfo; member in struct:__anon1532
138 * Standard argument processing for syminfo module
150 * Only the syminfo section is initially referenced by
172 * - syminfo:dump accepts a single argument
173 * - syminfo:si_boundto accepts 2 arguments
174 * - syminfo
259 Syminfo *syminfo; local
317 Syminfo *syminfo; local
573 Syminfo *syminfo; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h236 unsigned char syminfo; /* sym info */ member in struct:nl
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c224 Syminfo *syminfo; local
315 * If syminfo section exists be prepared to fill it in.
318 syminfo = ofl->ofl_ossyminfo->os_outdata->d_buf;
319 syminfo[0].si_flags = SYMINFO_CURRENT;
321 syminfo = NULL;
1162 if (syminfo) {
1163 syminfo[dynsym_ndx].si_flags |=
1286 * If we are creating the .syminfo section then set per symbol
1289 if (sdp->sd_symndx && syminfo &&
1298 syminfo[nd
[all...]

Completed in 68 milliseconds