HomeSort by: relevance | last modified time | path
    Searched refs:rdobjs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libproc/dist/
proc_rtld.c 51 if (reallocarr(&phdl->rdobjs, sizeof(*phdl->rdobjs),
57 phdl->rdexec = &phdl->rdobjs[phdl->nobjs];
58 memcpy(&phdl->rdobjs[phdl->nobjs++], lop, sizeof(*lop));
69 phdl->rdobjs = malloc(sizeof(*phdl->rdobjs) * 64);
71 if (phdl->rdobjs == NULL)
84 memset(phdl->rdobjs, 0, sizeof(*phdl->rdobjs) * phdl->rdobjsz);
_libproc.h 46 rd_loadobj_t *rdobjs; member in struct:proc_handle
proc_sym.c 149 rdl = &p->rdobjs[i];
168 basename_r(p->rdobjs[i].rdl_path, path);
170 rdl = &p->rdobjs[i];
203 rdl = &p->rdobjs[i];
272 rdl = &p->rdobjs[i];
424 rdl = &p->rdobjs[i];

Completed in 16 milliseconds