Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c826 int sys32, tbl32; in strtbl_alloc() local
844 tbl32 = (strtbl == &long_strtbl); in strtbl_alloc()
851 if ((target > 0xffffffff) && (sys32 || tbl32)) in strtbl_alloc()
865 if ((target > 0x7fffffff) && (sys32 || tbl32)) { in strtbl_alloc()
873 if ((size64 > 0xffffffff) && (sys32 || tbl32)) in strtbl_alloc()