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

Lines Matching refs:SHN_LORESERVE

208     if (DefinedIn->Index >= SHN_LORESERVE)
247 if (Shndx >= SHN_LORESERVE)
320 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE)
730 } else if (Sym.st_shndx >= SHN_LORESERVE) {
734 "' has unsupported value greater than or equal to SHN_LORESERVE: " +
981 // SHN_LORESERVE (0xff00), this member has the value zero and the actual
986 if (Shnum >= SHN_LORESERVE)
992 // to SHN_LORESERVE (0xff00), this member has the value SHN_XINDEX (0xffff)
996 if (Obj.SectionNames->Index >= SHN_LORESERVE)
1024 if (Shnum >= SHN_LORESERVE)
1029 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE)
1230 if (size(Obj.sections()) >= SHN_LORESERVE) {
1233 std::any_of(Sections.begin() + SHN_LORESERVE, Sections.end(),