Searched defs:runpath (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Delfextract.h42 off_t runpath; /* offset in table of the runpath */ member in struct:dyninfo
H A Delfextract.c404 off_t rpath = 0, runpath = 0, def = 0; local
513 runpath = gd.d_un.d_val;
522 /* Runpath supercedes rpath, but use rpath if no runpath */
523 if (!runpath)
524 runpath = rpath;
618 dyn->runpath = runpath;

Completed in 10 milliseconds