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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
136 bfd_get_section_flags (cranges->owner, cranges)
208 = ((bfd_get_section_flags (sec->owner, sec) & SEC_CODE) != 0
H A Dnlm32-i386.c192 if (bfd_get_section_flags (abfd, sec) & SEC_CODE)
211 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
287 if (((bfd_get_section_flags (abfd, bfd_get_section (sym))
289 && ((bfd_get_section_flags (abfd, bfd_get_section (sym))
H A Di386msdos.c88 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
94 if (bfd_get_section_flags (abfd, sec) & SEC_LOAD)
151 if (bfd_get_section_flags (abfd, section) & SEC_LOAD)
H A Dmmo.c664 if ((bfd_get_section_flags (abfd, sec) & (SEC_LOAD | SEC_ALLOC))
682 if ((bfd_get_section_flags (abfd, sec) & (SEC_LOAD | SEC_ALLOC))
727 bfd_get_section_flags (abfd, sec)
741 bfd_get_section_flags (abfd, sec)
758 bfd_get_section_flags (abfd, sec)
1169 | bfd_get_section_flags (abfd, sec)
1602 bfd_get_section_flags (sec->owner, sec)
2089 && (bfd_get_section_flags (abfd, sec) & SEC_HAS_CONTENTS)
2091 bfd_get_section_flags (abfd, sec)
2097 && (bfd_get_section_flags (abf
[all...]
H A Delf32-sh64.c142 if ((bfd_get_section_flags (output_bfd, asect) & SEC_SORT_ENTRIES) != 0
291 bfd_get_section_flags (abfd,
618 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
H A Dnlm32-ppc.c749 if (bfd_get_section_flags (abfd, sec) & SEC_DATA)
762 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
H A Dvms.c1197 else if (bfd_get_section_flags (abfd, sec) & SEC_CODE)
1199 else if (bfd_get_section_flags (abfd, sec) & SEC_DATA)
1201 else if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
H A Dnlmcode.h1257 if ((bfd_get_section_flags (abfd, sec) & (SEC_CODE | SEC_DATA)) == 0)
1444 f = bfd_get_section_flags (abfd, sec);
1498 f = bfd_get_section_flags (abfd, sec);
1727 if ((bfd_get_section_flags (abfd, sec) & (SEC_CODE | SEC_DATA)) == 0)
H A Dsection.c1224 if (!(bfd_get_section_flags (abfd, section) & SEC_HAS_CONTENTS))
H A Dbfd-in.h320 #define bfd_get_section_flags(bfd, ptr) ((ptr)->flags + 0)
316 #define bfd_get_section_flags macro
H A Dnlm32-alpha.c703 if (bfd_get_section_flags (abfd, bfd_get_section (sym)) & SEC_CODE)
H A Delf32-frv.c2187 if ((bfd_get_section_flags (output_bfd,
2213 else if ((bfd_get_section_flags (output_bfd,
2300 && (bfd_get_section_flags (output_bfd,
2340 if ((bfd_get_section_flags (output_bfd,
4163 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
4172 if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymfile-mem.c94 if ((bfd_get_section_flags (nbfd, sec) & (SEC_ALLOC|SEC_LOAD)) != 0)
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.c342 aflag = bfd_get_section_flags (abfd, asect);
384 if ((bfd_get_section_flags (abfd, sect) & SEC_LOAD) == 0)
609 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 Dsolib-aix5.c734 int flags = bfd_get_section_flags (obfd, sect->the_bfd_section);
824 int flags = bfd_get_section_flags (sec->bfd, sec->the_bfd_section);
H A Ddbxread.c203 if (bfd_get_section_flags (sym_bfd, sec) & SEC_CODE)
1045 if (bfd_get_section_flags (abfd, sec) & SEC_CODE)
1050 else if (bfd_get_section_flags (abfd, sec) & SEC_DATA)
1055 else if (bfd_get_section_flags (abfd, sec) & SEC_ALLOC)
H A Dhppah-nat.c53 if (bfd_get_section_flags (p->bfd, p->the_bfd_section)
H A Dobjfiles.c83 aflag = bfd_get_section_flags (abfd, asect);
H A Dsymfile.c299 if (0 == (bfd_get_section_flags (abfd, sect) & SEC_LOAD))
369 if (bfd_get_section_flags (stp->bfd,
608 if ((bfd_get_section_flags (objfile->obfd, lower_sect) & SEC_CODE) == 0)
1401 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)
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c467 if (!(bfd_get_section_flags (ibfd, isec) & SEC_LOAD))

Completed in 412 milliseconds

12