Searched refs:SEC_NEVER_LOAD (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Dbinary.c254 & (SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC | SEC_NEVER_LOAD))
270 & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_NEVER_LOAD))
296 if ((sec->flags & SEC_NEVER_LOAD) != 0)
H A Dcoffcode.h504 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0)
555 if ((sec_flags & SEC_NEVER_LOAD) != 0)
613 sec_flags |= SEC_NEVER_LOAD;
620 if (sec_flags & SEC_NEVER_LOAD)
627 if (sec_flags & SEC_NEVER_LOAD)
635 if (sec_flags & SEC_NEVER_LOAD)
657 if (sec_flags & SEC_NEVER_LOAD)
664 if (sec_flags & SEC_NEVER_LOAD)
672 if (sec_flags & SEC_NEVER_LOAD)
1041 #ifdef SEC_NEVER_LOAD
[all...]
H A Decoff.c180 /* Probably any other section name is SEC_NEVER_LOAD, but I'm
329 flags &=~ SEC_NEVER_LOAD;
343 if (flags & SEC_NEVER_LOAD)
363 sec_flags |= SEC_NEVER_LOAD;
378 if (sec_flags & SEC_NEVER_LOAD)
391 if (sec_flags & SEC_NEVER_LOAD)
404 sec_flags |= SEC_NEVER_LOAD;
H A Dbfd-in2.h1225 #define SEC_NEVER_LOAD 0x200
1218 #define SEC_NEVER_LOAD macro
H A Delf.c2815 || (asect->flags & SEC_NEVER_LOAD) != 0))
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmaint.c260 if (flags & SEC_NEVER_LOAD)
294 if (flags & SEC_NEVER_LOAD)
/freebsd-10-stable/contrib/binutils/ld/
H A Dldwrite.c241 if (i->flags & SEC_NEVER_LOAD)
H A Dldlang.c2034 /* We don't copy the SEC_NEVER_LOAD flag from an input section
2036 SEC_NEVER_LOAD section in the middle of an otherwise loaded
2039 the embedded SEC_NEVER_LOAD section into a fill. */
2041 flags &= ~ SEC_NEVER_LOAD;
2053 flags |= SEC_NEVER_LOAD;
3269 if (!(os->flags & SEC_NEVER_LOAD))
4112 ((s->flags & SEC_NEVER_LOAD) != 0 \
4501 If the SEC_NEVER_LOAD bit is not set, it will affect the
4505 && ((os->bfd_section->flags & SEC_NEVER_LOAD) == 0
4673 & (SEC_NEVER_LOAD | SEC_ALLO
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1548 flags |= SEC_NEVER_LOAD;
1636 | SEC_DATA | SEC_COFF_SHARED | SEC_NEVER_LOAD);
H A Dtc-ppc.c4585 flags |= SEC_NEVER_LOAD;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dobjcopy.c584 PARSE_FLAG ("noload", SEC_NEVER_LOAD);
H A Dobjdump.c338 PF (SEC_NEVER_LOAD, "NEVER_LOAD");
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1231 #define SEC_NEVER_LOAD 0x200
1224 #define SEC_NEVER_LOAD macro

Completed in 226 milliseconds