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()
1795 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local1799 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()1851 size_t SecNdx = -1; in buildSectionIndex() local1853 ++SecNdx; in buildSectionIndex()1855 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
144 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local147 " section with index " + Twine(SecNdx)) in describe()
5853 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument5855 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()6640 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local6641 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations()