Home
last modified time | relevance | path

Searched refs:hshdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3920 Shdr *hshdr; in ld_update_outfile() local
4196 hshdr = osp->os_shdr; in ld_update_outfile()
4200 phdr->p_offset = offset = hshdr->sh_offset; in ld_update_outfile()
4225 phdr->p_memsz = offset - hshdr->sh_offset; in ld_update_outfile()
4240 hshdr->sh_addralign); in ld_update_outfile()
4352 hshdr = 0; in ld_update_outfile()
4366 if (hshdr) in ld_update_outfile()
4368 hshdr->sh_offset); in ld_update_outfile()
4371 hshdr = shdr; in ld_update_outfile()
4383 if (hshdr) in ld_update_outfile()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4068 Shdr *sshdr, *hshdr = _cache->c_shdr; in hash() local
4073 if (hshdr->sh_type != SHT_HASH) in hash()
4079 if ((hshdr->sh_entsize == 0) || (hshdr->sh_size == 0)) { in hash()
4110 if ((hshdr->sh_link == 0) || (hshdr->sh_link >= shnum)) { in hash()
4112 file, hsecname, EC_WORD(hshdr->sh_link)); in hash()
4116 _cache = &cache[hshdr->sh_link]; in hash()