Searched refs:shstrtab_hdr (Results 1 – 4 of 4) sorted by relevance
2848 elf_tdata (abfd)->shstrtab_hdr = *hdr; in bfd_section_from_shdr()2849 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->shstrtab_hdr; in bfd_section_from_shdr()4307 _bfd_elf_strtab_addref (elf_shstrtab (abfd), t->shstrtab_hdr.sh_name); in assign_section_numbers()4338 i_shdrp[elf_shstrtab_sec (abfd)] = &t->shstrtab_hdr; in assign_section_numbers()4783 Elf_Internal_Shdr *shstrtab_hdr; in _bfd_elf_compute_section_file_positions() local4827 shstrtab_hdr = &elf_tdata (abfd)->shstrtab_hdr; in _bfd_elf_compute_section_file_positions()4829 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions()4830 shstrtab_hdr->sh_flags = bed->elf_strtab_flags; in _bfd_elf_compute_section_file_positions()4831 shstrtab_hdr->sh_addr = 0; in _bfd_elf_compute_section_file_positions()4833 shstrtab_hdr->sh_entsize = 0; in _bfd_elf_compute_section_file_positions()[all …]
2045 Elf_Internal_Shdr shstrtab_hdr; member
2842 elf_tdata (abfd)->shstrtab_hdr = *hdr; in bfd_section_from_shdr()2843 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->shstrtab_hdr; in bfd_section_from_shdr()4301 _bfd_elf_strtab_addref (elf_shstrtab (abfd), t->shstrtab_hdr.sh_name); in assign_section_numbers()4332 i_shdrp[elf_shstrtab_sec (abfd)] = &t->shstrtab_hdr; in assign_section_numbers()4775 Elf_Internal_Shdr *shstrtab_hdr; in _bfd_elf_compute_section_file_positions() local4819 shstrtab_hdr = &elf_tdata (abfd)->shstrtab_hdr; in _bfd_elf_compute_section_file_positions()4821 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions()4822 shstrtab_hdr->sh_flags = bed->elf_strtab_flags; in _bfd_elf_compute_section_file_positions()4823 shstrtab_hdr->sh_addr = 0; in _bfd_elf_compute_section_file_positions()4825 shstrtab_hdr->sh_entsize = 0; in _bfd_elf_compute_section_file_positions()[all …]
2070 Elf_Internal_Shdr shstrtab_hdr; member