Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c825 int sys32, tbl32; in strtbl_alloc() local
843 tbl32 = (strtbl == &long_strtbl); in strtbl_alloc()
850 if ((target > 0xffffffff) && (sys32 || tbl32)) in strtbl_alloc()
864 if ((target > 0x7fffffff) && (sys32 || tbl32)) { in strtbl_alloc()
872 if ((size64 > 0xffffffff) && (sys32 || tbl32)) in strtbl_alloc()