Home
last modified time | relevance | path

Searched defs:ELF_F_DIRTY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Dlibelf.d31 enum ELF_F_DIRTY = 0x1; variable
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf.h179 #define ELF_F_DIRTY 0x002U /* a section or ELF file is dirty */ macro