Searched refs:SecNdx (Results 1 – 5 of 5) sorted by relevance
16 uint64_t *SecNdx, in getRelocatedValue() argument18 if (SecNdx) in getRelocatedValue()19 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()26 if (SecNdx) in getRelocatedValue()27 *SecNdx = E->SectionIndex; in getRelocatedValue()
47 uint64_t *SecNdx, in getRelocatedValue() argument49 if (SecNdx) in getRelocatedValue()50 *SecNdx = object::SectionedAddress::UndefSection; in getRelocatedValue()59 if (SecNdx) in getRelocatedValue()60 *SecNdx = E->SectionIndex; in getRelocatedValue()
410 size_t SecNdx = -1; in initSectionHeaders() local417 ++SecNdx; in initSectionHeaders()419 if (SecNdx == 0 && Sec->IsImplicit) in initSectionHeaders()426 Elf_Shdr &SHeader = SHeaders[SecNdx]; in initSectionHeaders()445 if (SecNdx == 0) { in initSectionHeaders()1329 size_t SecNdx = -1; in buildSectionIndex() local1335 ++SecNdx; in buildSectionIndex()1346 if (!SN2I.addName(C->Name, SecNdx)) in buildSectionIndex()
1770 size_t SecNdx = 0; in buildSectionHeaderReorderMap() local1774 if (!Ret.try_emplace(Hdr.Name, ++SecNdx).second) in buildSectionHeaderReorderMap()1826 size_t SecNdx = -1; in buildSectionIndex() local1828 ++SecNdx; in buildSectionIndex()1830 size_t Index = ReorderMap.empty() ? SecNdx : ReorderMap.lookup(S->Name); in buildSectionIndex()
442 unsigned SecNdx = &Sec - &cantFail(Obj.sections()).front(); in describe() local445 " section with index " + Twine(SecNdx)) in describe()5663 auto Warn = [this](unsigned SecNdx, StringRef Msg) { in printDependentLibsHelper() argument5665 Twine(SecNdx) + " is broken: " + Msg); in printDependentLibsHelper()6376 unsigned SecNdx = &Sec - &cantFail(this->Obj.sections()).front(); in printRelocations() local6377 W.startLine() << "Section (" << SecNdx << ") " << Name << " {\n"; in printRelocations()