HomeSort by relevance Sort by last modified time
    Searched defs:module_start (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-module.h 90 const byte* module_start; // starting address for the module bytes. member in struct:v8::internal::wasm::WasmModule
110 return reinterpret_cast<const char*>(module_start + offset);
115 size_t size = module_end - module_start;
182 int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start,
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 131 /* Try to find matching entry for module from address MODULE_START to
136 handle_file_note (GElf_Addr module_start, GElf_Addr module_end,
180 if (mstart == module_start && moffset == 0)
434 GElf_Addr module_start = -1l; local
567 if ((vaddr & -align) < module_start)
569 module_start = vaddr & -align;
615 module_start += bias;
632 if (module_start <= module->l_ld && module->l_ld < module_end)
639 && module_start + fixup <= module->l_ld
642 module_start += fixup
    [all...]

Completed in 157 milliseconds