Searched refs:SEC_CODE (Results 51 - 75 of 101) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-crx.c942 || (sec->flags & SEC_CODE) == 0)
H A Delf32-m68hc11.c682 || (sec->flags & SEC_CODE) == 0)
H A Delf32-msp430.c919 || sec->reloc_count == 0 || (sec->flags & SEC_CODE) == 0)
H A Delf32-xstormy16.c484 | SEC_CODE))
H A Dpeicode.h984 text = pe_ILF_make_a_section (& vars, ".text", jtab[i].size, SEC_CODE);
H A Dversados.c897 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
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 Delf64-sh64.c2279 if (bfd_get_section_flags (output_bfd, asect) & SEC_CODE)
3266 pltflags |= SEC_CODE;
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 Delf-m10200.c506 || (sec->flags & SEC_CODE) == 0)
H A Delf32-h8300.c680 || (sec->flags & SEC_CODE) == 0)
H A Delf32-ip2k.c840 || (sec->flags & SEC_CODE) == 0)
H A Delf32-m68hc1x.c295 if ((section->flags & SEC_CODE) != 0)
H A Doasys.c1532 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
H A Delf32-hppa.c2350 if ((section->flags & SEC_CODE) != 0)
3186 if (sym_sec == NULL || (sym_sec->flags & SEC_CODE) != 0)
3214 if ((sym_sec->flags & SEC_CODE) != 0)
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));
H A Delf.c737 flags |= SEC_CODE;
2302 newsect->flags |= SEC_CODE;
2328 newsect->flags |= SEC_CODE;
2579 if ((asect->flags & SEC_CODE) != 0)
4232 if ((flags & SEC_CODE) != 0)
H A Dcoff-alpha.c2382 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Delf-hppa.h2044 if (sym_sec->flags & SEC_CODE)
H A Delf64-mmix.c2605 || (sec->flags & SEC_CODE) == 0
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-frv.c2851 pltflags |= SEC_CODE;
2853 pltflags &= ~ (SEC_CODE | SEC_LOAD | SEC_HAS_CONTENTS);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c277 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
H A Dwin32-nat.c2295 if (sect->flags & SEC_CODE)
H A Dxcoffread.c249 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)

Completed in 304 milliseconds

12345