Lines Matching defs:Rel
2043 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; }
2046 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2047 return Rel.Offset;
2051 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2052 if (Rel.Type == wasm::R_WASM_TYPE_INDEX_LEB)
2056 Sym.d.b = Rel.Index;
2061 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2062 return Rel.Type;
2067 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2075 switch (Rel.Type) {