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

  /src/external/gpl3/binutils/dist/ld/
ldlang.c 5701 #define IS_TBSS(s) \
5705 ((s->flags & SEC_ALLOC) == 0 || IS_TBSS (s))
6248 if (!IS_TBSS (os->bfd_section)
6624 if (!IS_TBSS (sec))
6748 if (!IS_TBSS (os->bfd_section)
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 5718 #define IS_TBSS(s) \
5722 ((s->flags & SEC_ALLOC) == 0 || IS_TBSS (s))
6265 if (!IS_TBSS (os->bfd_section)
6641 if (!IS_TBSS (sec))
6765 if (!IS_TBSS (os->bfd_section)
  /src/external/gpl3/binutils/dist/bfd/
elf.c 5090 #define IS_TBSS(s) \
5421 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5447 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5456 || !IS_TBSS (last_hdr)))
6737 + (!IS_TBSS (lm->sections[lm->count - 1])
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5025 #define IS_TBSS(s) \
5356 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5382 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5391 || !IS_TBSS (last_hdr)))
6672 + (!IS_TBSS (lm->sections[lm->count - 1])
  /src/external/gpl3/gdb/dist/bfd/
elf.c 4985 #define IS_TBSS(s) \
5310 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5336 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5345 || !IS_TBSS (last_hdr)))
6624 + (!IS_TBSS (lm->sections[lm->count - 1])
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5159 #define IS_TBSS(s) \
5482 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5508 last_size = (!IS_TBSS (hdr) ? hdr->size : 0) / opb;
5517 || !IS_TBSS (last_hdr)))
6796 + (!IS_TBSS (lm->sections[lm->count - 1])

Completed in 76 milliseconds