Home | History | Annotate | Download | only in bfd

Lines Matching defs:symtab_shndx_hdr

12649   Elf_Internal_Shdr *symtab_shndx_hdr;
13425 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
13427 if (symtab_shndx_hdr != NULL && symtab_shndx_hdr->sh_name != 0)
13429 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
13430 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
13431 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
13433 symtab_shndx_hdr->sh_size = amt;
13435 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
13438 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) != 0