Home
last modified time | relevance | path

Searched defs:DF_1_NODELETE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h551 #define DF_1_NODELETE 0x00000008 /* Cannot be deleted from process */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1567 DF_1_NODELETE = 0x00000008, // Set RTLD_NODELETE for this object. enumerator
/freebsd/sys/sys/
H A Delf_common.h791 #define DF_1_NODELETE 0x00000008 /* Set the RTLD_NODELETE for object */ macro