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

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Dmach-o.c598 bfdsec->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_CODE;
1400 bfdsec->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_CODE;
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-sh.c3841 | SEC_LOAD
3884 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
3890 pltflags &= ~ (SEC_LOAD | SEC_HAS_CONTENTS);
6722 flags |= SEC_ALLOC | SEC_LOAD;
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 Delf32-s390.c808 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1287 flags |= SEC_ALLOC | SEC_LOAD;
H A Delf32-sparc.c743 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1218 flags |= SEC_ALLOC | SEC_LOAD;
H A Delf64-s390.c761 (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS
1252 flags |= SEC_ALLOC | SEC_LOAD;
H A Delf64-sparc.c1165 | SEC_LOAD
1358 flags |= SEC_ALLOC | SEC_LOAD;
H A Dbfd-in2.h1083 #define SEC_LOAD 0x002
1076 #define SEC_LOAD macro
H A Delflink.c258 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS);
1043 && (sec->flags & SEC_LOAD) == 0
1055 && (h->root.u.def.section->flags & SEC_LOAD) == 0
8587 || (o->flags & (SEC_ALLOC | SEC_LOAD)) == 0)
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
H A Delf32-xtensa.c1085 flags = noalloc_flags | SEC_ALLOC | SEC_LOAD;
1135 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c279 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
H A Dtracepoint.c1683 if ((s->flags & SEC_LOAD) == 0 ||
H A Dxcoffread.c251 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
H A Dremote.c4823 if (!(s->flags & SEC_LOAD))
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1083 #define SEC_LOAD 0x002
1076 #define SEC_LOAD macro
H A Dbfd.h1083 #define SEC_LOAD 0x002
1076 #define SEC_LOAD macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1081 #define SEC_LOAD 0x002
1074 #define SEC_LOAD macro
H A Dbfd.h1081 #define SEC_LOAD 0x002
1074 #define SEC_LOAD macro

Completed in 455 milliseconds

12345