Home
last modified time | relevance | path

Searched refs:prop_sec (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em95 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);
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c10626 asection *prop_sec; in xtensa_get_property_section() local
10629 prop_sec = bfd_get_section_by_name_if (sec->owner, prop_sec_name, in xtensa_get_property_section()
10633 return prop_sec; in xtensa_get_property_section()
10641 asection *prop_sec; in xtensa_make_property_section() local
10645 prop_sec = bfd_get_section_by_name_if (sec->owner, prop_sec_name, in xtensa_make_property_section()
10649 if (! prop_sec) in xtensa_make_property_section()
10655 prop_sec = bfd_make_section_anyway_with_flags in xtensa_make_property_section()
10657 if (! prop_sec) in xtensa_make_property_section()
10660 elf_group_name (prop_sec) = elf_group_name (sec); in xtensa_make_property_section()
10664 return prop_sec; in xtensa_make_property_section()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c11123 segT prop_sec = xtensa_make_property_section (sec, section_name_base); in xtensa_create_property_segments() local
11125 prop_sec->output_section = prop_sec; in xtensa_create_property_segments()
11126 subseg_set (prop_sec, 0); in xtensa_create_property_segments()
11127 xt_seg_info = seg_info (prop_sec); in xtensa_create_property_segments()
11221 segT prop_sec = xtensa_make_property_section (sec, section_name_base); in xtensa_create_xproperty_segments() local
11223 prop_sec->output_section = prop_sec; in xtensa_create_xproperty_segments()
11224 subseg_set (prop_sec, 0); in xtensa_create_xproperty_segments()
11225 xt_seg_info = seg_info (prop_sec); in xtensa_create_xproperty_segments()