| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | vms-gsd.c | 76 (SEC_DATA|SEC_READONLY), 78 (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_READONLY|SEC_LOAD) }, 101 (SEC_DATA|SEC_READONLY), 103 (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_READONLY|SEC_LOAD) }, 106 (SEC_DATA|SEC_READONLY), 108 (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_READONLY|SEC_LOAD) }, 121 (SEC_DATA|SEC_READONLY), 123 (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_READONLY|SEC_LOAD) }, 126 (SEC_DATA|SEC_READONLY), 128 (SEC_IN_MEMORY|SEC_DATA|SEC_HAS_CONTENTS|SEC_ALLOC|SEC_READONLY|SEC_LOAD) },
|
| D | nlm-target.h | 88 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY | 181 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
|
| D | epoc-pei-arm.c | 28 #define EXTRA_S_FLAGS (SEC_CODE | SEC_READONLY | SEC_DATA)
|
| D | epoc-pe-arm.c | 35 #define EXTRA_S_FLAGS (SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_CODE | SEC_READONLY | SEC_DATA)
|
| D | elfxx-target.h | 578 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY 674 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
|
| D | coff-mcore.c | 595 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES), 598 … (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
|
| D | elf32-i370.c | 463 || ! bfd_set_section_flags (abfd, s, flags | SEC_READONLY) 471 || ! bfd_set_section_flags (abfd, s, flags | SEC_READONLY) 746 && (target->flags & SEC_READONLY) != 0 947 flags = (SEC_HAS_CONTENTS | SEC_READONLY
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | vms-gsd.c | 76 (SEC_DATA | SEC_READONLY), 78 (SEC_IN_MEMORY | SEC_DATA | SEC_HAS_CONTENTS | SEC_ALLOC | SEC_READONLY | SEC_LOAD) }, 102 (SEC_DATA | SEC_READONLY), 104 (SEC_IN_MEMORY | SEC_DATA | SEC_HAS_CONTENTS | SEC_ALLOC | SEC_READONLY | SEC_LOAD) }, 107 (SEC_DATA | SEC_READONLY), 109 (SEC_IN_MEMORY | SEC_DATA | SEC_HAS_CONTENTS | SEC_ALLOC | SEC_READONLY | SEC_LOAD) }, 122 (SEC_DATA | SEC_READONLY), 124 (SEC_IN_MEMORY | SEC_DATA | SEC_HAS_CONTENTS | SEC_ALLOC | SEC_READONLY | SEC_LOAD) }, 127 (SEC_DATA | SEC_READONLY), 129 (SEC_IN_MEMORY | SEC_DATA | SEC_HAS_CONTENTS | SEC_ALLOC | SEC_READONLY | SEC_LOAD) },
|
| D | nlm-target.h | 90 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY 183 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
|
| D | epoc-pei-arm.c | 28 #define EXTRA_S_FLAGS (SEC_CODE | SEC_READONLY | SEC_DATA)
|
| D | epoc-pe-arm.c | 35 #define EXTRA_S_FLAGS (SEC_LINK_ONCE | SEC_LINK_DUPLICATES | SEC_CODE | SEC_READONLY | SEC_DATA)
|
| D | elfxx-target.h | 688 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY 784 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
|
| D | coff-mcore.c | 560 (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES), 563 … (SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_READONLY | SEC_LINK_ONCE | SEC_LINK_DUPLICATES),
|
| D | elf64-hppa.c | 546 | SEC_READONLY)); 1357 | SEC_READONLY 1433 | SEC_READONLY 1444 | SEC_READONLY 1455 | SEC_READONLY 1466 | SEC_READONLY 1753 && (target->flags & SEC_READONLY) != 0 2731 sect->flags = SEC_HAS_CONTENTS | SEC_READONLY; in elf64_hppa_section_from_phdr()
|
| D | elf32-i370.c | 418 flags | SEC_READONLY); in i370_elf_create_dynamic_sections() 426 flags | SEC_READONLY); in i370_elf_create_dynamic_sections() 674 && (target->flags & SEC_READONLY) != 0 in i370_elf_size_dynamic_sections() 878 flags = (SEC_HAS_CONTENTS | SEC_READONLY in i370_elf_check_relocs()
|
| D | elf-vxworks.c | 80 | SEC_READONLY | SEC_LINKER_CREATED); in elf_vxworks_create_dynamic_sections()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gcore.c | 92 SEC_HAS_CONTENTS | SEC_READONLY | SEC_ALLOC); in gcore_command() 301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY)) in make_output_phdrs() 363 flags |= SEC_READONLY; in gcore_create_callback() 417 (flags & SEC_READONLY) == 0, /* Writable. */ in objfile_find_memory_regions()
|
| D | maint.c | 242 if (flags & SEC_READONLY) in match_bfd_flags() 282 if (flags & SEC_READONLY) in print_bfd_flags()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| D | mmo.em | 36 SEC_READONLY sections right after MMO_TEXT_SECTION_NAME. Much borrowed 45 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE, 72 if ((s->flags & (SEC_CODE | SEC_READONLY)) == 0)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | obj-elf.c | 649 | ((attr & SHF_WRITE) ? 0 : SEC_READONLY) in obj_elf_change_section() 698 & (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE in obj_elf_change_section() 1437 SEC_HAS_CONTENTS | SEC_READONLY); in obj_elf_version() 1605 SEC_READONLY | SEC_HAS_CONTENTS); in obj_elf_ident() 1938 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP; in elf_frob_file() 2160 SEC_HAS_CONTENTS | SEC_READONLY); in sco_id()
|
| D | obj-coff.c | 493 ((SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA) in obj_coff_ident() 1557 flags &=~ SEC_READONLY; in obj_coff_section() 1562 flags &=~ SEC_READONLY; in obj_coff_section() 1585 flags |= SEC_READONLY; in obj_coff_section() 1631 flagword matchflags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE in obj_coff_section()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-elf.c | 601 | ((attr & SHF_WRITE) ? 0 : SEC_READONLY) in obj_elf_change_section() 640 & (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE in obj_elf_change_section() 1357 SEC_HAS_CONTENTS | SEC_READONLY); in obj_elf_version() 1525 SEC_READONLY | SEC_HAS_CONTENTS); in obj_elf_ident() 1868 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP; in elf_frob_file() 2088 SEC_HAS_CONTENTS | SEC_READONLY); in sco_id()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | stabs.c | 111 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING); in get_stab_string_offset() 337 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING); in s_stab_generic()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | stabs.c | 110 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING); in get_stab_string_offset() 333 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING); in s_stab_generic()
|
| D | dwarf2dbg.c | 1530 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish() 1562 SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish() 1564 SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish() 1566 SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish()
|