Searched refs:newsect (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c746 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) argument
748 newsect->symbol = bfd_make_empty_symbol (abfd);
749 if (newsect->symbol == NULL)
752 newsect->symbol->name = newsect->name;
753 newsect->symbol->value = 0;
754 newsect->symbol->section = newsect;
755 newsect->symbol->flags = BSF_SECTION_SYM;
757 newsect
764 bfd_section_init(bfd *abfd, asection *newsect) argument
968 asection *newsect; local
1035 asection *newsect; local
1114 asection *newsect; local
[all...]
H A Delf.c499 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) argument
644 elf_group_name (newsect) = elf_group_name (s);
645 elf_next_in_group (newsect) = elf_next_in_group (s);
646 elf_next_in_group (s) = newsect;
655 elf_group_name (newsect) = gname;
658 elf_next_in_group (newsect) = newsect;
664 elf_next_in_group (shdr->bfd_section) = newsect;
672 if (elf_group_name (newsect) == NULL)
675 abfd, newsect);
784 asection *newsect; local
2605 asection *newsect; local
[all...]
H A Daoutx.h1201 asection *newsect);
1208 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1211 newsect->alignment_power = bfd_get_arch_info (abfd)->section_align_power;
1215 if (obj_textsec (abfd) == NULL && !strcmp (newsect->name, ".text"))
1217 obj_textsec (abfd)= newsect;
1218 newsect->target_index = N_TEXT;
1220 else if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data"))
1222 obj_datasec (abfd) = newsect;
1223 newsect->target_index = N_DATA;
1225 else if (obj_bsssec (abfd) == NULL && !strcmp (newsect
[all...]
H A Dieee.c2018 ieee_new_section_hook (bfd *abfd, asection *newsect)
2020 if (!newsect->used_by_bfd)
2022 newsect->used_by_bfd = bfd_alloc (abfd, sizeof (ieee_per_section_type));
2023 if (!newsect->used_by_bfd)
2026 ieee_per_section (newsect)->data = NULL;
2027 ieee_per_section (newsect)->section = newsect;
2028 return _bfd_generic_new_section_hook (abfd, newsect);
2015 ieee_new_section_hook(bfd *abfd, asection *newsect) argument
H A Delf64-alpha.c1122 asection *newsect;
1141 newsect = hdr->bfd_section;
1145 if (! bfd_set_section_flags (abfd, newsect,
1146 (bfd_get_section_flags (abfd, newsect)
1117 asection *newsect; local
H A Delf32-ppc.c1948 asection *newsect;
1954 newsect = hdr->bfd_section;
1955 flags = bfd_get_section_flags (abfd, newsect);
1962 bfd_set_section_flags (abfd, newsect, flags);
1945 asection *newsect; local
H A Delfxx-ia64.c1468 asection *newsect;
1492 newsect = hdr->bfd_section;
1464 asection *newsect; local

Completed in 155 milliseconds