Home
last modified time | relevance | path

Searched refs:SEC_LOAD (Results 1 – 25 of 90) sorted by relevance

1234

/dragonfly/contrib/gdb-7/bfd/
HDbinary.c80 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS; in binary_object_p()
242 & (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
243 == (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC)) in binary_set_section_contents()
282 if ((sec->flags & (SEC_LOAD | SEC_ALLOC)) == 0) in binary_set_section_contents()
325 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
HDtekhex.c407 section->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in first_phase()
622 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_get_section_contents()
656 if (s->flags & SEC_LOAD) in tekhex_set_section_contents()
666 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_set_section_contents()
972 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDelf-ifunc.c51 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_elf_create_ifunc_sections()
53 pltflags |= SEC_ALLOC | SEC_CODE | SEC_LOAD; in _bfd_elf_create_ifunc_sections()
HDelfxx-target.h353 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS \
825 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
923 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDverilog.c123 && (section->flags & SEC_LOAD)) in verilog_set_section_contents()
331 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDihex.c368 flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in ihex_scan()
669 || (section->flags & SEC_LOAD) == 0) in ihex_set_section_contents()
957 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
/dragonfly/contrib/binutils-2.27/bfd/
HDbinary.c79 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS; in binary_object_p()
244 & (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
245 == (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC)) in binary_set_section_contents()
284 if ((sec->flags & (SEC_LOAD | SEC_ALLOC)) == 0) in binary_set_section_contents()
326 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
HDcoffcode.h616 else if (sec_flags & SEC_LOAD) in sec_to_styp_flags()
690 if ((sec_flags & SEC_ALLOC) != 0 && (sec_flags & SEC_LOAD) == 0) in sec_to_styp_flags()
768 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
775 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
802 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
804 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
806 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
815 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
822 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
854 sec_flags = SEC_LOAD | SEC_ALLOC | SEC_READONLY; in styp_to_sec_flags()
[all …]
HDtekhex.c417 section->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in first_phase()
673 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_get_section_contents()
701 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_set_section_contents()
999 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDverilog.c122 && (section->flags & SEC_LOAD)) in verilog_set_section_contents()
329 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDelfxx-target.h368 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS \
872 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
973 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDihex.c367 flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in ihex_scan()
668 || (section->flags & SEC_LOAD) == 0) in ihex_set_section_contents()
957 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
HDelf-ifunc.c50 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_elf_create_ifunc_sections()
52 pltflags |= SEC_ALLOC | SEC_CODE | SEC_LOAD; in _bfd_elf_create_ifunc_sections()
/dragonfly/contrib/binutils-2.34/bfd/
HDbinary.c79 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS; in binary_object_p()
244 & (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
245 == (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC)) in binary_set_section_contents()
287 if ((sec->flags & (SEC_LOAD | SEC_ALLOC)) == 0) in binary_set_section_contents()
332 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
HDelf-ifunc.c50 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS); in _bfd_elf_create_ifunc_sections()
52 pltflags |= SEC_ALLOC | SEC_CODE | SEC_LOAD; in _bfd_elf_create_ifunc_sections()
HDcoffcode.h600 else if (sec_flags & SEC_LOAD) in sec_to_styp_flags()
674 if ((sec_flags & SEC_ALLOC) != 0 && (sec_flags & SEC_LOAD) == 0) in sec_to_styp_flags()
752 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
759 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
786 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
788 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
790 sec_flags |= SEC_LOAD; in styp_to_sec_flags()
799 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
806 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC; in styp_to_sec_flags()
838 sec_flags = SEC_LOAD | SEC_ALLOC | SEC_READONLY; in styp_to_sec_flags()
[all …]
HDtekhex.c420 section->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in first_phase()
677 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_get_section_contents()
705 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_set_section_contents()
1006 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDverilog.c126 && (section->flags & SEC_LOAD)) in verilog_set_section_contents()
390 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
HDelfxx-target.h402 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS \
956 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
1057 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
HDihex.c369 flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; in ihex_scan()
675 || (section->flags & SEC_LOAD) == 0) in ihex_set_section_contents()
988 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
/dragonfly/contrib/binutils-2.34/ld/
HDldelf.c1384 flags = (SEC_ALLOC | SEC_LOAD | SEC_IN_MEMORY in ldelf_setup_build_id()
1870 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE, in ldelf_place_orphan()
1873 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA, in ldelf_place_orphan()
1876 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_THREAD_LOCAL, in ldelf_place_orphan()
1879 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_DATA, in ldelf_place_orphan()
1885 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA, in ldelf_place_orphan()
1888 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_DATA, in ldelf_place_orphan()
1891 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_SMALL_DATA, in ldelf_place_orphan()
1962 | SEC_LOAD in ldelf_place_orphan()
1967 | SEC_LOAD in ldelf_place_orphan()
[all …]
HDldwrite.c54 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
164 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
215 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
256 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
HDldlang.c1572 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY in lang_output_section_find_by_flags()
1599 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1620 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1622 || (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1642 differ = look_flags ^ (sec_flags | SEC_LOAD | SEC_HAS_CONTENTS); in lang_output_section_find_by_flags()
1646 if (!(look_flags & SEC_LOAD) in lang_output_section_find_by_flags()
1647 && (sec_flags & SEC_LOAD)) in lang_output_section_find_by_flags()
1657 else if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD))) in lang_output_section_find_by_flags()
1677 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1700 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDgcore.c392 flagword flags = SEC_ALLOC | SEC_HAS_CONTENTS | SEC_LOAD; in gcore_create_callback()
435 flags &= ~(SEC_LOAD | SEC_HAS_CONTENTS); in gcore_create_callback()
490 if ((flags & SEC_ALLOC) || (flags & SEC_LOAD)) in objfile_find_memory_regions()
536 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0) in gcore_copy_callback()
/dragonfly/contrib/binutils-2.27/ld/
HDldwrite.c54 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
200 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
251 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()
290 || ((output_section->flags & SEC_LOAD) != 0 in build_link_order()

1234