Searched refs:SEC_LOAD (Results 76 - 100 of 122) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Dpdp11.c154 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
744 ? (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS | SEC_RELOC)
745 : (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS));
748 ? (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS | SEC_RELOC)
749 : (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS));
H A Dcoff64-rs6000.c853 || (current->flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0)
2626 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
2874 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
H A Dsunos.c787 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
939 | SEC_LOAD
956 | SEC_LOAD
H A Dcoff-arm.c2039 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_CODE | SEC_READONLY;
2053 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_CODE | SEC_READONLY;
H A Delf32-cris.c2353 | SEC_LOAD
2586 | SEC_LOAD
H A Delf32-m68k.c494 | SEC_LOAD
668 | SEC_LOAD
H A Delf32-vax.c639 | SEC_LOAD
768 | SEC_LOAD
H A Dnlmcode.h178 (SEC_CODE | SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
183 (SEC_DATA | SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
H A Daout-tic30.c1092 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
H A Dcoff-h8300.c1281 flags = (SEC_ALLOC | SEC_LOAD
H A Delf32-hppa.c958 | SEC_LOAD
1403 flags |= SEC_ALLOC | SEC_LOAD;
3016 if ((section->flags & (SEC_ALLOC | SEC_LOAD)) == (SEC_ALLOC | SEC_LOAD))
H A Delf32-xstormy16.c479 | SEC_LOAD
H A Dpeicode.h649 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY;
H A Delf64-alpha.c2415 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
2442 || ! bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
2468 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
2484 || !bfd_set_section_flags (abfd, s, (SEC_ALLOC | SEC_LOAD
3162 flags |= SEC_ALLOC | SEC_LOAD;
H A Dsom.c2069 subspace_asect->flags |= SEC_ALLOC | SEC_LOAD;
2080 subspace_asect->flags &= ~(SEC_DATA | SEC_LOAD | SEC_HAS_CONTENTS);
3617 if (subsection->flags & SEC_LOAD)
3682 if ((subsection->flags & SEC_LOAD) == 0)
6440 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
H A Dxcofflink.c950 lsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
967 tsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
984 dsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1532 csect->flags |= SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS;
3669 && ((*op)->flags & SEC_LOAD) != 0)
H A Delf64-ppc.c2912 || (sec->flags & SEC_LOAD) == 0)
3661 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_READONLY
3677 flags = (SEC_ALLOC | SEC_LOAD
3687 flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY
3718 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4635 flags |= SEC_ALLOC | SEC_LOAD;
H A Dcoff-sh.c3220 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC),
3264 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC),
H A Delf32-i386.c697 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1107 flags |= SEC_ALLOC | SEC_LOAD;
H A Delf64-x86-64.c466 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
901 flags |= SEC_ALLOC | SEC_LOAD;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymfile.c299 if (0 == (bfd_get_section_flags (abfd, sect) & SEC_LOAD))
370 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
1401 if (bfd_get_section_flags (abfd, asec) & SEC_LOAD)
H A Dhppa-tdep.c301 if ((section->flags & (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
302 == (SEC_ALLOC | SEC_LOAD | SEC_READONLY))
H A Dremote-mips.c2649 if (s->flags & SEC_LOAD)
3141 if (s->flags & SEC_LOAD) /* only deal with loadable sections */
H A Dremote-e7000.c1565 if (bfd_get_section_flags (pbfd, section) & SEC_LOAD)
H A Dremote-m32r-sdi.c1274 if (bfd_get_section_flags (pbfd, section) & SEC_LOAD)

Completed in 287 milliseconds

12345