Searched refs:SectionLength (Results 1 – 9 of 9) sorted by relevance
215 uint32_t SectionLength = 0; member in __anonc8770be50211::GOFFSymbol304 ED.SectionLength = Asm.getSectionAddressSize(Section); in defineSectionSymbols()312 PR.SectionLength = Asm.getSectionAddressSize(Section); in defineSectionSymbols()319 if (!PR.SectionLength) in defineSectionSymbols()320 PR.SectionLength = 2; in defineSectionSymbols()392 OS.writebe<uint32_t>(Symbol.SectionLength); // Length in writeSymbol()
85 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
565 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument594 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()687 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local696 CurTUIndexSection, SectionLength)) in write()718 for (auto Pair : SectionLength) { in write()
184 std::optional<uint32_t> SectionLength; member
802 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local803 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
310 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
733 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
453 support::ubig32_t SectionLength;
606 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()