Searched refs:SecNdx (Results 1 – 4 of 4) sorted by relevance
49 uint64_t *SecNdx, in getRelocatedValue() argument51 if (SecNdx) in getRelocatedValue()52 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()61 if (SecNdx) in getRelocatedValue()62 *SecNdx = E->SectionIndex; in getRelocatedValue()
1915 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local1919 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()1971 size_t SecNdx = -1; in buildSectionIndex() local1973 ++SecNdx; in buildSectionIndex()1975 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
146 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local149 " section with index " + Twine(SecNdx)) in describe()
763 const unsigned SecNdx);791 const unsigned SecNdx) override;6387 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument6389 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()7193 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local7194 printRelocationSectionInfo(Sec, Name, SecNdx); in printRelocations()7225 const unsigned SecNdx) { in printRelocationSectionInfo() argument7226 DictScope D(W, (Twine("Section (") + Twine(SecNdx) + ") " + Name).str()); in printRelocationSectionInfo()8325 const unsigned SecNdx) { in printRelocationSectionInfo() argument8327 this->W.printNumber("SectionIndex", SecNdx); in printRelocationSectionInfo()