Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c510 elf->ed_myflags |= EDF_IMALLOC; in wrt()
707 ((elf->ed_myflags & EDF_IMALLOC) ? 0 : 1)) != 0) { in wrt()
709 elf->ed_myflags &= ~EDF_IMALLOC; in wrt()
789 (elf->ed_myflags & EDF_IMALLOC ? 0 : 1)); in _elfxx_update()
790 elf->ed_myflags &= ~EDF_IMALLOC; in _elfxx_update()
H A Ddecl.h391 #define EDF_IMALLOC 0x800 /* wrimage dynamically allocated */ macro