Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3615 Shdr *hshdr; in ld_update_outfile() local
3901 hshdr = osp->os_shdr; in ld_update_outfile()
3905 phdr->p_offset = offset = hshdr->sh_offset; in ld_update_outfile()
3907 nobits = ((hshdr->sh_type == SHT_NOBITS) && in ld_update_outfile()
3930 phdr->p_memsz = offset - hshdr->sh_offset; in ld_update_outfile()
3945 hshdr->sh_addralign); in ld_update_outfile()
4057 hshdr = 0; in ld_update_outfile()
4071 if (hshdr) in ld_update_outfile()
4073 hshdr->sh_offset); in ld_update_outfile()
4076 hshdr = shdr; in ld_update_outfile()
[all …]
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3967 Shdr *sshdr, *hshdr = _cache->c_shdr; in hash() local
3972 if (hshdr->sh_type != SHT_HASH) in hash()
3978 if ((hshdr->sh_entsize == 0) || (hshdr->sh_size == 0)) { in hash()
3994 if ((hshdr->sh_link == 0) || (hshdr->sh_link >= shnum)) { in hash()
3996 file, hsecname, EC_WORD(hshdr->sh_link)); in hash()
4000 _cache = &cache[hshdr->sh_link]; in hash()