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

/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c1439 bool nodeflib, objgiven; local
1441 objgiven = refobj != NULL;
1448 if (objgiven && refobj->z_origin) {
1456 if (libmap_disable || !objgiven ||
1468 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) {
1476 nodeflib = objgiven ? refobj->z_nodeflib : false;
1477 if ((objgiven &&
1479 (objgiven && refobj->runpath == NULL && refobj != obj_main &&
1482 (objgiven &&
1485 (objgiven
[all...]

Completed in 169 milliseconds