Home
last modified time | relevance | path

Searched refs:symtab_shndx_hdr (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/binutils/bfd/
HDelf.c357 shndx_hdr = &elf_tdata (ibfd)->symtab_shndx_hdr; in bfd_elf_get_elf_syms()
1981 elf_tdata (abfd)->symtab_shndx_hdr = *hdr; in bfd_section_from_shdr()
1982 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->symtab_shndx_hdr; in bfd_section_from_shdr()
3122 t->symtab_shndx_hdr.sh_name in assign_section_numbers()
3125 if (t->symtab_shndx_hdr.sh_name == (unsigned int) -1) in assign_section_numbers()
3163 i_shdrp[t->symtab_shndx_section] = &t->symtab_shndx_hdr; in assign_section_numbers()
3164 t->symtab_shndx_hdr.sh_link = t->symtab_section; in assign_section_numbers()
3623 hdr = &elf_tdata (abfd)->symtab_shndx_hdr; in _bfd_elf_compute_section_file_positions()
6252 Elf_Internal_Shdr *symtab_shndx_hdr; in swap_out_syms() local
6289 symtab_shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; in swap_out_syms()
[all …]
HDelflink.c9341 Elf_Internal_Shdr *symtab_shndx_hdr; in bfd_elf_final_link() local
10022 symtab_shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr; in bfd_elf_final_link()
10023 if (symtab_shndx_hdr->sh_name != 0) in bfd_elf_final_link()
10025 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX; in bfd_elf_final_link()
10026 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx); in bfd_elf_final_link()
10027 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx); in bfd_elf_final_link()
10029 symtab_shndx_hdr->sh_size = amt; in bfd_elf_final_link()
10031 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr, in bfd_elf_final_link()
10034 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) != 0 in bfd_elf_final_link()
HDelf-bfd.h1351 Elf_Internal_Shdr symtab_shndx_hdr; member
HDChangeLog-0001227 (elf_obj_tdata): Add num_elf_sections, symtab_shndx_hdr and
239 sections from e_shnum. Set up symtab_shndx_hdr.
240 (_bfd_elf_compute_section_file_positions): Handle symtab_shndx_hdr.
244 (prep_headers): Set name for symtab_shndx_hdr.
/trueos/contrib/binutils/binutils/
HDreadelf.c184 static Elf_Internal_Shdr *symtab_shndx_hdr; variable
3725 if (symtab_shndx_hdr != NULL in get_32bit_elf_symbols()
3726 && (symtab_shndx_hdr->sh_link in get_32bit_elf_symbols()
3729 shndx = get_data (NULL, file, symtab_shndx_hdr->sh_offset, in get_32bit_elf_symbols()
3730 1, symtab_shndx_hdr->sh_size, _("symtab shndx")); in get_32bit_elf_symbols()
3788 if (symtab_shndx_hdr != NULL in get_64bit_elf_symbols()
3789 && (symtab_shndx_hdr->sh_link in get_64bit_elf_symbols()
3792 shndx = get_data (NULL, file, symtab_shndx_hdr->sh_offset, in get_64bit_elf_symbols()
3793 1, symtab_shndx_hdr->sh_size, _("symtab shndx")); in get_64bit_elf_symbols()
4057 symtab_shndx_hdr = NULL; in process_section_headers()
[all …]
HDChangeLog-000150 * readelf.c (symtab_shndx_hdr): New global.
HDChangeLog-02031199 (process_section_headers): Clear symtab_shndx_hdr.