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()
2122 MachOObjectFile::getSegmentContents(size_t SegmentIndex) const { in getSegmentContents()2127 if (Idx == SegmentIndex) in getSegmentContents()2132 if (Idx == SegmentIndex) in getSegmentContents()3266 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()3273 return O->BindRebaseAddress(SegmentIndex, 0); in segmentAddress()3277 return O->BindRebaseSegmentName(SegmentIndex); in segmentName()3281 return O->BindRebaseSectionName(SegmentIndex, SegmentOffset); in sectionName()3285 return O->BindRebaseAddress(SegmentIndex, SegmentOffset); in address()3300 SegmentIndex = -1; in moveToFirst()3382 SegmentIndex = SegInfo.SegIdx; in moveNext()[all …]
1618 uint32_t SegmentIndex = Sym.Info.DataRef.Segment; in getWasmSymbolValue() local1619 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; variable359 int32_t SegmentIndex = -1; variable462 ArrayRef<uint8_t> getSegmentContents(size_t SegmentIndex) const;
1500 uint32_t SegmentIndex = DataSegments.size(); in writeOneObject() local1514 Section.setSegmentIndex(SegmentIndex); in writeOneObject()1518 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()