Home
last modified time | relevance | path

Searched refs:ed_phflags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c105 elf->ed_phflags &= ~ELF_F_DIRTY; in elf_newphdr()
116 elf->ed_phflags &= ~ELF_F_DIRTY; in elf_newphdr()
127 elf->ed_phflags |= ELF_F_DIRTY; in elf_newphdr()
H A Dflag.c116 rc = elf->ed_phflags |= flags; in elf_flagphdr()
122 rc = elf->ed_phflags &= ~flags; in elf_flagphdr()
H A Ddecl.h304 unsigned ed_phflags; /* phdr flags */ member
H A Dupdate.c570 elf->ed_phflags &= ~ELF_F_DIRTY; in wrt()