Searched refs:ed_uflags (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Dflag.c95 rc = elf->ed_uflags |= flags;
101 rc = elf->ed_uflags &= ~flags;
H A Dupdate.c560 elf->ed_uflags |= ELF_F_DIRTY;
620 elf->ed_uflags |= ELF_F_DIRTY;
634 elf->ed_uflags |= ELF_F_DIRTY;
663 elf->ed_uflags |= ELF_F_DIRTY;
678 elf->ed_uflags &= ~ELF_F_DIRTY;
686 elf->ed_uflags &= ~ELF_F_DIRTY;
691 elf->ed_uflags |= ELF_F_DIRTY;
808 if (elf->ed_uflags & ELF_F_LAYOUT) {
H A Dstrptr.c87 if (elf->ed_uflags & ELF_F_LAYOUT) {
H A Ddecl.h395 unsigned ed_uflags; /* elf descriptor flags */ member in struct:Elf

Completed in 128 milliseconds