Searched refs:BND_REFER (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 138 if (bind_one(lmp, nlmp, BND_REFER) == 0) in aout_bndr()
|
H A D | sparc_elf.c | 448 if (bind_one(lmp, nlmp, BND_REFER) == 0) in elf_bndr()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 218 if ((bdp->b_flags & BND_REFER) == 0) in sort_scc()
|
H A D | setup.c | 157 if (bind_one(*clmp, nlmp, BND_REFER) == 0) in preload()
|
H A D | analyze.c | 3335 if (flags & BND_REFER) in bind_one() 3373 if (bind_one(lmp, _lmp, BND_REFER) || used) in relocate_finish()
|
H A D | elf.c | 849 bdp->b_flags |= BND_REFER;
|
H A D | util.c | 3340 if (bdp->b_flags & BND_REFER) in unused()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 99 #define BND_REFER 0x0002 /* caller relocation references the */ macro
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 297 if (bind_one(lmp, nlmp, BND_REFER) == 0) in elf_bndr()
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 276 if (bind_one(lmp, nlmp, BND_REFER) == 0) in elf_bndr()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | dynamic.c | 911 { BND_REFER, MSG_BND_REFER }, in conv_bnd_type()
|
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 144 { MSG_ORIG(MSG_BFL_REFER), BND_REFER, BND_REFER },
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 589 if (bind_one(lmp, nlmp, BND_REFER) == 0) in elf_bndr()
|