Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h738 #define SYMINFO_FLG_LAZYLOAD 0x0008 /* Symbol bound to object to be lazy loaded */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h899 #define SYMINFO_FLG_LAZYLOAD 0x0008 /* object containing defn should be */ macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1385 _ELF_DEFINE_SYF(SYMINFO_FLG_LAZYLOAD, 0x08, \
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c7645 if (flags & SYMINFO_FLG_LAZYLOAD) in process_syminfo()