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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsection.c743 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) argument
745 newsect->symbol = bfd_make_empty_symbol (abfd);
746 if (newsect->symbol == NULL)
749 newsect->symbol->name = newsect->name;
750 newsect->symbol->value = 0;
751 newsect->symbol->section = newsect;
752 newsect->symbol->flags = BSF_SECTION_SYM;
754 newsect
761 bfd_section_init(bfd *abfd, asection *newsect) argument
965 asection *newsect; local
1032 asection *newsect; local
1111 asection *newsect; local
[all...]
H A Dlynx-core.c97 asection *newsect; local
151 newsect = make_bfd_asection (abfd, ".stack",
156 if (!newsect)
159 newsect = make_bfd_asection (abfd, ".data",
174 if (!newsect)
184 newsect = make_bfd_asection (abfd, ".reg",
189 if (!newsect)
197 newsect = make_bfd_asection (abfd, secname,
202 if (!newsect)
H A Doasys.c686 oasys_new_section_hook (bfd *abfd, asection *newsect) argument
688 if (!newsect->used_by_bfd)
690 newsect->used_by_bfd
692 if (!newsect->used_by_bfd)
695 oasys_per_section (newsect)->data = NULL;
696 oasys_per_section (newsect)->section = newsect;
697 oasys_per_section (newsect)->offset = 0;
698 oasys_per_section (newsect)->initialized = FALSE;
699 newsect
[all...]
H A Delf.c490 setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect) argument
616 elf_group_name (newsect) = elf_group_name (s);
617 elf_next_in_group (newsect) = elf_next_in_group (s);
618 elf_next_in_group (s) = newsect;
627 elf_group_name (newsect) = gname;
630 elf_next_in_group (newsect) = newsect;
636 elf_next_in_group (shdr->bfd_section) = newsect;
644 if (elf_group_name (newsect) == NULL)
647 abfd, newsect);
756 asection *newsect; local
2558 asection *newsect; local
[all...]
H A Delf32-i370.c356 asection *newsect;
362 newsect = hdr->bfd_section;
363 flags = bfd_get_section_flags (abfd, newsect);
370 bfd_set_section_flags (abfd, newsect, flags);
354 asection *newsect; local
H A Dnlmcode.h139 asection *newsect; local
141 newsect = bfd_make_section_with_flags (abfd, name, flags);
142 if (newsect == NULL)
145 newsect->vma = 0; /* NLM's are relocatable. */
146 newsect->size = size;
147 newsect->filepos = offset;
148 newsect->alignment_power = bfd_log2 ((bfd_vma) 0); /* FIXME */
H A Dpdp11.c1106 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1109 newsect->alignment_power = bfd_get_arch_info(abfd)->section_align_power;
1114 && !strcmp (newsect->name, ".text"))
1116 obj_textsec(abfd)= newsect;
1117 newsect->target_index = N_TEXT;
1120 && !strcmp (newsect->name, ".data"))
1122 obj_datasec (abfd) = newsect;
1123 newsect->target_index = N_DATA;
1126 && !strcmp (newsect->name, ".bss"))
1128 obj_bsssec (abfd) = newsect;
[all...]
H A Dmmo.c2010 mmo_new_section_hook (bfd *abfd, asection *newsect) argument
2012 if (!newsect->used_by_bfd)
2016 newsect->used_by_bfd
2018 if (!newsect->used_by_bfd)
2023 newsect->alignment_power = 2;
2024 return _bfd_generic_new_section_hook (abfd, newsect);
H A Daoutx.h1178 asection *newsect);
1185 NAME (aout, new_section_hook) (bfd *abfd, asection *newsect)
1188 newsect->alignment_power = bfd_get_arch_info (abfd)->section_align_power;
1192 if (obj_textsec (abfd) == NULL && !strcmp (newsect->name, ".text"))
1194 obj_textsec (abfd)= newsect;
1195 newsect->target_index = N_TEXT;
1197 else if (obj_datasec (abfd) == NULL && !strcmp (newsect->name, ".data"))
1199 obj_datasec (abfd) = newsect;
1200 newsect->target_index = N_DATA;
1202 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 Dsom.c4961 som_new_section_hook (bfd *abfd, asection *newsect)
4963 if (!newsect->used_by_bfd)
4967 newsect->used_by_bfd = bfd_zalloc (abfd, amt);
4968 if (!newsect->used_by_bfd)
4971 newsect->alignment_power = 3;
4974 return _bfd_generic_new_section_hook (abfd, newsect);
4960 som_new_section_hook(bfd *abfd, asection *newsect) argument
H A Delf64-alpha.c1101 asection *newsect;
1120 newsect = hdr->bfd_section;
1124 if (! bfd_set_section_flags (abfd, newsect,
1125 (bfd_get_section_flags (abfd, newsect)
1096 asection *newsect; local
H A Delf64-hppa.c418 asection *newsect;
438 newsect = hdr->bfd_section;
417 asection *newsect; local
H A Delf32-ppc.c1887 asection *newsect;
1893 newsect = hdr->bfd_section;
1894 flags = bfd_get_section_flags (abfd, newsect);
1901 bfd_set_section_flags (abfd, newsect, flags);
1884 asection *newsect; local
H A Delfxx-ia64.c1452 asection *newsect;
1476 newsect = hdr->bfd_section;
1448 asection *newsect; local

Completed in 327 milliseconds