Searched refs:SEC_CODE (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff-ia64.c159 | SEC_CODE | SEC_DATA),
162 | SEC_CODE | SEC_DATA
H A Daout-arm.c477 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
518 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Delfxx-target.h753 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
849 | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES
H A Dmipsbsd.c424 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
465 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Dppcboot.c211 flags = SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_CODE | SEC_HAS_CONTENTS;
507 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
H A Dbinary.c333 (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
H A Dpe-mips.c877 | SEC_CODE | SEC_DATA),
880 | SEC_CODE | SEC_DATA
H A Dcoff-mips.c1438 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
1482 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
1525 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Daout-target.h612 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_CODE | SEC_DATA),
H A Dcoff-arm.c1989 | SEC_CODE | SEC_READONLY);
2002 | SEC_CODE | SEC_READONLY);
2548 #define EXTRA_S_FLAGS (SEC_CODE | SEC_LINK_ONCE | SEC_LINK_DUPLICATES)
2550 #define EXTRA_S_FLAGS SEC_CODE
H A Dcoff-i386.c648 | SEC_CODE | SEC_DATA),
H A Dcoff-x86_64.c751 | SEC_CODE | SEC_DATA),
H A Dcoffcode.h468 else if (sec_flags & SEC_CODE)
540 if ((sec_flags & SEC_CODE) != 0)
572 if (sec_flags & SEC_CODE)
621 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;
623 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;
658 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;
660 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;
1066 sec_flags |= SEC_CODE;
1085 sec_flags |= SEC_CODE | SEC_ALLOC | SEC_LOAD;
H A Decoff.c154 { _TEXT, SEC_ALLOC | SEC_CODE | SEC_LOAD },
155 { _INIT, SEC_ALLOC | SEC_CODE | SEC_LOAD },
156 { _FINI, SEC_ALLOC | SEC_CODE | SEC_LOAD },
331 else if (flags & SEC_CODE)
379 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;
381 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;
1975 if ((current->flags & SEC_CODE) == 0
2012 && (current->flags & SEC_CODE) == 0
H A Dsrec.c1221 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
1276 (SEC_CODE | SEC_DATA | SEC_ROM | SEC_HAS_CONTENTS
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgcore.c303 if (bfd_get_section_flags (obfd, osec) & SEC_CODE)
367 flags |= SEC_CODE;
418 (flags & SEC_CODE) != 0, /* Executable. */
H A Dnlmread.c131 if (sym->section->flags & SEC_CODE)
H A Dmaint.c245 if (flags & SEC_CODE)
284 if (flags & SEC_CODE)
H A Delfread.c279 else if (sym->section->flags & SEC_CODE)
H A Dexec.c613 if (flags & SEC_CODE)
H A Dsomsolib.c292 if (aflag & SEC_CODE)
360 if (p->the_bfd_section->flags & SEC_CODE)
/freebsd-10.0-release/contrib/binutils/gas/
H A Dsubsegs.c268 return (bfd_get_section_flags (stdoutput, sec) & SEC_CODE) != 0;
H A Das.c993 | SEC_CODE | SEC_READONLY));
1193 SEC_READONLY | (flag_execstack ? SEC_CODE : 0));
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsize.c424 if ((flags & SEC_CODE) != 0 || (flags & SEC_READONLY) != 0)
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-coff.c1580 of a code section (eg "wxr") then set the SEC_CODE flag,
1582 flags |= (attr == 'x' || (flags & SEC_CODE) ? SEC_CODE : SEC_DATA);
1635 flagword matchflags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE

Completed in 212 milliseconds

1234