Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dclscook.c419 elf->ed_myflags |= EDF_SHALLOC; in _elf_shdr()
431 if (elf->ed_myflags & EDF_SHALLOC) { in _elf_shdr()
432 elf->ed_myflags &= ~EDF_SHALLOC; in _elf_shdr()
H A Dend.c105 if (elf->ed_myflags & EDF_SHALLOC) in elf_end()
H A Ddecl.h383 #define EDF_SHALLOC 0x8 /* applies to ed_shdr */ macro