Lines Matching refs:prop_sec
95 asection *prop_sec;
110 prop_sec = bfd_get_section_by_name (abfd, prop_sec_name);
111 if (prop_sec != NULL && insn_sec != NULL)
135 prop_sec = bfd_make_section_with_flags
137 if (prop_sec == NULL
138 || ! bfd_set_section_alignment (abfd, prop_sec, 2))
144 prop_sec->size = entry_count * 12;
145 prop_contents = (bfd_byte *) bfd_zalloc (abfd, prop_sec->size);
146 elf_section_data (prop_sec)->this_hdr.contents = prop_contents;
150 rel_hdr = _bfd_elf_single_rel_hdr (prop_sec);
154 if (prop_contents == NULL && prop_sec->size != 0)
183 elf_section_data (prop_sec)->relocs = internal_relocs;
184 prop_sec->reloc_count = reloc_count;
231 if (prop_sec && prop_sec->owner)
232 remove_section (abfd, prop_sec);