HomeSort by: relevance | last modified time | path
    Searched refs:bfd_section_flags (Results 1 - 25 of 382) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_htab.c 399 if (! (bfd_section_flags (sec) & SEC_ALLOC))
402 if ((bfd_section_flags (sec) & SEC_CODE)
403 || (bfd_section_flags (sec) & SEC_READONLY)) {
411 else if ((bfd_section_flags (sec) & SEC_DATA)
412 || (bfd_section_flags (sec) & SEC_ALLOC)) {
435 if (! (bfd_section_flags (sec) & SEC_ALLOC))
444 if (! (bfd_section_flags (sec) & SEC_LOAD))
450 if ((bfd_section_flags (sec) & SEC_CODE)
451 || (bfd_section_flags (sec) & SEC_READONLY))
453 else if ((bfd_section_flags (sec) & SEC_DATA)
    [all...]
hw_init.c 327 if (! (bfd_section_flags (the_section) & SEC_ALLOC))
343 (long)bfd_section_flags (the_section),
344 bfd_section_flags (the_section) & SEC_LOAD ? " LOAD" : "",
345 bfd_section_flags (the_section) & SEC_CODE ? " CODE" : "",
346 bfd_section_flags (the_section) & SEC_DATA ? " DATA" : "",
347 bfd_section_flags (the_section) & SEC_ALLOC ? " ALLOC" : "",
348 bfd_section_flags (the_section) & SEC_READONLY ? " READONLY" : ""
357 if (bfd_section_flags (the_section) & SEC_CODE)
359 if (!(bfd_section_flags (the_section) & SEC_READONLY))
389 if (bfd_section_flags (the_section) & SEC_LOAD)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_htab.c 399 if (! (bfd_section_flags (sec) & SEC_ALLOC))
402 if ((bfd_section_flags (sec) & SEC_CODE)
403 || (bfd_section_flags (sec) & SEC_READONLY)) {
411 else if ((bfd_section_flags (sec) & SEC_DATA)
412 || (bfd_section_flags (sec) & SEC_ALLOC)) {
435 if (! (bfd_section_flags (sec) & SEC_ALLOC))
444 if (! (bfd_section_flags (sec) & SEC_LOAD))
450 if ((bfd_section_flags (sec) & SEC_CODE)
451 || (bfd_section_flags (sec) & SEC_READONLY))
453 else if ((bfd_section_flags (sec) & SEC_DATA)
    [all...]
hw_init.c 327 if (! (bfd_section_flags (the_section) & SEC_ALLOC))
343 (long)bfd_section_flags (the_section),
344 bfd_section_flags (the_section) & SEC_LOAD ? " LOAD" : "",
345 bfd_section_flags (the_section) & SEC_CODE ? " CODE" : "",
346 bfd_section_flags (the_section) & SEC_DATA ? " DATA" : "",
347 bfd_section_flags (the_section) & SEC_ALLOC ? " ALLOC" : "",
348 bfd_section_flags (the_section) & SEC_READONLY ? " READONLY" : ""
357 if (bfd_section_flags (the_section) & SEC_CODE)
359 if (!(bfd_section_flags (the_section) & SEC_READONLY))
389 if (bfd_section_flags (the_section) & SEC_LOAD)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
i386msdos.c 140 if (bfd_section_flags (sec) & SEC_ALLOC)
146 if (bfd_section_flags (sec) & SEC_LOAD)
202 if (bfd_section_flags (section) & SEC_LOAD)
section.c 610 .bfd_section_flags (const asection *sec)
1505 if (!(bfd_section_flags (section) & SEC_HAS_CONTENTS))
1771 if ((bfd_section_flags (sec) & SEC_IN_MEMORY) != 0
1774 || (bfd_section_flags (sec) & SEC_LINKER_CREATED) != 0
1777 || (bfd_section_flags (sec) & SEC_HAS_CONTENTS) == 0
  /src/external/gpl3/binutils.old/dist/bfd/
i386msdos.c 140 if (bfd_section_flags (sec) & SEC_ALLOC)
146 if (bfd_section_flags (sec) & SEC_LOAD)
202 if (bfd_section_flags (section) & SEC_LOAD)
section.c 606 .bfd_section_flags (const asection *sec)
1501 if (!(bfd_section_flags (section) & SEC_HAS_CONTENTS))
1772 if ((bfd_section_flags (sec) & SEC_IN_MEMORY) != 0
1775 || (bfd_section_flags (sec) & SEC_LINKER_CREATED) != 0
1778 || (bfd_section_flags (sec) & SEC_HAS_CONTENTS) == 0
  /src/external/gpl3/gdb/dist/bfd/
i386msdos.c 140 if (bfd_section_flags (sec) & SEC_ALLOC)
146 if (bfd_section_flags (sec) & SEC_LOAD)
202 if (bfd_section_flags (section) & SEC_LOAD)
section.c 603 .bfd_section_flags (const asection *sec)
1502 if (!(bfd_section_flags (section) & SEC_HAS_CONTENTS))
1768 if ((bfd_section_flags (sec) & SEC_IN_MEMORY) != 0
1771 || (bfd_section_flags (sec) & SEC_LINKER_CREATED) != 0
1774 || (bfd_section_flags (sec) & SEC_HAS_CONTENTS) == 0
  /src/external/gpl3/gdb.old/dist/bfd/
i386msdos.c 140 if (bfd_section_flags (sec) & SEC_ALLOC)
146 if (bfd_section_flags (sec) & SEC_LOAD)
202 if (bfd_section_flags (section) & SEC_LOAD)
section.c 604 .bfd_section_flags (const asection *sec)
1501 if (!(bfd_section_flags (section) & SEC_HAS_CONTENTS))
1743 if ((bfd_section_flags (sec) & SEC_IN_MEMORY) != 0
1746 || (bfd_section_flags (sec) & SEC_LINKER_CREATED) != 0
1749 || (bfd_section_flags (sec) & SEC_HAS_CONTENTS) == 0
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 118 if ((bfd_section_flags (sect) & SEC_ALLOC) == 0)
123 if ((bfd_section_flags (sect) & SEC_READONLY) == 0)
125 if ((bfd_section_flags (sect) & SEC_CODE) != 0)
169 if ((bfd_section_flags (sect_iter) & SEC_ALLOC) != 0)
342 if ((bfd_section_flags (sect) & (SEC_ALLOC | SEC_LOAD))
742 if (bfd_section_flags (tsect) & SEC_ALLOC)
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 118 if ((bfd_section_flags (sect) & SEC_ALLOC) == 0)
123 if ((bfd_section_flags (sect) & SEC_READONLY) == 0)
125 if ((bfd_section_flags (sect) & SEC_CODE) != 0)
169 if ((bfd_section_flags (sect_iter) & SEC_ALLOC) != 0)
342 if ((bfd_section_flags (sect) & (SEC_ALLOC | SEC_LOAD))
743 if (bfd_section_flags (tsect) & SEC_ALLOC)
  /src/external/gpl3/gdb/dist/gdb/
symfile-mem.c 114 if ((bfd_section_flags (sec) & (SEC_ALLOC|SEC_LOAD)) != 0)
gcore.c 338 if (bfd_section_flags (sec) & SEC_DATA
385 if (!(bfd_section_flags (osec) & SEC_READONLY))
387 if (bfd_section_flags (osec) & SEC_CODE)
539 flagword flags = bfd_section_flags (isec);
754 if ((bfd_section_flags (osec) & SEC_LOAD) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
section.c 106 return bfd_section_flags (sectp);
  /src/external/gpl3/gdb.old/dist/gdb/
symfile-mem.c 113 if ((bfd_section_flags (sec) & (SEC_ALLOC|SEC_LOAD)) != 0)
gcore.c 337 if (bfd_section_flags (sec) & SEC_DATA
384 if (!(bfd_section_flags (osec) & SEC_READONLY))
386 if (bfd_section_flags (osec) & SEC_CODE)
538 flagword flags = bfd_section_flags (isec);
753 if ((bfd_section_flags (osec) & SEC_LOAD) == 0)
  /src/external/gpl3/binutils/dist/binutils/
size.c 468 flags = bfd_section_flags (sec);
547 flagword flags = bfd_section_flags (sec);
583 flagword flags = bfd_section_flags (sec);
addr2line.c 192 if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
218 if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
rddbg.c 123 && (bfd_section_flags (sec) & SEC_HAS_CONTENTS) != 0
126 && (bfd_section_flags (strsec) & SEC_HAS_CONTENTS) != 0)
  /src/external/gpl3/binutils.old/dist/binutils/
size.c 468 flags = bfd_section_flags (sec);
547 flagword flags = bfd_section_flags (sec);
583 flagword flags = bfd_section_flags (sec);
addr2line.c 192 if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
218 if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
section.c 107 return bfd_section_flags (sectp);

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>