Lines Matching refs:l_name
338 * If this is the first time in, then l_name is the app
352 * Otherwise we make sure that l_name is on the list.
357 } else if (check_list(bindto_list, lmp->l_name) != NULL) {
362 * If l_name is on the exclusion list, zero the bit.
365 check_list(bindto_excl, lmp->l_name) != NULL) {
370 * If l_name is on the bindfrom list then trace
372 if (check_list(bindfrom_list, lmp->l_name) != NULL) {
377 * If l_name is on the exclusion list, zero the bit
381 if (check_list(bindfrom_excl, lmp->l_name) != NULL) {
389 *cookie = (uintptr_t)abibasename(lmp->l_name);