Searched refs:SegmentIndex (Results 1 – 6 of 6) sorted by relevance
38 uint32_t SegmentIndex = 0; variable78 uint32_t getSegmentIndex() const { return SegmentIndex; } in getSegmentIndex()79 void setSegmentIndex(uint32_t Index) { SegmentIndex = Index; } in setSegmentIndex()
3223 return O->BindRebaseAddress(SegmentIndex, 0); in segmentAddress()3227 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()3250 SegmentIndex = -1; in moveToFirst()3357 SegmentIndex = ImmValue; in moveNext()3588 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()3831 SegmentIndex = ImmValue; in moveNext()4140 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()4187 Info.SegmentIndex = CurSegIndex - 1; in BindRebaseSegInfo()4216 if (SI.SegmentIndex != SegIndex) in checkSegAndOffsets()4237 if (SI.SegmentIndex == SegIndex) in segmentName()[all …]
1626 uint32_t SegmentIndex = Sym.Info.DataRef.Segment; in getWasmSymbolValue() local1627 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue()
100 uint32_t SegmentIndex = 0; in dumpCustomSection() local105 SegmentInfo.Index = SegmentIndex; in dumpCustomSection()112 WasmYAML::ComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in dumpCustomSection()114 SegmentIndex++; in dumpCustomSection()
153 int32_t SegmentIndex; member196 int32_t SegmentIndex = -1; variable248 int32_t SegmentIndex = -1; variable344 int32_t SegmentIndex = -1; variable
1503 uint32_t SegmentIndex = DataSegments.size(); in writeOneObject() local1517 Section.setSegmentIndex(SegmentIndex); in writeOneObject()1521 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()