Home
last modified time | relevance | path

Searched refs:shstrtab_hdr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c1767 elf_tdata (abfd)->shstrtab_hdr = *hdr; in bfd_section_from_shdr()
1768 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->shstrtab_hdr; in bfd_section_from_shdr()
2677 _bfd_elf_strtab_addref (elf_shstrtab (abfd), t->shstrtab_hdr.sh_name); in assign_section_numbers()
2704 t->shstrtab_hdr.sh_size = _bfd_elf_strtab_size (elf_shstrtab (abfd)); in assign_section_numbers()
2728 i_shdrp[t->shstrtab_section] = &t->shstrtab_hdr; in assign_section_numbers()
3063 Elf_Internal_Shdr *shstrtab_hdr; in _bfd_elf_compute_section_file_positions() local
3104 shstrtab_hdr = &elf_tdata (abfd)->shstrtab_hdr; in _bfd_elf_compute_section_file_positions()
3106 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions()
3107 shstrtab_hdr->sh_flags = 0; in _bfd_elf_compute_section_file_positions()
3108 shstrtab_hdr->sh_addr = 0; in _bfd_elf_compute_section_file_positions()
[all …]
Delf-bfd.h1120 Elf_Internal_Shdr shstrtab_hdr; member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c1972 elf_tdata (abfd)->shstrtab_hdr = *hdr; in bfd_section_from_shdr()
1973 elf_elfsections (abfd)[shindex] = &elf_tdata (abfd)->shstrtab_hdr; in bfd_section_from_shdr()
3048 _bfd_elf_strtab_addref (elf_shstrtab (abfd), t->shstrtab_hdr.sh_name); in assign_section_numbers()
3075 t->shstrtab_hdr.sh_size = _bfd_elf_strtab_size (elf_shstrtab (abfd)); in assign_section_numbers()
3097 i_shdrp[t->shstrtab_section] = &t->shstrtab_hdr; in assign_section_numbers()
3504 Elf_Internal_Shdr *shstrtab_hdr; in _bfd_elf_compute_section_file_positions() local
3545 shstrtab_hdr = &elf_tdata (abfd)->shstrtab_hdr; in _bfd_elf_compute_section_file_positions()
3547 shstrtab_hdr->sh_type = SHT_STRTAB; in _bfd_elf_compute_section_file_positions()
3548 shstrtab_hdr->sh_flags = 0; in _bfd_elf_compute_section_file_positions()
3549 shstrtab_hdr->sh_addr = 0; in _bfd_elf_compute_section_file_positions()
[all …]
Delf-bfd.h1228 Elf_Internal_Shdr shstrtab_hdr; member