Searched refs:SEC_ALLOC (Results 101 - 120 of 120) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xstormy16.c478 (SEC_ALLOC
H A Dpeicode.h649 flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_KEEP | SEC_IN_MEMORY;
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));
555 obj_bsssec (abfd)->flags = SEC_ALLOC;
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;
1670 csect->flags |= SEC_ALLOC;
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 Dcoff64-rs6000.c2626 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 Dieee.c1290 section->flags = SEC_ALLOC;
1320 section->flags = SEC_ALLOC;
4066 | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
H A Delflink.c308 || ! bfd_set_section_flags (abfd, s, SEC_ALLOC | SEC_LINKER_CREATED))
665 && (p->flags & SEC_ALLOC) != 0
1042 && (sec->flags & SEC_ALLOC) != 0
1054 && (h->root.u.def.section->flags & SEC_ALLOC) != 0
3460 || !bfd_set_section_flags (abfd, tcomm, (SEC_ALLOC
7638 /* If the SEC_ALLOC flag is not set, force the section VMA to
7642 if ((o->flags & SEC_ALLOC) == 0
8587 || (o->flags & (SEC_ALLOC | SEC_LOAD)) == 0)
H A Dcoff-alpha.c2382 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Dcoff-rs6000.c4090 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
4337 SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA,
H A Dbfd-in2.h1079 #define SEC_ALLOC 0x001
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
4312 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1072 #define SEC_ALLOC macro
H A Delf32-v850.c2075 v850_elf_scom_section.flags = SEC_IS_COMMON | SEC_ALLOC | SEC_DATA;
H A DpeXXigen.c202 sec->flags = SEC_HAS_CONTENTS | SEC_ALLOC | SEC_DATA | SEC_LOAD;
H A Dxsym.c2444 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c1055 else if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
H A Dsymfile.c370 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1079 #define SEC_ALLOC 0x001
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
4312 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1072 #define SEC_ALLOC macro
H A Dbfd.h1079 #define SEC_ALLOC 0x001
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
4312 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1072 #define SEC_ALLOC macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1077 #define SEC_ALLOC 0x001
1118 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
4310 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1070 #define SEC_ALLOC macro
H A Dbfd.h1077 #define SEC_ALLOC 0x001
1118 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
4310 the set <<SEC_NO_FLAGS>>, <<SEC_ALLOC>>, ...<<SET_NEVER_LOAD>>. */
1070 #define SEC_ALLOC macro

Completed in 351 milliseconds

12345