hipe_unified_loader

DATA TYPES

offsets() = [Offset::integer() | offsets()]
reflist() = [{Data::term(), Offsets::offests()} | reflist()]
refs() = [{RefType::integer(), Reflist::reflist()} | refs()]

Functions


chunk_name(Architecture) -> term()

load(Mod, Bin) -> term()

load_hipe_modules() -> term()

load_module(Mod, Bin, Beam) -> term()

load_native_code(Mod, Bin) -> term()

Loads the native code of a module Mod. Returns {module,Mod} on success (for compatibility with code:load_file/1) and the atom no_native on failure.

post_beam_load(Mod) -> term()

View Functions