Home
last modified time | relevance | path

Searched refs:string_patches (Results 1 – 13 of 13) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h141 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
H A Demu_load.c207 while (stp->string_patches) { in beam_load_prepared_dtor()
208 StringPatch* next = stp->string_patches->next; in beam_load_prepared_dtor()
209 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in beam_load_prepared_dtor()
210 stp->string_patches = next; in beam_load_prepared_dtor()
455 StringPatch* sp = stp->string_patches; in beam_load_finish_emit()
797 p->next = stp->string_patches; in new_string_patch()
798 stp->string_patches = p; in new_string_patch()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h141 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
H A Demu_load.c207 while (stp->string_patches) { in beam_load_prepared_dtor()
208 StringPatch* next = stp->string_patches->next; in beam_load_prepared_dtor()
209 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in beam_load_prepared_dtor()
210 stp->string_patches = next; in beam_load_prepared_dtor()
455 StringPatch* sp = stp->string_patches; in beam_load_finish_emit()
797 p->next = stp->string_patches; in new_string_patch()
798 stp->string_patches = p; in new_string_patch()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h141 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
H A Demu_load.c207 while (stp->string_patches) { in beam_load_prepared_dtor()
208 StringPatch* next = stp->string_patches->next; in beam_load_prepared_dtor()
209 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in beam_load_prepared_dtor()
210 stp->string_patches = next; in beam_load_prepared_dtor()
455 StringPatch* sp = stp->string_patches; in beam_load_finish_emit()
797 p->next = stp->string_patches; in new_string_patch()
798 stp->string_patches = p; in new_string_patch()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h141 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
H A Demu_load.c207 while (stp->string_patches) { in beam_load_prepared_dtor()
208 StringPatch* next = stp->string_patches->next; in beam_load_prepared_dtor()
209 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in beam_load_prepared_dtor()
210 stp->string_patches = next; in beam_load_prepared_dtor()
455 StringPatch* sp = stp->string_patches; in beam_load_finish_emit()
797 p->next = stp->string_patches; in new_string_patch()
798 stp->string_patches = p; in new_string_patch()
/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c567 struct obj_string_patch *string_patches; member
2900 p->next = f->string_patches; in obj_string_patch()
2903 f->string_patches = p; in obj_string_patch()
3180 if (f->string_patches) { in obj_relocate()
3187 for (p = f->string_patches; p; p = p->next) { in obj_relocate()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbeam_load.c309 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
957 stp->string_patches = 0; in erts_alloc_loader_state()
1102 while (stp->string_patches != 0) { in loader_state_dtor()
1103 StringPatch* next = stp->string_patches->next; in loader_state_dtor()
1104 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in loader_state_dtor()
1105 stp->string_patches = next; in loader_state_dtor()
5084 StringPatch* sp = stp->string_patches; in freeze_code()
5907 p->next = stp->string_patches; in new_string_patch()
5908 stp->string_patches = p; in new_string_patch()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbeam_load.c309 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
952 stp->string_patches = 0; in erts_alloc_loader_state()
1097 while (stp->string_patches != 0) { in loader_state_dtor()
1098 StringPatch* next = stp->string_patches->next; in loader_state_dtor()
1099 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in loader_state_dtor()
1100 stp->string_patches = next; in loader_state_dtor()
5023 StringPatch* sp = stp->string_patches; in freeze_code()
5846 p->next = stp->string_patches; in new_string_patch()
5847 stp->string_patches = p; in new_string_patch()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbeam_load.c309 StringPatch* string_patches; /* Linked list of position into string table to patch. */ member
964 stp->string_patches = 0; in erts_alloc_loader_state()
1109 while (stp->string_patches != 0) { in loader_state_dtor()
1110 StringPatch* next = stp->string_patches->next; in loader_state_dtor()
1111 erts_free(ERTS_ALC_T_PREPARED_CODE, (void *) stp->string_patches); in loader_state_dtor()
1112 stp->string_patches = next; in loader_state_dtor()
5096 StringPatch* sp = stp->string_patches; in freeze_code()
6028 p->next = stp->string_patches; in new_string_patch()
6029 stp->string_patches = p; in new_string_patch()
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Ddatabase.ml135 value index_of_string strings ic start_pos hash_len string_patches s =
136 try Adef.istr_of_int (hashtbl_right_assoc s string_patches) with