Home
last modified time | relevance | path

Searched refs:D_RELOCATIONS (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c113 if (kobj_debug & D_RELOCATIONS) { in smap_reloc_resolve()
157 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
193 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
275 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
335 if (kobj_debug & D_RELOCATIONS) { in do_relocations()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c124 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
178 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
266 if (kobj_debug & D_RELOCATIONS) { in do_relocate()
324 if (kobj_debug & D_RELOCATIONS) { in do_relocations()
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h127 #define D_RELOCATIONS 0x004 /* debug relocations */ macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1193 if (kobj_debug & D_RELOCATIONS) in bind_primary()