Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c106 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_regsyms()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c350 (dip->di_flags & (FLG_DI_IGNORE | FLG_DI_LDD_DONE))) in elf_lazy_load()
618 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_needed()
1746 dip->di_flags |= FLG_DI_IGNORE;
1752 dip->di_flags |= ignore = FLG_DI_IGNORE;
2142 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) {
2714 !(dip->di_flags & FLG_DI_IGNORE); dynndx++, pdip = dip++) {
H A Ddlfcns.c2122 if (!(dyip->di_flags & FLG_DI_IGNORE)) in dlinfo_core()
2143 !(dyip->di_flags & FLG_DI_IGNORE); dyn++, dyip++) { in dlinfo_core()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h614 #define FLG_DI_IGNORE 0x00080 /* .dynamic entry should be ignored */ macro