Searched refs:SEC_DEBUGGING (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/binutils/bfd/
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 Dsimple.c114 if ((section->flags & SEC_DEBUGGING) != 0
H A Dieee.c1277 flags = SEC_DEBUGGING | SEC_HAS_CONTENTS;
1674 if ((s->flags & SEC_DEBUGGING) != 0)
2034 if ((asect->flags & SEC_DEBUGGING) != 0)
2049 if ((section->flags & SEC_DEBUGGING) != 0)
2066 if ((section->flags & SEC_DEBUGGING) != 0)
2118 && (s->flags & SEC_DEBUGGING) == 0)
3120 if ((s->flags & SEC_DEBUGGING) != 0)
3202 if ((s->flags & SEC_DEBUGGING) != 0)
3228 if ((section->flags & SEC_DEBUGGING) != 0)
H A Dcoffcode.h535 sec_flags = SEC_DEBUGGING;
551 if ((sec_flags & SEC_DEBUGGING) != 0)
643 /* We mark these as SEC_DEBUGGING, but only if COFF_PAGE_SIZE is
650 sec_flags |= SEC_DEBUGGING;
688 sec_flags |= SEC_DEBUGGING;
1076 sec_flags |= SEC_DEBUGGING;
1094 /* We mark these as SEC_DEBUGGING, but only if COFF_PAGE_SIZE is
1101 sec_flags |= SEC_DEBUGGING;
3552 if ((current->flags & SEC_DEBUGGING) != 0
H A Dstabs.c203 flags = (SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING
H A Dsyms.c629 if (section->flags & SEC_DEBUGGING)
H A Delfcode.h889 && (targ_sec->flags & SEC_DEBUGGING) != 0)
890 s->flags |= SEC_DEBUGGING;
H A Dopncls.c1385 flags = SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING;
H A Delfxx-sparc.c3258 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3262 && !((input_section->flags & SEC_DEBUGGING) != 0
3493 && (((input_section->flags & SEC_DEBUGGING) != 0
H A Delflink.c4297 if (definition && (sec->flags & SEC_DEBUGGING))
4686 && (o->flags & SEC_DEBUGGING) != 0)
8245 if (sec->flags & SEC_DEBUGGING)
10613 if ((o->flags & (SEC_DEBUGGING | SEC_LINKER_CREATED)) != 0
H A Delf64-ppc.c7211 || (sec->flags & SEC_DEBUGGING) != 0)
7315 || (sec->flags & SEC_DEBUGGING) != 0)
11134 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
11138 && !((input_section->flags & SEC_DEBUGGING) != 0
H A Dbfd-in2.h1249 #define SEC_DEBUGGING 0x2000
1242 #define SEC_DEBUGGING macro
H A Delf32-i386.c3299 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3303 && !((input_section->flags & SEC_DEBUGGING) != 0
H A Delf32-s390.c3041 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3045 && !((input_section->flags & SEC_DEBUGGING) != 0
H A Delf64-alpha.c1147 | SEC_DEBUGGING)))
H A Delf64-s390.c3002 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3006 && !((input_section->flags & SEC_DEBUGGING) != 0
H A Delf64-x86-64.c2996 /* Dynamic relocs are not propagated for SEC_DEBUGGING sections
3000 && !((input_section->flags & SEC_DEBUGGING) != 0
/freebsd-10.0-release/contrib/binutils/gas/
H A Dstabs.c110 bfd_set_section_flags (stdoutput, seg, SEC_READONLY | SEC_DEBUGGING);
333 SEC_READONLY | SEC_RELOC | SEC_DEBUGGING);
H A Ddwarf2dbg.c1668 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING);
1701 SEC_READONLY | SEC_DEBUGGING);
1703 SEC_READONLY | SEC_DEBUGGING);
1705 SEC_READONLY | SEC_DEBUGGING);
1715 SEC_READONLY | SEC_DEBUGGING);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c586 PARSE_FLAG ("debug", SEC_DEBUGGING);
846 if ((bfd_get_section_flags (abfd, sec) & SEC_DEBUGGING) != 0)
2597 flags = SEC_HAS_CONTENTS | SEC_READONLY | SEC_DEBUGGING;
H A Dobjdump.c337 PF (SEC_DEBUGGING, "DEBUGGING");
2836 if ((section->flags & SEC_DEBUGGING) == 0)
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-sparc.c3599 if (bfd_get_section_flags (stdoutput, section) & SEC_DEBUGGING)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymfile.c3507 if ((sectp->flags & SEC_DEBUGGING) == 0)
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlang.c2013 && (flags & SEC_DEBUGGING) != 0)
5657 if ((sec->flags & SEC_DEBUGGING) == 0)
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1255 #define SEC_DEBUGGING 0x2000
1248 #define SEC_DEBUGGING macro

Completed in 356 milliseconds

12