| /dragonfly/contrib/gdb-7/bfd/ |
| HD | binary.c | 80 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
|
| HD | tekhex.c | 407 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. */
|
| HD | elfxx-target.h | 353 (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
|
| HD | verilog.c | 122 && (section->flags & SEC_ALLOC) in verilog_set_section_contents() 331 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
|
| HD | ihex.c | 368 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/ |
| HD | binary.c | 79 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
|
| HD | coffcode.h | 620 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 …]
|
| HD | tekhex.c | 417 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. */
|
| HD | verilog.c | 121 && (section->flags & SEC_ALLOC) in verilog_set_section_contents() 329 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
|
| HD | elfxx-target.h | 368 (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
|
| HD | ihex.c | 367 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/ |
| HD | binary.c | 79 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
|
| HD | coffcode.h | 604 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 …]
|
| HD | tekhex.c | 420 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. */
|
| HD | verilog.c | 125 && (section->flags & SEC_ALLOC) in verilog_set_section_contents() 390 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* Section flags. */
|
| HD | elfxx-target.h | 402 (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
|
| HD | ihex.c | 369 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/ |
| HD | ldelf.c | 1384 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 …]
|
| HD | ldlang.c | 1418 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/ |
| HD | ldlang.c | 1381 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/ |
| HD | gcore.c | 90 | 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()
|
| HD | solib-target.c | 357 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()
|
| HD | exec.c | 390 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/ |
| HD | addr2line.c | 176 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/ |
| HD | addr2line.c | 185 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()
|