HomeSort by: relevance | last modified time | path
    Searched defs:TOEND (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf.c 5766 #define TOEND(x) (((x)->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0 \
5769 if (TOEND (sec1))
5771 if (!TOEND (sec2))
5774 else if (TOEND (sec2))
5777 #undef TOEND
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5701 #define TOEND(x) (((x)->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0 \
5704 if (TOEND (sec1))
5706 if (!TOEND (sec2))
5709 else if (TOEND (sec2))
5712 #undef TOEND
  /src/external/gpl3/gdb/dist/bfd/
elf.c 5655 #define TOEND(x) (((x)->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0 \
5658 if (TOEND (sec1))
5660 if (!TOEND (sec2))
5663 else if (TOEND (sec2))
5666 #undef TOEND
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5827 #define TOEND(x) (((x)->flags & (SEC_LOAD | SEC_THREAD_LOCAL)) == 0 \
5830 if (TOEND (sec1))
5832 if (!TOEND (sec2))
5835 else if (TOEND (sec2))
5838 #undef TOEND

Completed in 56 milliseconds