38f7d8c0290d8888db426e6848720bf08b62f8a4
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptpl/src/constructor.c   1) #include <uptev/proc_begin.h>
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwptpl/src/constructor.c  2) 
liblwptpl/src/constructor.c  3) #include "write.h"
liblwptpl/src/constructor.c  4) 
liblwptpl/src/constructor.c  5) #include <stdlib.h>
liblwptpl/src/constructor.c  6) 
liblwptpl/src/constructor.c  7) __attribute__((constructor)) static void constructor(void) {
liblwptpl/src/constructor.c  8)   void *data = NULL;
liblwptpl/src/constructor.c  9)   size_t size = 0;
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptpl/src/constructor.c  10)   uptev_proc_begin(&data, &size);
libuptpl/src/constructor.c  11)   uptpl_write(data, size);