Home
last modified time | relevance | path

Searched refs:may_load_nif (Results 1 – 23 of 23) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dload.h67 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
H A Dasm_load.c97 stp->may_load_nif = 1; in beam_load_prepare_emit()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dload.h67 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
H A Dasm_load.c97 stp->may_load_nif = 1; in beam_load_prepare_emit()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dload.h67 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
H A Dasm_load.c97 stp->may_load_nif = 1; in beam_load_prepare_emit()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dload.h67 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
H A Dasm_load.c97 stp->may_load_nif = 1; in beam_load_prepare_emit()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h124 int may_load_nif; /* true if NIFs may be loaded for this module */ member
H A Demu_load.c122 stp->may_load_nif = 1; in beam_load_prepare_emit()
1370 padding_required = stp->may_load_nif || in beam_load_emit_op()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h124 int may_load_nif; /* true if NIFs may be loaded for this module */ member
H A Demu_load.c122 stp->may_load_nif = 1; in beam_load_prepare_emit()
1370 padding_required = stp->may_load_nif || in beam_load_emit_op()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h124 int may_load_nif; /* true if NIFs may be loaded for this module */ member
H A Demu_load.c122 stp->may_load_nif = 1; in beam_load_prepare_emit()
1370 padding_required = stp->may_load_nif || in beam_load_emit_op()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h124 int may_load_nif; /* true if NIFs may be loaded for this module */ member
H A Demu_load.c122 stp->may_load_nif = 1; in beam_load_prepare_emit()
1370 padding_required = stp->may_load_nif || in beam_load_emit_op()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/jit/x86/
H A Dpredicates.tab38 return S->may_load_nif;
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/jit/x86/
H A Dpredicates.tab38 return S->may_load_nif;
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/jit/x86/
H A Dpredicates.tab38 return S->may_load_nif;
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/jit/x86/
H A Dpredicates.tab38 return S->may_load_nif;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbeam_load.c313 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
958 stp->may_load_nif = 0; in erts_alloc_loader_state()
1483 stp->may_load_nif = 1; in load_import_table()
2820 if (stp->may_load_nif) { in load_code()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbeam_load.c313 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
953 stp->may_load_nif = 0; in erts_alloc_loader_state()
1478 stp->may_load_nif = 1; in load_import_table()
2815 if (stp->may_load_nif) { in load_code()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbeam_load.c313 int may_load_nif; /* true if NIFs may later be loaded for this module */ member
965 stp->may_load_nif = 0; in erts_alloc_loader_state()
1489 stp->may_load_nif = 1; in load_import_table()
2828 padding_required = last_func_start && (stp->may_load_nif || in load_code()