LOADM LOADF LOCALS|
LOADM filename ( -- )  
<PFE-SYSTEM>
dlmap the shared object (or share an already mapped object) and run the per-thread initialization code. This is the user-convenient function, otherwise use (LOADM)
 simulate:
   : LOADM  BL WORD 
     HERE (LOADM)  0= IF ." -- load failed: " HERE COUNT TYPE CR THEN ;

reference: p4_loadm in ../src/unix.c:0819, export CO LOADM