Home | History | Annotate | Download | only in llvm-objcopy

Lines Matching refs:SHN_XINDEX

209       return SHN_XINDEX;
712 if (Sym.st_shndx == SHN_XINDEX) {
715 "' has index SHN_XINDEX but no SHT_SYMTAB_SHNDX section exists.");
908 if (ShstrIndex == SHN_XINDEX)
992 // to SHN_LORESERVE (0xff00), this member has the value SHN_XINDEX (0xffff)
997 Ehdr.e_shstrndx = SHN_XINDEX;