Searched refs:pltcntfull (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 36 Word pltcntu32, Word pltcntu44, Word pltcntfull, Word pltcntfar) in Dbg_bind_plt_summary() argument 39 pltcntu44 + pltcntfull + pltcntfar; in Dbg_bind_plt_summary() 47 EC_WORD(pltcnt24d), EC_WORD(pltcntfull), EC_WORD(plttotal)); in Dbg_bind_plt_summary() 52 EC_WORD(pltcntu44), EC_WORD(pltcntfull), EC_WORD(pltcntfar), in Dbg_bind_plt_summary()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 93 uint32_t pltcntfull = 0; variable
|
H A D | _rtld.h | 572 extern uint32_t pltcntfull; /* cnt of full PLTs */
|
H A D | util.c | 846 pltcntu32, pltcntu44, pltcntfull, pltcntfar)); in call_fini()
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 948 DBG_CALL(pltcntfull++); in elf_plt_write()
|
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 1012 DBG_CALL(pltcntfull++); in elf_plt_write()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 178 DBG_CALL(pltcntfull++); in elf_plt_write()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 231 DBG_CALL(pltcntfull++); in elf_plt_write()
|