Searched refs:allocated_buf (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c540 void *allocated_buf=0; local
561 allocated_buf = malloc(phsize);
562 if (!allocated_buf) return 0;
563 l = pread(fd, allocated_buf, phsize, eh->e_phoff);
566 ph = ph0 = allocated_buf;
709 free(allocated_buf);
715 free(allocated_buf);

Completed in 36 milliseconds