Searched refs:bfd_set_section_flags (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11.0-release/contrib/binutils/gas/
H A Das.c991 bfd_set_section_flags (stdoutput, text_section,
994 bfd_set_section_flags (stdoutput, data_section,
997 bfd_set_section_flags (stdoutput, bss_section, applicable & SEC_ALLOC);
1056 bfd_set_section_flags (stdoutput, s, SEC_READONLY | SEC_DATA);
1192 bfd_set_section_flags (stdoutput, gnustack,
H A Dstabs.c110 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING);
332 bfd_set_section_flags (stdoutput, seg,
H A Ddwarf2dbg.c1666 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING);
1698 bfd_set_section_flags (stdoutput, info_seg,
1700 bfd_set_section_flags (stdoutput, abbrev_seg,
1702 bfd_set_section_flags (stdoutput, aranges_seg,
1712 bfd_set_section_flags (stdoutput, ranges_seg,
H A Dwrite.c560 x = bfd_set_section_flags (abfd, sec, flags);
1231 bfd_set_section_flags (abfd, sec, flags);
H A Ddw2gencfi.c1326 bfd_set_section_flags (stdoutput, cfi_seg,
H A Dread.c2253 if (!bfd_set_section_flags (stdoutput, now_seg, flags))
2254 as_bad (_("bfd_set_section_flags: %s"),
2279 if (!bfd_set_section_flags (stdoutput, bss_seg, SEC_ALLOC))
2752 if (!bfd_set_section_flags (stdoutput, seg, flags))
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgcore.c91 bfd_set_section_flags (obfd, note_sec,
388 bfd_set_section_flags (obfd, osec, flags);
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dobj-elf.c684 bfd_set_section_flags (stdoutput, sec, flags);
1445 bfd_set_section_flags (stdoutput,
1614 bfd_set_section_flags (stdoutput, comment_section,
1977 || !bfd_set_section_flags (stdoutput, s, flags)
2172 bfd_set_section_flags (stdoutput,
H A Dobj-coff.c496 bfd_set_section_flags (stdoutput, sec,
1626 if (! bfd_set_section_flags (stdoutput, sec, flags))
H A Dtc-ppc.c1460 bfd_set_section_flags (stdoutput,
4232 bfd_set_section_flags (stdoutput, pdata_section,
4265 bfd_set_section_flags (stdoutput, ydata_section,
4302 bfd_set_section_flags (stdoutput, reldata_section,
4331 bfd_set_section_flags (stdoutput, rdata_section,
4698 if (! bfd_set_section_flags (stdoutput, sec, flags))
4736 bfd_set_section_flags (stdoutput, tocdata_section,
H A Dtc-mep.c1801 bfd_set_section_flags (stdoutput, vtext_section,
H A Dtc-arc.c394 bfd_set_section_flags (stdoutput, arcext_section,
H A Dtc-alpha.c1154 bfd_set_section_flags (stdoutput, new_sec,
3712 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENTS | SEC_READONLY);
4977 bfd_set_section_flags (stdoutput, sec, SEC_HAS_CONTENTS | SEC_READONLY);
H A Dtc-mips.c1919 bfd_set_section_flags (stdoutput, sec, flags);
1929 bfd_set_section_flags (stdoutput, sec, flags);
1953 (void) bfd_set_section_flags (stdoutput, sec,
1960 (void) bfd_set_section_flags (stdoutput, pdr_seg,
9807 bfd_set_section_flags (stdoutput, new_seg,
12471 bfd_set_section_flags (stdoutput, seg, (SEC_ALLOC | SEC_LOAD
12484 bfd_set_section_flags (stdoutput, seg,
H A Dtc-score.c5864 bfd_set_section_flags (stdoutput, seg, (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_RELOC | SEC_DATA));
5871 bfd_set_section_flags (stdoutput, seg, SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_DATA);
6435 if (!bfd_set_section_flags (stdoutput, bss_seg, SEC_ALLOC))
6627 (void)bfd_set_section_flags (stdoutput, pdr_seg, SEC_READONLY | SEC_RELOC | SEC_DEBUGGING);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsection.c1166 bfd_set_section_flags
1169 bfd_boolean bfd_set_section_flags
1185 bfd_set_section_flags (bfd *abfd ATTRIBUTE_UNUSED, function
H A Dpeicode.h610 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags);
H A Delf32-ppc.c1962 bfd_set_section_flags (abfd, newsect, flags);
2619 if (!bfd_set_section_flags (abfd, s, flags))
2692 return bfd_set_section_flags (abfd, s, flags);
3894 && !bfd_set_section_flags (htab->elf.dynobj, htab->plt, flags))
3899 && !bfd_set_section_flags (htab->elf.dynobj, htab->got, flags))
H A Delfxx-ia64.c2153 bfd_set_section_flags (abfd, ia64_info->got_sec, SEC_SMALL_DATA | flags);
2590 bfd_set_section_flags (abfd, got, SEC_SMALL_DATA | flags);
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c220 bfd_set_section_flags (obfd, osection, 0x203);
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresres.c134 if (! bfd_set_section_flags (abfd, sec,
137 bfd_fatal ("bfd_set_section_flags");
H A Drescoff.c464 if (! bfd_set_section_flags (abfd, sec,
467 bfd_fatal ("bfd_set_section_flags");
H A Dwindmc.c704 if (! bfd_set_section_flags (mc_bfd.abfd, mc_bfd.sec,
707 bfd_fatal ("bfd_set_section_flags");
H A Ddlltool.c2274 bfd_set_section_flags (abfd,
/freebsd-11.0-release/contrib/binutils/ld/
H A Dpe-dll.c866 || !bfd_set_section_flags (filler_bfd, edata_s,
881 || !bfd_set_section_flags (filler_bfd, reloc_s,
1592 bfd_set_section_flags (abfd, sec, flags | SEC_ALLOC | SEC_LOAD | SEC_KEEP);

Completed in 414 milliseconds

12