Searched refs:SEC_ALLOC (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1126 section->flags = SEC_ALLOC;
1159 section->flags = SEC_ALLOC;
3787 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
H A Dcoff-alpha.c2420 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Dcoff-rs6000.c4099 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
4350 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
H A DpeXXigen.c163 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_DATA | SEC_LOAD;
H A Dbfd-in2.h1184 #define SEC_ALLOC 0x001
1219 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
5048 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1177 #define SEC_ALLOC macro
/freebsd-11-stable/contrib/binutils/gas/config/
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))
H A Dtc-mips.c1913 flags |= SEC_ALLOC | SEC_LOAD;
9808 (SEC_ALLOC
12471 bfd_set_section_flags (stdoutput, seg, (SEC_ALLOC | SEC_LOAD
12485 SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_DATA);
H A Dtc-alpha.c1155 SEC_RELOC | SEC_ALLOC | SEC_LOAD | SEC_READONLY
H A Dtc-i386.c7977 applicable & SEC_ALLOC);
H A Dtc-ia64.c3780 SEC_LOAD | SEC_ALLOC | SEC_READONLY);
H A Dtc-arm.c17184 if ((flags & SEC_ALLOC) == 0)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c329 PF (SEC_ALLOC, "ALLOC");
H A Dprdbg.c1905 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c1056 else if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
H A Dsymfile.c357 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1190 #define SEC_ALLOC 0x001
1225 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
5055 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1183 #define SEC_ALLOC macro

Completed in 401 milliseconds

1234