Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dclscook.c410 elf->ed_myflags |= EDF_SHALLOC; in _elf_shdr()
422 if (elf->ed_myflags & EDF_SHALLOC) { in _elf_shdr()
423 elf->ed_myflags &= ~EDF_SHALLOC; in _elf_shdr()
H A Dend.c103 if (elf->ed_myflags & EDF_SHALLOC) in elf_end()
H A Ddecl.h323 #define EDF_SHALLOC 0x8 /* applies to ed_shdr */ macro