HomeSort by relevance Sort by last modified time
    Searched defs:SHN_XINDEX (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/include/elf/
external.h 47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
internal.h 49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 126 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX)
452 if (eor->shstrndx == SHN_XINDEX)
755 shstrndx = SHN_XINDEX;