Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c107 elf->ed_phflags &= ~ELF_F_DIRTY; in elf_newphdr()
118 elf->ed_phflags &= ~ELF_F_DIRTY; in elf_newphdr()
129 elf->ed_phflags |= ELF_F_DIRTY; in elf_newphdr()
H A Dflag.c118 rc = elf->ed_phflags |= flags; in elf_flagphdr()
124 rc = elf->ed_phflags &= ~flags; in elf_flagphdr()
H A Ddecl.h349 unsigned ed_phflags; /* phdr flags */ member
H A Dupdate.c569 elf->ed_phflags &= ~ELF_F_DIRTY; in wrt()