Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c95 if (elf->ed_myflags & EDF_PHALLOC) { in elf_newphdr()
96 elf->ed_myflags &= ~EDF_PHALLOC; in elf_newphdr()
127 elf->ed_myflags |= EDF_PHALLOC; in elf_newphdr()
H A Dcook.c215 if (elf->ed_myflags & EDF_PHALLOC) { in _elf_cook()
216 elf->ed_myflags &= ~EDF_PHALLOC; in _elf_cook()
H A Dclscook.c331 elf->ed_myflags |= EDF_PHALLOC; in _elf_phdr()
342 if (elf->ed_myflags & EDF_PHALLOC) { in _elf_phdr()
343 elf->ed_myflags &= ~EDF_PHALLOC; in _elf_phdr()
H A Dend.c103 if (elf->ed_myflags & EDF_PHALLOC) in elf_end()
H A Ddecl.h382 #define EDF_PHALLOC 0x4 /* applies to ed_phdr */ macro