Searched refs:FLG_DI_IGNORE (Results 1 – 4 of 4) sorted by relevance
106 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_regsyms()
376 (dip->di_flags & (FLG_DI_IGNORE | FLG_DI_LDD_DONE))) in elf_lazy_load()644 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) { in elf_needed()1772 dip->di_flags |= FLG_DI_IGNORE;1778 dip->di_flags |= ignore = FLG_DI_IGNORE;2168 !(dip->di_flags & FLG_DI_IGNORE); dyn++, dip++) {2737 !(dip->di_flags & FLG_DI_IGNORE); dynndx++, pdip = dip++) {
2121 if (!(dyip->di_flags & FLG_DI_IGNORE)) in dlinfo_core()2142 !(dyip->di_flags & FLG_DI_IGNORE); dyn++, dyip++) { in dlinfo_core()
612 #define FLG_DI_IGNORE 0x00080 /* .dynamic entry should be ignored */ macro