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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3615 Shdr *hshdr; local
3901 hshdr = osp->os_shdr;
3905 phdr->p_offset = offset = hshdr->sh_offset;
3907 nobits = ((hshdr->sh_type == SHT_NOBITS) &&
3930 phdr->p_memsz = offset - hshdr->sh_offset;
3945 hshdr->sh_addralign);
4057 hshdr = 0;
4071 if (hshdr)
4073 hshdr->sh_offset);
4076 hshdr
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3885 Shdr *sshdr, *hshdr = _cache->c_shdr; local
3890 if (hshdr->sh_type != SHT_HASH)
3896 if ((hshdr->sh_entsize == 0) || (hshdr->sh_size == 0)) {
3912 if ((hshdr->sh_link == 0) || (hshdr->sh_link >= shnum)) {
3914 file, hsecname, EC_WORD(hshdr->sh_link));
3918 _cache = &cache[hshdr->sh_link];

Completed in 108 milliseconds