Searched refs:bfd_get_section_flags (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgcore.c243 if (bfd_get_section_flags (abfd, sec) & SEC_DATA
301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY))
303 if (bfd_get_section_flags (obfd, osec) & SEC_CODE)
407 flagword flags = bfd_get_section_flags (ibfd, isec);
452 if ((bfd_get_section_flags (obfd, osec) & SEC_LOAD) == 0)
H A Dbfd-target.c44 aflag = bfd_get_section_flags (abfd, asect);
H A Dexec.c344 aflag = bfd_get_section_flags (abfd, asect);
386 if ((bfd_get_section_flags (abfd, sect) & SEC_LOAD) == 0)
611 flags = bfd_get_section_flags (exec_bfd, sect->the_bfd_section);
H A Dmaint.c322 flagword flags = bfd_get_section_flags (abfd, asect);
342 flagword flags = bfd_get_section_flags (abfd, asect->the_bfd_section);
H A Ddbxread.c204 if (bfd_get_section_flags (sym_bfd, sec) & SEC_CODE)
1046 if (bfd_get_section_flags (abfd, sec) & SEC_CODE)
1051 else if (bfd_get_section_flags (abfd, sec) & SEC_DATA)
1056 else if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
H A Dobjfiles.c83 aflag = bfd_get_section_flags (abfd, asect);
H A Dsymfile.c312 if (0 == (bfd_get_section_flags (abfd, sect) & SEC_LOAD))
356 if (bfd_get_section_flags (stp->bfd,
595 if ((bfd_get_section_flags (objfile->obfd, lower_sect) & SEC_CODE) == 0)
1376 if (bfd_get_section_flags (abfd, asec) & SEC_LOAD)
H A Dcoffread.c277 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
279 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
H A Dxcoffread.c249 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
251 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
H A Dremote-e7000.c1564 if (bfd_get_section_flags (pbfd, section) & SEC_LOAD)
H A Dsomsolib.c291 flagword aflag = bfd_get_section_flags(so->abfd, s->the_bfd_section);
H A Dtarget.c897 && (bfd_get_section_flags (secp->bfd, secp->the_bfd_section)
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c140 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
165 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
H A Dobjcopy.c846 if ((bfd_get_section_flags (abfd, sec) & SEC_DEBUGGING) != 0)
859 if ((bfd_get_section_flags (abfd, sec) & SEC_GROUP) != 0)
1582 flags = bfd_get_section_flags (obfd, osections[i]);
2115 * returned_flags = bfd_get_section_flags (ibfd, isection);
2184 && (bfd_get_section_flags (ibfd, isection) & SEC_ALLOC))
2337 flags = bfd_get_section_flags (ibfd, isection);
2401 if (bfd_get_section_flags (ibfd, isection) & SEC_HAS_CONTENTS
2402 && bfd_get_section_flags (obfd, osection) & SEC_HAS_CONTENTS)
H A Dsize.c419 flags = bfd_get_section_flags (abfd, sec);
/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.c268 return (bfd_get_section_flags (stdoutput, sec) & SEC_CODE) != 0;
H A Dwrite.c554 flags = bfd_get_section_flags (abfd, sec);
1229 flagword flags = bfd_get_section_flags (abfd, sec);
1267 || !(bfd_get_section_flags (abfd, sec) & SEC_HAS_CONTENTS))
1434 if ((bfd_get_section_flags (now_seg->owner, now_seg) & SEC_MERGE)
H A Ddwarf2dbg.c408 if (!(bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c1339 if (!(bfd_get_section_flags (abfd, section) & SEC_HAS_CONTENTS))
H A Dbfd-in.h344 #define bfd_get_section_flags(bfd, ptr) ((ptr)->flags + 0)
340 #define bfd_get_section_flags macro
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c467 if (!(bfd_get_section_flags (ibfd, isec) & SEC_LOAD))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1610 oldflags = bfd_get_section_flags (stdoutput, sec);
H A Dtc-mep.c1226 && (bfd_get_section_flags (stdoutput, segment) & SEC_MEP_VLIW))
H A Dtc-score.c4805 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
5841 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) != 0)
5983 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) != 0)
6093 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) != 0)
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1139 int flags = bfd_get_section_flags (b, s);

Completed in 397 milliseconds

12