Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1081 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
/freebsd/sys/sys/
H A Delf_common.h446 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro