Searched refs:symtab_shndx_hdr (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c340 shndx_hdr = &elf_tdata (ibfd)->symtab_shndx_hdr;
1832 elf_tdata (abfd)->symtab_shndx_hdr = *hdr;
1833 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->symtab_shndx_hdr;
2784 t->symtab_shndx_hdr.sh_name
2787 if (t->symtab_shndx_hdr.sh_name == (unsigned int) -1)
2827 i_shdrp[t->symtab_shndx_section] = &t->symtab_shndx_hdr;
2828 t->symtab_shndx_hdr.sh_link = t->symtab_section;
3284 hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
5581 Elf_Internal_Shdr *symtab_shndx_hdr;
5619 symtab_shndx_hdr
5576 Elf_Internal_Shdr *symtab_shndx_hdr; local
[all...]
H A Delf-bfd.h1187 Elf_Internal_Shdr symtab_shndx_hdr;
1185 Elf_Internal_Shdr symtab_shndx_hdr; member in struct:elf_obj_tdata
H A Delf32-m68hc11.c686 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
H A Delflink.c7430 Elf_Internal_Shdr *symtab_shndx_hdr;
8057 symtab_shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
8058 if (symtab_shndx_hdr->sh_name != 0)
8060 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
8061 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
8062 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
8064 symtab_shndx_hdr->sh_size = amt;
8066 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
8069 if (bfd_seek (abfd, symtab_shndx_hdr
7420 Elf_Internal_Shdr *symtab_shndx_hdr; local
[all...]
H A Delf32-v850.c2315 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;

Completed in 175 milliseconds