Lines Matching refs:shdr
323 Shdr *shdr; in ld_unwind_make_hdr() local
350 if ((shdr = libld_calloc(sizeof (Shdr), 1)) == NULL) in ld_unwind_make_hdr()
352 shdr->sh_type = ld_targ.t_m.m_sht_unwind; in ld_unwind_make_hdr()
353 shdr->sh_flags = SHF_ALLOC; in ld_unwind_make_hdr()
354 shdr->sh_addralign = ld_targ.t_m.m_word_align; in ld_unwind_make_hdr()
355 shdr->sh_entsize = 0; in ld_unwind_make_hdr()
363 isp->is_shdr = shdr; in ld_unwind_make_hdr()
447 shdr->sh_size = (Xword)size; in ld_unwind_make_hdr()
543 Shdr *shdr; in ld_unwind_populate_hdr() local
553 shdr = osp->os_shdr; in ld_unwind_populate_hdr()
554 size = shdr->sh_size; in ld_unwind_populate_hdr()
672 shdr->sh_addr, off + ndx, 0)) { in ld_unwind_populate_hdr()
714 shdr->sh_addr, off + ndx, gotaddr)) { in ld_unwind_populate_hdr()
748 fdeaddr = shdr->sh_addr + off; in ld_unwind_populate_hdr()