Searched refs:SEC_HAS_CONTENTS (Results 76 - 100 of 116) 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 Dlinker.c2334 if ((sym->section->flags & SEC_HAS_CONTENTS) != 0
2628 BFD_ASSERT ((sec->flags & SEC_HAS_CONTENTS) != 0);
2684 BFD_ASSERT ((output_section->flags & SEC_HAS_CONTENTS) != 0);
H A Dsom.c2066 subspace_asect->flags |= SEC_HAS_CONTENTS;
2080 subspace_asect->flags &= ~(SEC_DATA | SEC_LOAD | SEC_HAS_CONTENTS);
2764 if ((subsection->flags & SEC_HAS_CONTENTS) == 0)
5417 if (count == 0 || ((section->flags & SEC_HAS_CONTENTS) == 0))
5448 || ((section->flags & SEC_HAS_CONTENTS) == 0))
6439 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS | SEC_LINK_ONCE
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.c2354 | SEC_HAS_CONTENTS
2587 | SEC_HAS_CONTENTS
H A Delf32-m68k.c495 | SEC_HAS_CONTENTS
669 | SEC_HAS_CONTENTS
H A Delf32-vax.c640 | SEC_HAS_CONTENTS
769 | SEC_HAS_CONTENTS
H A Delf64-mmix.c1907 (SEC_HAS_CONTENTS
2264 if (bfd_get_section_flags (abfd, reg_section) & SEC_HAS_CONTENTS)
H A Daout-tic30.c1092 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
H A Dcoff-h8300.c1282 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_READONLY);
H A Delf32-xstormy16.c480 | SEC_HAS_CONTENTS
H A Dopncls.c1246 SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING))
H A Dpeicode.h649 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY;
H A Delf64-ppc.c3662 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3678 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3688 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3718 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4632 flags = (SEC_HAS_CONTENTS | SEC_READONLY
6073 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
6272 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
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 Dcofflink.c2131 /* FIXME: If SEC_HAS_CONTENTS is not for the section, then
2138 SEC_HAS_CONTENTS set, but, if they do, this must be
2141 || (o->output_section->flags & SEC_HAS_CONTENTS) == 0)
2289 if ((o->flags & SEC_HAS_CONTENTS) == 0
H A Delf32-i386.c697 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1104 flags = (SEC_HAS_CONTENTS | SEC_READONLY
H A Delf64-x86-64.c466 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
898 flags = (SEC_HAS_CONTENTS | SEC_READONLY
H A Dxsym.c2356 bfdsec->flags = SEC_HAS_CONTENTS;
2445 | SEC_ROM | SEC_HAS_CONTENTS), /* section_flags */
H A Daoutx.h549 ? (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS | SEC_RELOC)
550 : (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS));
553 ? (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS | SEC_RELOC)
554 : (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS));
H A Delf32-frv.c2732 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2847 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2853 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS);
H A Dieee.c1440 sec->flags |= SEC_DEBUGGING | SEC_HAS_CONTENTS;
2083 s->flags |= SEC_LOAD | SEC_HAS_CONTENTS;
4065 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
H A Dcoff-alpha.c2382 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Dvms-tir.c2069 if ((section->flags & SEC_HAS_CONTENTS)

Completed in 225 milliseconds

12345