Home
last modified time | relevance | path

Searched refs:stubs_end (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s36 char stubs_base[1], stubs_end[1];
1288 .global stubs_end
1289 stubs_end: label
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dfbt.c66 extern char stubs_end[];
1165 base <= (uint32_t *)stubs_end) in fbt_provide_module()
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s31 char stubs_base[1], stubs_end[1];
1427 ENTRY_NP(stubs_end)
/titanic_50/usr/src/uts/common/krtld/
H A Dkobj.c151 extern char stubs_end[];
2609 ksp->st_value >= (uintptr_t)stubs_end) && in get_syms()