Searched refs:pltcnt24d (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 35 Dbg_bind_plt_summary(Lm_list *lml, Half mach, Word pltcnt21d, Word pltcnt24d, in Dbg_bind_plt_summary() argument 38 Word plttotal = pltcnt21d + pltcnt24d + pltcntu32 + in Dbg_bind_plt_summary() 47 EC_WORD(pltcnt24d), EC_WORD(pltcntfull), EC_WORD(plttotal)); in Dbg_bind_plt_summary() 51 EC_WORD(pltcnt21d), EC_WORD(pltcnt24d), EC_WORD(pltcntu32), in Dbg_bind_plt_summary()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 91 uint32_t pltcnt24d = 0; variable
|
H A D | _rtld.h | 569 extern uint32_t pltcnt24d; /* cnt of 24d PLTs */
|
H A D | util.c | 848 DBG_CALL(Dbg_bind_plt_summary(lml, M_MACH, pltcnt21d, pltcnt24d, in call_fini()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 160 DBG_CALL(pltcnt24d++); in elf_plt_write()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 201 DBG_CALL(pltcnt24d++); in elf_plt_write()
|