Searched refs:sshdr (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | groups.c | 166 Shdr *sshdr, *gshdr = gisc->is_shdr; in ld_group_process() local 197 sshdr = isc->is_shdr; in ld_group_process() 200 if ((sshdr->sh_info == SHN_UNDEF) || in ld_group_process() 201 (gshdr->sh_info >= (Word)(sshdr->sh_size / sshdr->sh_entsize)) || in ld_group_process() 202 ((isc = gifl->ifl_isdesc[sshdr->sh_link]) == NULL)) { in ld_group_process()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1337 Shdr *sshdr; in cap_section() local 1371 sshdr = scache->c_shdr; in cap_section() 1373 if ((sshdr->sh_type != SHT_SYMTAB) && in cap_section() 1374 (sshdr->sh_type != SHT_DYNSYM)) { in cap_section() 3963 Shdr *sshdr, *hshdr = _cache->c_shdr; in hash() local 4008 sshdr = _cache->c_shdr; in hash() 4010 symn = (Word)(sshdr->sh_size / sshdr->sh_entsize); in hash() 4015 if ((sshdr->sh_link == 0) || (sshdr->sh_link >= shnum)) { in hash() 4017 file, ssecname, EC_WORD(sshdr->sh_link)); in hash() 4037 hash_entry(_cache, &cache[sshdr->sh_link], hsecname, in hash() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 1193 void *ddata, const void *sshdr, void *sdata, uint_t tabid) in mdb_gelf_symtab_create_raw() argument 1218 (void) gelf32_to_shdr(sshdr, &gst->gst_ssect->gs_shdr); in mdb_gelf_symtab_create_raw() 1222 (void) gelf64_to_shdr(sshdr, &gst->gst_ssect->gs_shdr); in mdb_gelf_symtab_create_raw()
|