Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h85 extern int _libproc_incore_elf; /* only use in-core elf data */
H A DPcontrol.c69 int _libproc_incore_elf; /* only use in-core elf data */ variable
354 _libproc_incore_elf = getenv("LIBPROC_INCORE_ELF") != NULL; in _libproc_init()
H A DPsymtab.c1894 if (_libproc_incore_elf || (P->flags & INCORE)) { in Pbuild_file_symtab()