Searched refs:SEC_READONLY (Results 1 - 25 of 230) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Depoc-pei-arm.c29 #define EXTRA_S_FLAGS (SEC_CODE | SEC_READONLY | SEC_DATA)
H A Depoc-pe-arm.c36 #define EXTRA_S_FLAGS (SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_CODE | SEC_READONLY | SEC_DATA)
H A Dnlm-target.h95 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
188 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
H A Delf-ifunc.c55 pltflags |= SEC_READONLY;
64 flags | SEC_READONLY);
84 flags | SEC_READONLY);
H A Dcoff-mcore.c583 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
586 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
H A Delfxx-target.h795 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
891 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
H A Dbinary.c324 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
H A Delf-vxworks.c99 | SEC_READONLY | SEC_LINKER_CREATED);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dte-solaris.h39 (bfd_get_arch_size (stdoutput) == 64 ? SEC_READONLY : SEC_NO_FLAGS)
H A Dobj-coff.c565 ((SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA)
1623 flags &=~ SEC_READONLY;
1628 flags &=~ SEC_READONLY;
1651 flags |= SEC_READONLY;
1655 flags |= SEC_COFF_NOREAD | SEC_READONLY;
1703 flagword matchflags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Depoc-pei-arm.c29 #define EXTRA_S_FLAGS (SEC_CODE | SEC_READONLY | SEC_DATA)
H A Depoc-pe-arm.c36 #define EXTRA_S_FLAGS (SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_CODE | SEC_READONLY | SEC_DATA)
H A Dnlm-target.h95 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
188 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
H A Delf-ifunc.c55 pltflags |= SEC_READONLY;
64 flags | SEC_READONLY);
84 flags | SEC_READONLY);
H A Delfxx-target.h795 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
891 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
H A Dcoff-mcore.c583 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
586 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
H A Delf-vxworks.c99 | SEC_READONLY | SEC_LINKER_CREATED);
H A Dbinary.c324 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dload.c75 if ((s->flags & SEC_ALLOC) && !(s->flags & SEC_READONLY))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgcore.c82 | SEC_READONLY
372 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY))
435 flags |= SEC_READONLY;
485 (flags & SEC_READONLY) == 0, /* Writable. */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_htab.c403 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY)) {
451 || (bfd_get_section_flags (abfd, sec) & SEC_READONLY))
469 bfd_get_section_flags(abfd, sec) & SEC_READONLY ? " READONLY" : ""
H A Dhw_init.c349 bfd_get_section_flags(abfd, the_section) & SEC_READONLY ? " READONLY" : ""
360 if (!(bfd_get_section_flags(abfd, the_section) & SEC_READONLY))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Das.c1056 | SEC_CODE | SEC_READONLY));
1118 bfd_set_section_flags (stdoutput, s, SEC_READONLY | SEC_DATA);
1258 SEC_READONLY | (flag_execstack ? SEC_CODE : 0));
H A Dstabs.c110 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING);
335 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING);
H A Ddwarf2dbg.c1763 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING);
1796 SEC_READONLY | SEC_DEBUGGING);
1798 SEC_READONLY | SEC_DEBUGGING);
1800 SEC_READONLY | SEC_DEBUGGING);
1810 SEC_READONLY | SEC_DEBUGGING);

Completed in 301 milliseconds

12345678910