/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 43 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/lib/libtnfctl/ |
H A D | traverse.c | 222 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/gprof/common/ |
H A D | readelf.c | 334 if ((orig_list + i)->syminfo == 335 (orig_list + nextsym)->syminfo) { 339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); 340 i_type = ELF32_ST_TYPE((orig_list + i)->syminfo); 341 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); 562 l_npe->syminfo = gsym.st_info; 598 l_npe->syminfo = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); 606 l_npe->syminfo = GELF_ST_INFO(STB_GLOBAL, STT_FUNC);
|
H A D | gprof.h | 236 unsigned char syminfo; /* sym info */ member in struct:nl
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | _librtld.h | 92 extern int syminfo(Cache *, Alist **);
|
H A D | syms.c | 84 syminfo(Cache *_cache, Alist **nodirect) function 95 * Traverse the syminfo section recording the index of all nodirect
|
H A D | dldump.c | 384 if (syminfo(_icache, &nodirect)) {
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 193 #define syminfo syminfo64 macro 217 #define syminfo syminfo32 macro
|
H A D | fake_shdr.c | 1096 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 D | elfdump.c | 1856 * 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/liblddbg/ |
H A D | Makefile.com | 31 syminfo.o tls.o
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 224 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...] |
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/ |
H A D | Makefile.com | 51 SYMINFO_LIB= syminfo.so
|
/illumos-gate/usr/src/cmd/sgs/libconv/ |
H A D | Makefile.com | 50 symbols.o syminfo.o \
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 138 * have associated parallal sections (syminfo, versym, extended indexes, etc) 948 elfedit32_obj_state_t *obj_state, Elf32_Syminfo **syminfo, Elf32_Word *num); 950 elfedit64_obj_state_t *obj_state, Elf64_Syminfo **syminfo, Elf64_Word *num);
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 434 * 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 */
|