Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dend.c56 if (s->s_myflags & SF_ALLOC) { in elf_end()
H A Dclscook.c134 s->s_myflags = SF_ALLOC; in _elf_prepscn()
205 s->sb_scn.s_myflags = SF_ALLOC | SF_READY; in _elf_snode()
H A Ddecl.h189 #define SF_ALLOC 0x1 /* applies to Scn */ macro