Lines Matching defs:Rel
2035 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; }
2038 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2039 return Rel.Offset;
2043 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2044 if (Rel.Type == wasm::R_WASM_TYPE_INDEX_LEB)
2048 Sym.d.b = Rel.Index;
2053 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2054 return Rel.Type;
2059 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
2067 switch (Rel.Type) {