Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c511 elf->ed_myflags |= EDF_IMALLOC; in wrt()
708 ((elf->ed_myflags & EDF_IMALLOC) ? 0 : 1)) != 0) { in wrt()
710 elf->ed_myflags &= ~EDF_IMALLOC; in wrt()
787 (elf->ed_myflags & EDF_IMALLOC ? 0 : 1)); in _elfxx_update()
788 elf->ed_myflags &= ~EDF_IMALLOC; in _elfxx_update()
H A Ddecl.h331 #define EDF_IMALLOC 0x800 /* wrimage dynamically allocated */ macro