/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 585 if (aplist_test(ghalp, ghp, 0) != ALE_EXISTS) in is_deletable() 594 if (aplist_test(lmalp, bdp->b_caller, 0) != ALE_EXISTS) in is_deletable() 620 if ((action = aplist_test(ghalpp, ghp1, AL_CNT_GRPCLCT)) != in gdp_collect() 641 if ((action = aplist_test(lmalpp, lmp, AL_CNT_GRPCLCT)) == in gdp_collect() 758 if (aplist_test(&ghalp, ghp, 0) == in remove_rescan() 1090 if (aplist_test(&lmalp, lmp, 0) == ALE_EXISTS) in remove_hdl() 1112 if (aplist_test(&lmalp, gdp4->gd_depend, in remove_hdl() 1388 if (aplist_test(&ghalp, ghp, 0) == ALE_EXISTS) { in remove_hdl()
|
H A D | malloc.c | 280 (void) aplist_test(&free_alp, block->page, AL_CNT_FREELIST); in realloc() 302 (void) aplist_test(&free_alp, block->page, AL_CNT_FREELIST); in free()
|
H A D | audit.c | 743 if (aplist_test(alpp, alp, AL_CNT_AUDITORS) == 0) in add_objclose_list()
|
H A D | analyze.c | 2385 if (aplist_test(&lmalp, dlmp2, in load_finish()
|
H A D | elf.c | 2863 if (aplist_test(&alist, nlmp, AL_CNT_LAZYFIND) == NULL)
|
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | lintsup.c | 45 (void) aplist_test(NULL, NULL, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/pvs/common/ |
H A D | lintsup.c | 48 (void) aplist_test(NULL, NULL, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | lintsup.c | 47 (void) aplist_test(NULL, NULL, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/ldd/common/ |
H A D | lintsup.c | 47 (void) aplist_test(NULL, NULL, 0); in foo()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 278 extern aplist_test_t aplist_test(APlist **, const void *, Aliste);
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | order.c | 346 if (aplist_test(&ofl->ofl_ordered, osp, AL_CNT_OFL_ORDERED) == in ld_process_ordered()
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | alist.c | 421 aplist_test(APlist **lpp, const void *ptr, Aliste init_arritems) in aplist_test() function
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 311 if (aplist_test(&bound, _lmp, in aout_reloc()
|
H A D | sparc_elf.c | 879 if (aplist_test(&bound, _lmp, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 749 if (aplist_test(&bound, _lmp, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 725 if (aplist_test(&bound, _lmp, in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 1108 if (aplist_test(&bound, _lmp, in elf_reloc()
|