Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1012 require64(size_t nsyms, int found_obj, size_t longnames) in require64() argument
1031 if (longnames) in require64()
1056 size_t longnames; in writefile() local
1079 longnames = mklong_tab(); in writefile()
1086 if (require64(nsyms, found_obj, longnames)) { in writefile()
1114 if (is_elf && (longnames == 0)) { in writefile()
1120 if (longnames > 0) { in writefile()
1209 if (longnames) { in writefile()
1370 size_t longnames = 0; in mklong_tab() local
1374 longnames++; in mklong_tab()
[all …]