Searched refs:hshdr (Results 1 – 2 of 2) sorted by relevance
3615 Shdr *hshdr; in ld_update_outfile() local3901 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 …]
3963 Shdr *sshdr, *hshdr = _cache->c_shdr; in hash() local3968 if (hshdr->sh_type != SHT_HASH) in hash()3974 if ((hshdr->sh_entsize == 0) || (hshdr->sh_size == 0)) { in hash()3990 if ((hshdr->sh_link == 0) || (hshdr->sh_link >= shnum)) { in hash()3992 file, hsecname, EC_WORD(hshdr->sh_link)); in hash()3996 _cache = &cache[hshdr->sh_link]; in hash()