Searched refs:hshdr (Results 1 – 2 of 2) sorted by relevance
3920 Shdr *hshdr; in ld_update_outfile() local4196 hshdr = osp->os_shdr; in ld_update_outfile()4200 phdr->p_offset = offset = hshdr->sh_offset; in ld_update_outfile()4202 nobits = ((hshdr->sh_type == SHT_NOBITS) && 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()[all …]
4068 Shdr *sshdr, *hshdr = _cache->c_shdr; in hash() local4073 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()