Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
857 wasm::WasmRelocation Reloc = {}; in parseRelocSection()1698 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()1703 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()1713 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()1719 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()1776 const wasm::WasmRelocation &1781 const wasm::WasmRelocation &
177 struct WasmRelocation { struct
88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
381 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) { in dump()