Searched refs:shstrtab_hdr (Results 1 – 2 of 2) sorted by relevance
1807 elf_tdata (abfd)->shstrtab_hdr = *hdr; in bfd_section_from_shdr()1808 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->shstrtab_hdr; in bfd_section_from_shdr()3089 _bfd_elf_strtab_addref (elf_shstrtab (abfd), t->shstrtab_hdr.sh_name); in assign_section_numbers()3121 t->shstrtab_hdr.sh_size = _bfd_elf_strtab_size (elf_shstrtab (abfd)); in assign_section_numbers()3143 i_shdrp[elf_shstrtab_sec (abfd)] = &t->shstrtab_hdr; in assign_section_numbers()3551 Elf_Internal_Shdr *shstrtab_hdr; in _bfd_elf_compute_section_file_positions() local3598 shstrtab_hdr = &elf_tdata (abfd)->shstrtab_hdr; in _bfd_elf_compute_section_file_positions()3600 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions()3601 shstrtab_hdr->sh_flags = 0; in _bfd_elf_compute_section_file_positions()3602 shstrtab_hdr->sh_addr = 0; in _bfd_elf_compute_section_file_positions()[all …]
1581 Elf_Internal_Shdr shstrtab_hdr; member