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

123

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgcore.c92 SEC_HAS_CONTENTS | SEC_READONLY | SEC_ALLOC);
301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY))
363 flags |= SEC_READONLY;
417 (flags & SEC_READONLY) == 0, /* Writable. */
H A Dmaint.c242 if (flags & SEC_READONLY)
282 if (flags & SEC_READONLY)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c98 | SEC_READONLY | SEC_LINKER_CREATED);
H A Delfxx-target.h752 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
848 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
H A Dbinary.c333 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
H A Dlibaout.h681 (((sec)->flags & (SEC_HAS_CONTENTS | SEC_READONLY)) == \
682 (SEC_HAS_CONTENTS | SEC_READONLY) \
H A Dsyms.c615 if (section->flags & SEC_READONLY)
631 if ((section->flags & SEC_HAS_CONTENTS) && (section->flags & SEC_READONLY))
H A Dsunos.c770 s = bfd_make_section_with_flags (abfd, ".dynrel", flags | SEC_READONLY);
777 s = bfd_make_section_with_flags (abfd, ".hash", flags | SEC_READONLY);
784 s = bfd_make_section_with_flags (abfd, ".dynsym", flags | SEC_READONLY);
791 s = bfd_make_section_with_flags (abfd, ".dynstr", flags | SEC_READONLY);
888 | SEC_IN_MEMORY | SEC_READONLY);
901 | SEC_IN_MEMORY | SEC_READONLY);
H A Dcoff-i386.c646 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_READONLY
H A Dcoff-x86_64.c749 | SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_READONLY
H A Dppcboot.c507 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
H A Decoff.c159 { _RDATA, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY},
160 { _LIT8, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY},
161 { _LIT4, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY},
162 { _RCONST, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY},
163 { _PDATA, SEC_ALLOC | SEC_DATA | SEC_LOAD | SEC_READONLY},
335 else if (flags & SEC_READONLY)
398 sec_flags |= SEC_READONLY;
408 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC | SEC_READONLY;
H A Delf32-ppc.c2624 | SEC_LINKER_CREATED | SEC_READONLY);
2653 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS
2691 flags |= SEC_HAS_CONTENTS | SEC_LOAD | SEC_READONLY;
3284 && !ppc_elf_create_linker_section (abfd, info, SEC_READONLY,
3621 flags = (SEC_HAS_CONTENTS | SEC_READONLY
4440 if (s != NULL && (s->flags & SEC_READONLY) != 0)
4911 && ((s->flags & (SEC_READONLY | SEC_ALLOC))
4912 == (SEC_READONLY | SEC_ALLOC)))
4993 & (SEC_READONLY | SEC_ALLOC))
4994 == (SEC_READONLY | SEC_ALLO
[all...]
H A Delf64-x86-64.c592 | SEC_READONLY));
957 && (sec->flags & SEC_READONLY) != 0)
1066 flags = (SEC_HAS_CONTENTS | SEC_READONLY
1368 if (s != NULL && (s->flags & SEC_READONLY) != 0)
1667 if (s != NULL && (s->flags & SEC_READONLY) != 0)
1746 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2344 && (input_section->flags & SEC_READONLY) != 0
H A Dstabs.c203 flags = (SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING
H A Dcoffcode.h476 else if (sec_flags & SEC_READONLY)
566 /* For now, the read/write bits are mapped onto SEC_READONLY, even
570 if ((sec_flags & SEC_READONLY) == 0)
697 sec_flags = SEC_LOAD | SEC_ALLOC | SEC_READONLY;
704 sec_flags = (SEC_LOAD | SEC_ALLOC | SEC_READONLY);
1013 sec_flags = SEC_READONLY;
1069 sec_flags &= ~ SEC_READONLY;
H A Delf64-alpha.c1270 | (elf64_alpha_use_secureplt ? SEC_READONLY : 0));
1284 | SEC_LINKER_CREATED | SEC_READONLY);
1307 | SEC_LINKER_CREATED | SEC_READONLY);
1950 | SEC_LINKER_CREATED | SEC_READONLY);
1986 rent->reltext = (sec->flags & SEC_READONLY) != 0;
1999 if (sec->flags & SEC_READONLY)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c497 ((SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA)
1561 flags &=~ SEC_READONLY;
1566 flags &=~ SEC_READONLY;
1589 flags |= SEC_READONLY;
1635 flagword matchflags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
H A Dobj-elf.c659 | ((attr & SHF_WRITE) ? 0 : SEC_READONLY)
708 & (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
1447 SEC_HAS_CONTENTS | SEC_READONLY);
1615 SEC_READONLY | SEC_HAS_CONTENTS);
1951 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP;
2174 SEC_HAS_CONTENTS | SEC_READONLY);
H A Dtc-ppc.c1462 SEC_HAS_CONTENTS | SEC_READONLY);
1957 if ((seg->flags & (SEC_READONLY | SEC_CODE)) != 0
4234 | SEC_READONLY | SEC_DATA ));
4267 | SEC_READONLY | SEC_DATA ));
4333 | SEC_READONLY | SEC_DATA ));
4738 | SEC_READONLY | SEC_DATA));
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c993 | SEC_CODE | SEC_READONLY));
1056 bfd_set_section_flags (stdoutput, s, SEC_READONLY | SEC_DATA);
1193 SEC_READONLY | (flag_execstack ? SEC_CODE : 0));
H A Dstabs.c110 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING);
333 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING);
H A Ddwarf2dbg.c1666 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING);
1699 SEC_READONLY | SEC_DEBUGGING);
1701 SEC_READONLY | SEC_DEBUGGING);
1703 SEC_READONLY | SEC_DEBUGGING);
1713 SEC_READONLY | SEC_DEBUGGING);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c424 if ((flags & SEC_CODE) != 0 || (flags & SEC_READONLY) != 0)
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1188 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC)
1319 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY
1349 else if (sec->flags & (SEC_READONLY | SEC_THREAD_LOCAL))
1364 | SEC_READONLY))
1723 if (flag & SEC_READONLY)
2090 /* If this is not the first input section, and the SEC_READONLY
2094 if (! first && (output->bfd_section->flags & SEC_READONLY) == 0)
2095 flags &= ~ SEC_READONLY;
2113 /* If SEC_READONLY is not set in the input section, then clear
2115 if ((section->flags & SEC_READONLY)
[all...]

Completed in 606 milliseconds

123