Searched refs:LayoutIdx (Results 1 – 2 of 2) sorted by relevance
69 uint32_t LayoutIdx) { in markSectionStart() argument71 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()72 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()103 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument104 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()105 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()334 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection()717 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable() local718 LayoutIdx++) { in writeSecHdrTable()719 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()[all …]
229 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx);230 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx,256 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,