Home
last modified time | relevance | path

Searched refs:D_RELOCATIONS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c140 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
175 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
253 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
316 if (kobj_debug & D_RELOCATIONS) { in do_relocations()
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c142 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
179 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
259 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
322 if (kobj_debug & D_RELOCATIONS) { in do_relocations()
/titanic_41/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c174 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
228 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
319 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
379 if (kobj_debug & D_RELOCATIONS) { in do_relocations()
/titanic_41/usr/src/uts/common/sys/
H A Dkobj_impl.h126 #define D_RELOCATIONS 0x004 /* debug relocations */ macro
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj.c1209 if (kobj_debug & D_RELOCATIONS) in bind_primary()