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

12

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-vxworks.c97 SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Delfxx-target.h312 /* Note that we set the SEC_IN_MEMORY flag for these sections. */
315 | SEC_IN_MEMORY | SEC_LINKER_CREATED)
H A Dsection.c249 .#define SEC_IN_MEMORY 0x4000
466 . {* If the SEC_IN_MEMORY flag is set, this points to the actual
1430 if ((section->flags & SEC_IN_MEMORY) != 0)
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 Dsparclinux.c309 /* Note that we set the SEC_IN_MEMORY flag. */
310 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
H A Delf64-alpha.c1240 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1268 flags = (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1283 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1306 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
1949 flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Dsunos.c743 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
888 | SEC_IN_MEMORY | SEC_READONLY);
901 | SEC_IN_MEMORY | SEC_READONLY);
H A Delf32-ppc.c2570 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
2575 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2606 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
2839 flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3541 | SEC_IN_MEMORY | SEC_LINKER_CREATED
3809 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Delfxx-ia64.c2164 | SEC_IN_MEMORY
2175 | SEC_IN_MEMORY
2621 | SEC_IN_MEMORY
2639 | SEC_IN_MEMORY
2678 | SEC_IN_MEMORY
2728 | SEC_IN_MEMORY
H A Dxcofflink.c801 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
815 | SEC_IN_MEMORY);
830 | SEC_IN_MEMORY);
845 | SEC_IN_MEMORY);
860 flagword flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY;
4266 || (o->flags & SEC_IN_MEMORY) != 0)
H A Dcoff-arm.c1988 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
2001 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Dpeicode.h608 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY;
H A Delf64-ppc.c3828 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3844 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3855 | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3886 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
4879 | SEC_IN_MEMORY | SEC_LINKER_CREATED
6521 if ((sec->flags & SEC_IN_MEMORY) == 0)
6537 sec->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
6705 if ((need_pad->flags & SEC_IN_MEMORY) == 0)
6718 need_pad->flags |= (SEC_IN_MEMORY | SEC_HAS_CONTENTS);
H A Delf32-arm.c2331 | SEC_IN_MEMORY
3017 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3037 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3055 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
7759 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
10406 (SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED)
H A Delf32-score.c1151 | SEC_IN_MEMORY
1320 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED);
3141 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Delf32-spu.c550 flags = SEC_LOAD | SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY;
1069 | SEC_HAS_CONTENTS | SEC_IN_MEMORY);
1077 | SEC_HAS_CONTENTS | SEC_IN_MEMORY);
H A Delfxx-mips.c2074 | SEC_IN_MEMORY
3746 flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_LINKER_CREATED
3786 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3843 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
5956 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
10604 flagword flags = (SEC_HAS_CONTENTS | SEC_IN_MEMORY
H A Delf32-i386.c788 | SEC_IN_MEMORY
1215 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Delf32-s390.c829 | SEC_IN_MEMORY
1308 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Delf64-s390.c784 | SEC_IN_MEMORY
1275 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Delf64-x86-64.c590 | SEC_IN_MEMORY
1067 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Delfxx-sparc.c896 | SEC_IN_MEMORY
1455 | SEC_IN_MEMORY | SEC_LINKER_CREATED);
H A Dbfd-in2.h1254 #define SEC_IN_MEMORY 0x4000
1471 /* If the SEC_IN_MEMORY flag is set, this points to the actual
1247 #define SEC_IN_MEMORY macro
/freebsd-10-stable/contrib/binutils/ld/
H A Dpe-dll.c871 | SEC_IN_MEMORY)))
886 | SEC_IN_MEMORY)))
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1951 flags = SEC_READONLY | SEC_HAS_CONTENTS | SEC_IN_MEMORY | SEC_GROUP;

Completed in 801 milliseconds

12