Searched refs:SEC_IN_MEMORY (Results 1 - 25 of 149) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-sh64-com.c117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
139 | SEC_IN_MEMORY);
H A Dsection.c250 .#define SEC_IN_MEMORY 0x4000
481 . {* If the SEC_IN_MEMORY flag is set, this points to the actual
1479 if ((section->flags & SEC_IN_MEMORY) != 0)
1486 section->flags &= ~ SEC_IN_MEMORY;
H A Daix5ppc-core.c137 flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Delf-vxworks.c98 SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Delf64-hppa.c426 | SEC_IN_MEMORY
1171 | SEC_IN_MEMORY
1207 | SEC_IN_MEMORY
1243 | SEC_IN_MEMORY
1278 | SEC_IN_MEMORY
1358 | SEC_IN_MEMORY
1369 | SEC_IN_MEMORY
1380 | SEC_IN_MEMORY
1391 | SEC_IN_MEMORY
H A Delfxx-target.h337 /* Note that we set the SEC_IN_MEMORY flag for these sections. */
340 | SEC_IN_MEMORY | SEC_LINKER_CREATED)
H A Delf32-xstormy16.c468 | SEC_IN_MEMORY
H A Di386linux.c309 /* Note that we set the SEC_IN_MEMORY flag. */
310 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dm68klinux.c313 /* Note that we set the SEC_IN_MEMORY flag. */
314 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dsparclinux.c308 /* Note that we set the SEC_IN_MEMORY flag. */
309 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dxcofflink.c1067 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
1081 | SEC_IN_MEMORY);
1096 | SEC_IN_MEMORY);
1111 | SEC_IN_MEMORY);
1126 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
4773 || (o->flags & SEC_IN_MEMORY) != 0)
5900 if ((sec->flags & SEC_IN_MEMORY) == 0)
H A Delf32-cr16.c606 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
770 | SEC_IN_MEMORY
2278 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Dsunos.c745 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
890 | SEC_IN_MEMORY | SEC_READONLY);
903 | SEC_IN_MEMORY | SEC_READONLY);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-sh64-com.c117 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
139 | SEC_IN_MEMORY);
H A Dsection.c250 .#define SEC_IN_MEMORY 0x4000
481 . {* If the SEC_IN_MEMORY flag is set, this points to the actual
1479 if ((section->flags & SEC_IN_MEMORY) != 0)
1486 section->flags &= ~ SEC_IN_MEMORY;
H A Delf-vxworks.c98 SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Daix5ppc-core.c137 flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Delf64-hppa.c426 | SEC_IN_MEMORY
1171 | SEC_IN_MEMORY
1207 | SEC_IN_MEMORY
1243 | SEC_IN_MEMORY
1278 | SEC_IN_MEMORY
1358 | SEC_IN_MEMORY
1369 | SEC_IN_MEMORY
1380 | SEC_IN_MEMORY
1391 | SEC_IN_MEMORY
H A Delfxx-target.h337 /* Note that we set the SEC_IN_MEMORY flag for these sections. */
340 | SEC_IN_MEMORY | SEC_LINKER_CREATED)
H A Delf32-xstormy16.c468 | SEC_IN_MEMORY
H A Di386linux.c309 /* Note that we set the SEC_IN_MEMORY flag. */
310 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dm68klinux.c313 /* Note that we set the SEC_IN_MEMORY flag. */
314 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dsparclinux.c308 /* Note that we set the SEC_IN_MEMORY flag. */
309 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Dxcofflink.c1067 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
1081 | SEC_IN_MEMORY);
1096 | SEC_IN_MEMORY);
1111 | SEC_IN_MEMORY);
1126 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
4779 || (o->flags & SEC_IN_MEMORY) != 0)
5906 if ((sec->flags & SEC_IN_MEMORY) == 0)
H A Delf32-cr16.c606 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
770 | SEC_IN_MEMORY
2278 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY

Completed in 400 milliseconds

123456