Home | History | Annotate | Download | only in bfd

Lines Matching refs:shndx_hdr

1443   Elf_Internal_Shdr *shndx_hdr;
1477 shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
1479 shndx_hdr = NULL;
1500 if (shndx_hdr && shndx_hdr->sh_size != 0)
1510 if (bfd_seek (abfd, shndx_hdr->sh_offset, SEEK_SET) != 0)
1515 shndx_hdr->contents = shndx_buf;
1928 shndx_hdr->contents = NULL;
1952 shndx_hdr->contents = NULL;
1968 Elf_Internal_Shdr *shndx_hdr;
2046 shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
2047 shndx_buf = (Elf_External_Sym_Shndx *) shndx_hdr->contents;
2051 shndx_hdr = NULL;