Home
last modified time | relevance | path

Searched refs:EDF_PHALLOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c93 if (elf->ed_myflags & EDF_PHALLOC) { in elf_newphdr()
94 elf->ed_myflags &= ~EDF_PHALLOC; in elf_newphdr()
125 elf->ed_myflags |= EDF_PHALLOC; in elf_newphdr()
H A Dcook.c209 if (elf->ed_myflags & EDF_PHALLOC) { in _elf_cook()
210 elf->ed_myflags &= ~EDF_PHALLOC; in _elf_cook()
H A Dclscook.c323 elf->ed_myflags |= EDF_PHALLOC; in _elf_phdr()
334 if (elf->ed_myflags & EDF_PHALLOC) { in _elf_phdr()
335 elf->ed_myflags &= ~EDF_PHALLOC; in _elf_phdr()
H A Dend.c101 if (elf->ed_myflags & EDF_PHALLOC) in elf_end()
H A Ddecl.h322 #define EDF_PHALLOC 0x4 /* applies to ed_phdr */ macro