Lines Matching refs:symstrtab_hdr
6253 Elf_Internal_Shdr *symstrtab_hdr; in swap_out_syms() local
6277 symstrtab_hdr = &elf_tdata (abfd)->strtab_hdr; in swap_out_syms()
6278 symstrtab_hdr->sh_type = SHT_STRTAB; in swap_out_syms()
6517 symstrtab_hdr->sh_size = _bfd_stringtab_size (stt); in swap_out_syms()
6518 symstrtab_hdr->sh_type = SHT_STRTAB; in swap_out_syms()
6520 symstrtab_hdr->sh_flags = 0; in swap_out_syms()
6521 symstrtab_hdr->sh_addr = 0; in swap_out_syms()
6522 symstrtab_hdr->sh_entsize = 0; in swap_out_syms()
6523 symstrtab_hdr->sh_link = 0; in swap_out_syms()
6524 symstrtab_hdr->sh_info = 0; in swap_out_syms()
6525 symstrtab_hdr->sh_addralign = 1; in swap_out_syms()