Home
last modified time | relevance | path

Searched refs:SEC_ALLOC (Results 1 – 25 of 103) sorted by relevance

12345

/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()
258 & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
259 != (SEC_HAS_CONTENTS | 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()
666 if (section->flags & (SEC_LOAD | SEC_ALLOC)) in tekhex_set_section_contents()
972 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
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.c122 && (section->flags & SEC_ALLOC) 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()
668 || (section->flags & SEC_ALLOC) == 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()
260 & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
261 != (SEC_HAS_CONTENTS | 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.h620 else if (sec_flags & SEC_ALLOC) 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()
781 sec_flags |= SEC_ALLOC | SEC_COFF_SHARED_LIBRARY; in styp_to_sec_flags()
784 sec_flags |= SEC_ALLOC; 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()
828 sec_flags |= SEC_ALLOC | SEC_COFF_SHARED_LIBRARY; in styp_to_sec_flags()
831 sec_flags |= SEC_ALLOC; 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.c121 && (section->flags & SEC_ALLOC) 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()
667 || (section->flags & SEC_ALLOC) == 0 in ihex_set_section_contents()
957 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
/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()
262 & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD)) in binary_set_section_contents()
263 != (SEC_HAS_CONTENTS | 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
HDcoffcode.h604 else if (sec_flags & SEC_ALLOC) 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()
765 sec_flags |= SEC_ALLOC | SEC_COFF_SHARED_LIBRARY; in styp_to_sec_flags()
768 sec_flags |= SEC_ALLOC; 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()
812 sec_flags |= SEC_ALLOC | SEC_COFF_SHARED_LIBRARY; in styp_to_sec_flags()
815 sec_flags |= SEC_ALLOC; 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.c125 && (section->flags & SEC_ALLOC) 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()
674 || (section->flags & SEC_ALLOC) == 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()
1806 && (lookup->bfd_section->flags & SEC_ALLOC) != 0) in output_rel_find()
1812 && (lookup->bfd_section->flags & SEC_ALLOC) != 0) in output_rel_find()
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()
1882 SEC_ALLOC, 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()
[all …]
HDldlang.c1418 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC) in lang_memory_default()
1572 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY in lang_output_section_find_by_flags()
1584 && (sec_flags & SEC_ALLOC) != 0) in lang_output_section_find_by_flags()
1599 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1605 && (sec_flags & SEC_ALLOC) != 0) 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()
1629 && (sec_flags & SEC_ALLOC) != 0) in lang_output_section_find_by_flags()
1643 if (!(differ & (SEC_THREAD_LOCAL | SEC_ALLOC))) 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()
[all …]
/dragonfly/contrib/binutils-2.27/ld/
HDldlang.c1381 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC) in lang_memory_default()
1535 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY in lang_output_section_find_by_flags()
1547 && (sec_flags & SEC_ALLOC) != 0) in lang_output_section_find_by_flags()
1562 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1568 && (sec_flags & SEC_ALLOC) != 0) in lang_output_section_find_by_flags()
1583 if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1585 || (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD in lang_output_section_find_by_flags()
1592 && (sec_flags & SEC_ALLOC) != 0) in lang_output_section_find_by_flags()
1606 if (!(differ & (SEC_THREAD_LOCAL | SEC_ALLOC))) in lang_output_section_find_by_flags()
1620 else if (!(differ & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD))) in lang_output_section_find_by_flags()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDgcore.c90 | SEC_ALLOC); in write_gcore_file()
392 flagword flags = SEC_ALLOC | SEC_HAS_CONTENTS | SEC_LOAD; in gcore_create_callback()
490 if ((flags & SEC_ALLOC) || (flags & SEC_LOAD)) in objfile_find_memory_regions()
HDsolib-target.c357 if ((bfd_get_section_flags (so->abfd, sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
379 if (!(bfd_get_section_flags (so->abfd, sect) & SEC_ALLOC)) in solib_target_relocate_section_addresses()
HDexec.c390 if (!(aflag & SEC_ALLOC)) in add_to_section_table()
727 if ((bfd_get_section_flags (abfd, asect) & (SEC_ALLOC | SEC_LOAD)) in print_section_info()
728 != (SEC_ALLOC | SEC_LOAD)) in print_section_info()
/dragonfly/contrib/binutils-2.27/binutils/
HDaddr2line.c176 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0) in find_address_in_section()
202 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0) in find_offset_in_section()
/dragonfly/contrib/binutils-2.34/binutils/
HDaddr2line.c185 if ((bfd_section_flags (section) & SEC_ALLOC) == 0) in find_address_in_section()
211 if ((bfd_section_flags (section) & SEC_ALLOC) == 0) in find_offset_in_section()

12345